Files
Font-Awesome-Pro/js-packages/@fortawesome/pro-duotone-svg-icons/faTshirt.js
2019-07-29 11:21:43 -05:00

29 lines
920 B
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fad';
var iconName = 'tshirt';
var width = 640;
var height = 512;
var ligatures = [];
var unicode = 'f553';
var svgPathData = ['M638.36 118l-57.3 114.4a16 16 0 0 1-21.5 7.2L503 211.9a16 16 0 0 0-23 14.4V480a32 32 0 0 1-32 32H192a32 32 0 0 1-32-32V226.4a16 16 0 0 0-23-14.4l-56.6 27.7a16.12 16.12 0 0 1-21.5-7.2L1.66 118a16.12 16.12 0 0 1 7.2-21.5L203.56 0c20.1 27.8 64.6 47.2 116.5 47.2s96.4-19.4 116.5-47.2l194.7 96.5a16 16 0 0 1 7.1 21.5z', ''];
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faTshirt = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;