Files
Font-Awesome-Pro/js-packages/@fortawesome/pro-regular-svg-icons/faItalic.js
2019-01-28 13:58:18 -06:00

29 lines
884 B
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'far';
var iconName = 'italic';
var width = 256;
var height = 512;
var ligatures = [];
var unicode = 'f033';
var svgPathData = 'M244 32H94.2c-5.7 0-10.7 4-11.8 9.7l-4.8 24C76.2 73.1 81.9 80 89.4 80h40.5L62 432H16.8c-5.7 0-10.7 4-11.8 9.7l-4.8 24C-1.2 473.1 4.4 480 12 480h149.8c5.7 0 10.7-4 11.8-9.7l4.8-24c1.5-7.4-4.2-14.3-11.8-14.3h-41.1l67.9-352h45.9c5.7 0 10.7-4 11.8-9.7l4.8-24c1.3-7.4-4.3-14.3-11.9-14.3z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faItalic = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;