1 | 'use strict';
|
2 | Object.defineProperty(exports, '__esModule', { value: true });
|
3 | var prefix = 'fas';
|
4 | var iconName = 'key';
|
5 | var width = 512;
|
6 | var height = 512;
|
7 | var aliases = [128273];
|
8 | var unicode = 'f084';
|
9 | var svgPathData = 'M336 352c97.2 0 176-78.8 176-176S433.2 0 336 0S160 78.8 160 176c0 18.7 2.9 36.8 8.3 53.7L7 391c-4.5 4.5-7 10.6-7 17v80c0 13.3 10.7 24 24 24h80c13.3 0 24-10.7 24-24V448h40c13.3 0 24-10.7 24-24V384h40c6.4 0 12.5-2.5 17-7l33.3-33.3c16.9 5.4 35 8.3 53.7 8.3zM376 96a40 40 0 1 1 0 80 40 40 0 1 1 0-80z';
|
10 |
|
11 | exports.definition = {
|
12 | prefix: prefix,
|
13 | iconName: iconName,
|
14 | icon: [
|
15 | width,
|
16 | height,
|
17 | aliases,
|
18 | unicode,
|
19 | svgPathData
|
20 | ]};
|
21 |
|
22 | exports.faKey = exports.definition;
|
23 | exports.prefix = prefix;
|
24 | exports.iconName = iconName;
|
25 | exports.width = width;
|
26 | exports.height = height;
|
27 | exports.ligatures = aliases;
|
28 | exports.unicode = unicode;
|
29 | exports.svgPathData = svgPathData;
|
30 | exports.aliases = aliases; |
\ | No newline at end of file |