mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-03-31 05:45:54 +08:00
Delete js-packages/@fortawesome/free-solid-svg-icons/faTshirt.js
This commit is contained in:
parent
15db296cd8
commit
4a34105a74
@ -1,23 +0,0 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var source = require('./faShirt');
|
||||
exports.definition = {
|
||||
prefix: source.prefix,
|
||||
iconName: source.iconName,
|
||||
icon: [
|
||||
source.width,
|
||||
source.height,
|
||||
source.aliases,
|
||||
source.unicode,
|
||||
source.svgPathData
|
||||
]};
|
||||
|
||||
exports.faTshirt = exports.definition;
|
||||
exports.prefix = source.prefix;
|
||||
exports.iconName = source.iconName;
|
||||
exports.width = source.width;
|
||||
exports.height = source.height;
|
||||
exports.ligatures = source.aliases;
|
||||
exports.unicode = source.unicode;
|
||||
exports.svgPathData = source.svgPathData;
|
||||
exports.aliases = source.aliases;
|
Loading…
x
Reference in New Issue
Block a user