Files
Font-Awesome-Pro/js-packages/@fortawesome/pro-duotone-svg-icons/faBlind.js
2019-07-29 11:21:43 -05:00

29 lines
1.1 KiB
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fad';
var iconName = 'blind';
var width = 640;
var height = 512;
var ligatures = [];
var unicode = 'f29d';
var svgPathData = ['M508.15 510.84a8 8 0 0 1-11-2.69L371.83 301.72a31.88 31.88 0 0 0 13-9.48l126 207.61a8 8 0 0 1-2.69 11z', 'M270.8 314.34l-32.54 89.48 36.12 88.29a32 32 0 0 0 59.24-24.23zM224 88a44 44 0 1 0-44-44 44 44 0 0 0 44 44zm154.84 169.13l-120-152A23.92 23.92 0 0 0 240 96h-32a23.89 23.89 0 0 0-18.94 9.24L128 183.77v95.69c0 13.46 11 24.79 24.46 24.54A24 24 0 0 0 176 280v-79.77l16-20.57v140.7l-54.07 148.69a32 32 0 1 0 60.14 21.88L264 309.64v-107.2l-31.41-39.82a4 4 0 1 1 6.27-5l102.3 129.22c9.15 11.59 24.37 11.34 33.71 4a24 24 0 0 0 3.97-33.71z'];
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faBlind = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;