Last change
on this file since 84d0fbb was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago |
adding photos
|
-
Property mode
set to
100644
|
File size:
1.1 KB
|
Rev | Line | |
---|
[59329aa] | 1 | 'use strict';
|
---|
| 2 | Object.defineProperty(exports, '__esModule', { value: true });
|
---|
| 3 | var prefix = 'fas';
|
---|
| 4 | var iconName = 'exclamation-triangle';
|
---|
| 5 | var width = 576;
|
---|
| 6 | var height = 512;
|
---|
| 7 | var ligatures = [];
|
---|
| 8 | var unicode = 'f071';
|
---|
| 9 | var svgPathData = 'M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z';
|
---|
| 10 |
|
---|
| 11 | exports.definition = {
|
---|
| 12 | prefix: prefix,
|
---|
| 13 | iconName: iconName,
|
---|
| 14 | icon: [
|
---|
| 15 | width,
|
---|
| 16 | height,
|
---|
| 17 | ligatures,
|
---|
| 18 | unicode,
|
---|
| 19 | svgPathData
|
---|
| 20 | ]};
|
---|
| 21 |
|
---|
| 22 | exports.faExclamationTriangle = exports.definition;
|
---|
| 23 | exports.prefix = prefix;
|
---|
| 24 | exports.iconName = iconName;
|
---|
| 25 | exports.width = width;
|
---|
| 26 | exports.height = height;
|
---|
| 27 | exports.ligatures = ligatures;
|
---|
| 28 | exports.unicode = unicode;
|
---|
| 29 | exports.svgPathData = svgPathData; |
---|
Note:
See
TracBrowser
for help on using the repository browser.