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 = 'street-view';
|
||||
var width = 512;
|
||||
var height = 512;
|
||||
var aliases = [''];
|
||||
var unicode = 'f21d';
|
||||
var svgPathData = 'M192 304l12.5 99.97C206.5 419.1 220.1 432 236.2 432h39.5c16.14 0 29.75-12.02 31.75-28.03L320 304c17.67 0 32-14.33 32-32V224c0-35.35-28.65-64-64-64H224C188.7 160 160 188.7 160 224v48C160 289.7 174.3 304 192 304zM256 128c35.38 0 64-28.62 64-64s-28.62-64-64-64S192 28.62 192 64S220.6 128 256 128zM368 343.9v45.71c51.98 5.611 96 16.06 96 34.36c0 31.58-130.7 40-208 40c-77.25 0-208-8.424-208-40c0-19.71 50.69-29.58 96-34.49v-45.81C83.85 352.5 0 373.8 0 424C0 493.5 160.9 512 256 512s256-18.53 256-88C512 378.4 442.6 354.8 368 343.9z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faStreetView = 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