30 lines
875 B
JavaScript
30 lines
875 B
JavaScript
'use strict';
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
var prefix = 'fas';
|
|
var iconName = 'unlock';
|
|
var width = 448;
|
|
var height = 512;
|
|
var aliases = [128275];
|
|
var unicode = 'f09c';
|
|
var svgPathData = 'M448 288v160C448 483.3 419.3 512 384 512H64c-35.35 0-64-28.66-64-63.1v-160c0-35.35 28.65-64 64-64L80 224V144C80 64.59 144.6 0 224 0s144 64.59 144 144V160h-64V144C304 99.88 268.1 64 224 64S144 99.88 144 144V224L384 224C419.3 224 448 252.7 448 288z';
|
|
|
|
exports.definition = {
|
|
prefix: prefix,
|
|
iconName: iconName,
|
|
icon: [
|
|
width,
|
|
height,
|
|
aliases,
|
|
unicode,
|
|
svgPathData
|
|
]};
|
|
|
|
exports.faUnlock = 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; |