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 = 'unlock-keyhole';
|
||||
var width = 448;
|
||||
var height = 512;
|
||||
var aliases = ['unlock-alt'];
|
||||
var unicode = 'f13e';
|
||||
var svgPathData = 'M384 224L144 224V144C144 99.88 179.9 64 224 64s80 35.88 80 80V160h64V144C368 64.59 303.4 0 224 0S80 64.59 80 144V224L64 224c-35.35 0-64 28.65-64 64v160C0 483.3 28.65 512 64 512h320c35.35 0 64-28.66 64-63.1v-160C448 252.7 419.3 224 384 224zM256 384c0 17.67-14.33 32-32 32S192 401.7 192 384v-32c0-17.67 14.33-31.1 32-31.1S256 334.3 256 352V384z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
aliases,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faUnlockKeyhole = 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