29 lines
1.2 KiB
JavaScript
29 lines
1.2 KiB
JavaScript
'use strict';
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
var prefix = 'fad';
|
|
var iconName = 'popcorn';
|
|
var width = 384;
|
|
var height = 512;
|
|
var ligatures = [];
|
|
var unicode = 'f819';
|
|
var svgPathData = ['M37.46 118.07a37.17 37.17 0 0 1 .33-37.43c9.11-16 28-23.66 45.57-20.12.34-16.64 11.46-32 29-37.43a43.36 43.36 0 0 1 38.82 6.08A41.64 41.64 0 0 1 178.5 2c22.27-6.78 46.23 4.42 53.33 25.54a4.22 4.22 0 0 1 .68 1.92A43.34 43.34 0 0 1 271.65 23c17.53 5.43 28.67 20.79 29 37.43 17.55-3.43 36.44 4.21 45.55 20.21a37.88 37.88 0 0 1 .33 37.43 42.7 42.7 0 0 1 33.09 20.79c3.91 6.75 4.76 14 4.24 21.12H.13c-.5-7.12.35-14.38 4.27-21.12 6.74-12.15 19.6-19.51 33.06-20.79z', 'M0 192h81.56l28 256h45.05l-21.56-256H251l-21.61 256h45l28-256H384l-43.91 292.73A32 32 0 0 1 308.44 512H75.56a32 32 0 0 1-31.65-27.25z'];
|
|
|
|
exports.definition = {
|
|
prefix: prefix,
|
|
iconName: iconName,
|
|
icon: [
|
|
width,
|
|
height,
|
|
ligatures,
|
|
unicode,
|
|
svgPathData
|
|
]};
|
|
|
|
exports.faPopcorn = exports.definition;
|
|
exports.prefix = prefix;
|
|
exports.iconName = iconName;
|
|
exports.width = width;
|
|
exports.height = height;
|
|
exports.ligatures = ligatures;
|
|
exports.unicode = unicode;
|
|
exports.svgPathData = svgPathData; |