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 = 'mosque';
|
||||
var width = 640;
|
||||
var height = 512;
|
||||
var aliases = [''];
|
||||
var unicode = 'f678';
|
||||
var svgPathData = 'M0 480c0 17.62 14.38 32 32 32h64c17.62 0 32-14.38 32-32V160H0V480zM579.1 288C597 270.6 608 250.6 608 229.1c0-52.88-41.75-93.88-87.88-122.9c-42-26.5-80.63-57.88-112-96.25L400 0l-8.125 10c-31.38 38.38-70 69.75-112 96.25C233.8 135.3 192 176.3 192 229.1C192 250.6 203 270.6 220.9 288H579.1zM64 0c0 0-64 32-64 96v32h128V96C128 32 64 0 64 0zM608 320H192c-17.6 0-32 14.4-32 32v160h64v-64c0-17.62 14.38-32 32-32s32 14.38 32 32v64h64v-72c0-48 48-72 48-72s48 24 48 72V512h64v-64c0-17.62 14.38-32 32-32s32 14.38 32 32v64h64v-160C640 334.4 625.6 320 608 320z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faMosque = 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