change from fontawesome-free to fontawesomefree
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'fas';
|
||||
var iconName = 'gopuram';
|
||||
var width = 512;
|
||||
var height = 512;
|
||||
var aliases = [''];
|
||||
var unicode = 'f664';
|
||||
var svgPathData = 'M496 352h-15.1l-.0001-112c0-8.75-7.25-16-16-16h-15.1V144c0-8.75-7.25-16-16-16h-15.1l0-112c0-8.75-7.25-16-16-16s-16 7.25-16 16L384 32h-64l0-16c0-8.75-7.25-16-16-16s-16 7.25-16 16V32h-64V16c0-8.75-7.25-16-16-16c-8.75 0-16 7.25-16 16L192 32H128L128 16c0-8.75-7.25-16-16-16s-16 7.25-16 16L96 128H80c-8.75 0-15.1 7.25-15.1 16V224H48c-8.75 0-16 7.25-16 16L32 352H16c-8.75 0-16 7.25-16 16l0 128c0 8.75 7.25 16 16 16h80v-160h31.1l0-128h31.1l.0001-96h31.1L191.1 224H160l.025 128H128l0 160h79.96l.0418-80c0-8.75 7.25-16 16-16h64c8.75 0 16 7.25 16 16L304 512h80v-160h-31.98l-.025-128h-32.03l.0251-96h32l-.0001 96h32v128h32v160h79.1c8.75 0 16-7.25 16-16v-128C512 359.2 504.8 352 496 352zM232 176c0-8.75 7.25-16 16-16h16c8.75 0 16 7.25 16 16L280 224h-48L232 176zM288 352h-64l0-64c0-8.75 7.25-16 16-16h32c8.75 0 15.1 7.25 15.1 16L288 352z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faGopuram = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = aliases;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
exports.aliases = aliases;
|
||||
Reference in New Issue
Block a user