UNPKG

1.35 kBJavaScriptView Raw
1'use strict';
2Object.defineProperty(exports, '__esModule', { value: true });
3var prefix = 'fas';
4var iconName = 'handshake-simple-slash';
5var width = 640;
6var height = 512;
7var aliases = ["handshake-alt-slash"];
8var unicode = 'e05f';
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.7l-135-105.8c-1.1-11.4-6.3-22.3-15.3-30.7l-134.2-123-23.4 18.2-26-20.3 77.2-60.1c7-5.4 17-4.2 22.5 2.8s4.2 17-2.8 22.5l-20.9 16.2L550.2 352H592c26.5 0 48-21.5 48-48V176c0-26.5-21.5-48-48-48H516h-4-.7l-3.9-2.5L434.8 79c-15.3-9.8-33.2-15-51.4-15c-21.8 0-43 7.5-60 21.2l-89.7 72.6-25.8-20.3 81.8-66.2c-11.6-4.9-24.1-7.4-36.8-7.4C234 64 215.7 69.6 200 80l-35.5 23.7L38.8 5.1zM0 176V304c0 26.5 21.5 48 48 48H156.2l91.4 83.4c19.6 17.9 49.9 16.5 67.8-3.1c5.5-6.1 9.2-13.2 11.1-20.6l17 15.6c19.5 17.9 49.9 16.6 67.8-2.9c.8-.8 1.5-1.7 2.2-2.6L41.2 128.5C17.9 131.8 0 151.8 0 176z';
10
11exports.definition = {
12 prefix: prefix,
13 iconName: iconName,
14 icon: [
15 width,
16 height,
17 aliases,
18 unicode,
19 svgPathData
20 ]};
21
22exports.faHandshakeSimpleSlash = 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