UNPKG

1.21 kBJavaScriptView Raw
1'use strict';
2Object.defineProperty(exports, '__esModule', { value: true });
3var prefix = 'fas';
4var iconName = 'comment-slash';
5var width = 640;
6var height = 512;
7var aliases = [];
8var unicode = 'f4b3';
9var svgPathData = 'M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L512.9 376.7C552.2 340.2 576 292.3 576 240C576 125.1 461.4 32 320 32c-67.7 0-129.3 21.4-175.1 56.3L38.8 5.1zM64 240c0 45.1 17.7 86.8 47.7 120.9c-1.9 24.5-11.4 46.3-21.4 62.9c-5.5 9.2-11.1 16.6-15.2 21.6c-2.1 2.5-3.7 4.4-4.9 5.7c-.6 .6-1 1.1-1.3 1.4l-.3 .3 0 0 0 0 0 0 0 0c-4.6 4.6-5.9 11.4-3.4 17.4c2.5 6 8.3 9.9 14.8 9.9c28.7 0 57.6-8.9 81.6-19.3c22.9-10 42.4-21.9 54.3-30.6c31.8 11.5 67 17.9 104.1 17.9c37 0 72.3-6.4 104-17.9L82.9 161.3C70.7 185.6 64 212.2 64 240z';
10
11exports.definition = {
12 prefix: prefix,
13 iconName: iconName,
14 icon: [
15 width,
16 height,
17 aliases,
18 unicode,
19 svgPathData
20 ]};
21
22exports.faCommentSlash = 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