UNPKG

1.44 kBJavaScriptView Raw
1'use strict';
2Object.defineProperty(exports, '__esModule', { value: true });
3var prefix = 'fas';
4var iconName = 'compass-drafting';
5var width = 512;
6var height = 512;
7var aliases = ["drafting-compass"];
8var unicode = 'f568';
9var svgPathData = 'M352 96c0 14.3-3.1 27.9-8.8 40.2L396 227.4c-23.7 25.3-54.2 44.1-88.5 53.6L256 192h0 0l-68 117.5c21.5 6.8 44.3 10.5 68.1 10.5c70.7 0 133.8-32.7 174.9-84c11.1-13.8 31.2-16 45-5s16 31.2 5 45C428.1 341.8 347 384 256 384c-35.4 0-69.4-6.4-100.7-18.1L98.7 463.7C94 471.8 87 478.4 78.6 482.6L23.2 510.3c-5 2.5-10.9 2.2-15.6-.7S0 501.5 0 496V440.6c0-8.4 2.2-16.7 6.5-24.1l60-103.7C53.7 301.6 41.8 289.3 31.2 276c-11.1-13.8-8.8-33.9 5-45s33.9-8.8 45 5c5.7 7.1 11.8 13.8 18.2 20.1l69.4-119.9c-5.6-12.2-8.8-25.8-8.8-40.2c0-53 43-96 96-96s96 43 96 96zm21 297.9c32.6-12.8 62.5-30.8 88.9-52.9l43.7 75.5c4.2 7.3 6.5 15.6 6.5 24.1V496c0 5.5-2.9 10.7-7.6 13.6s-10.6 3.2-15.6 .7l-55.4-27.7c-8.4-4.2-15.4-10.8-20.1-18.9L373 393.9zM256 128c17.7 0 32-14.3 32-32s-14.3-32-32-32s-32 14.3-32 32s14.3 32 32 32z';
10
11exports.definition = {
12 prefix: prefix,
13 iconName: iconName,
14 icon: [
15 width,
16 height,
17 aliases,
18 unicode,
19 svgPathData
20 ]};
21
22exports.faCompassDrafting = exports.definition;
23exports.prefix = prefix;
24exports.iconName = iconName;
25exports.width = width;
26exports.height = height;
27exports.ligatures = aliases;
28exports.unicode = unicode;
29exports.svgPathData = svgPathData;
30exports.aliases = aliases;
\No newline at end of file