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 = 'far';
|
||||
var iconName = 'window-restore';
|
||||
var width = 512;
|
||||
var height = 512;
|
||||
var aliases = [''];
|
||||
var unicode = 'f2d2';
|
||||
var svgPathData = 'M320 128H64c-35.35 0-64 28.65-64 64v256c0 35.35 28.65 64 64 64h256c35.35 0 64-28.65 64-64v-256C384 156.7 355.3 128 320 128zM336 448c0 8.824-7.178 16-16 16H64c-8.822 0-16-7.176-16-16V256h288V448zM448 .0001H192c-35.35 0-64 28.65-64 63.1V80h48V64c0-8.824 7.178-16 16-16h256c8.822 0 16 7.176 16 16v256c0 8.824-7.178 16-16 16h-16V384l16 .0001c35.35 0 64-28.65 64-64v-256C512 28.65 483.3 .0001 448 .0001z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faWindowRestore = 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