2018-06-20 20:12:02 +00:00
|
|
|
'use strict';
|
|
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
|
var prefix = 'fas';
|
|
|
|
var iconName = 'eye';
|
|
|
|
var width = 576;
|
|
|
|
var height = 512;
|
|
|
|
var ligatures = [];
|
|
|
|
var unicode = 'f06e';
|
|
|
|
var svgPathData = 'M569.354 231.631C512.969 135.949 407.81 72 288 72 168.14 72 63.004 135.994 6.646 231.631a47.999 47.999 0 0 0 0 48.739C63.031 376.051 168.19 440 288 440c119.86 0 224.996-63.994 281.354-159.631a47.997 47.997 0 0 0 0-48.738zM288 392c-75.162 0-136-60.827-136-136 0-75.162 60.826-136 136-136 75.162 0 136 60.826 136 136 0 75.162-60.826 136-136 136zm104-136c0 57.438-46.562 104-104 104s-104-46.562-104-104c0-17.708 4.431-34.379 12.236-48.973l-.001.032c0 23.651 19.173 42.823 42.824 42.823s42.824-19.173 42.824-42.823c0-23.651-19.173-42.824-42.824-42.824l-.032.001C253.621 156.431 270.292 152 288 152c57.438 0 104 46.562 104 104z';
|
|
|
|
|
2018-07-17 20:07:25 +00:00
|
|
|
exports.definition = {
|
2018-06-20 20:12:02 +00:00
|
|
|
prefix: prefix,
|
|
|
|
iconName: iconName,
|
|
|
|
icon: [
|
|
|
|
width,
|
|
|
|
height,
|
|
|
|
ligatures,
|
|
|
|
unicode,
|
|
|
|
svgPathData
|
|
|
|
]};
|
2018-07-17 20:07:25 +00:00
|
|
|
|
|
|
|
exports.faEye = exports.definition;
|
2018-06-20 20:12:02 +00:00
|
|
|
exports.prefix = prefix;
|
2018-07-17 20:07:25 +00:00
|
|
|
exports.iconName = iconName;
|
2018-06-20 20:12:02 +00:00
|
|
|
exports.width = width;
|
|
|
|
exports.height = height;
|
|
|
|
exports.ligatures = ligatures;
|
|
|
|
exports.unicode = unicode;
|
|
|
|
exports.svgPathData = svgPathData;
|