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.0 KB
|
Rev | Line | |
---|
[59329aa] | 1 | 'use strict';
|
---|
| 2 | Object.defineProperty(exports, '__esModule', { value: true });
|
---|
| 3 | var prefix = 'fas';
|
---|
| 4 | var iconName = 'search-minus';
|
---|
| 5 | var width = 512;
|
---|
| 6 | var height = 512;
|
---|
| 7 | var ligatures = [];
|
---|
| 8 | var unicode = 'f010';
|
---|
| 9 | var svgPathData = 'M304 192v32c0 6.6-5.4 12-12 12H124c-6.6 0-12-5.4-12-12v-32c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12zm201 284.7L476.7 505c-9.4 9.4-24.6 9.4-33.9 0L343 405.3c-4.5-4.5-7-10.6-7-17V372c-35.3 27.6-79.7 44-128 44C93.1 416 0 322.9 0 208S93.1 0 208 0s208 93.1 208 208c0 48.3-16.4 92.7-44 128h16.3c6.4 0 12.5 2.5 17 7l99.7 99.7c9.3 9.4 9.3 24.6 0 34zM344 208c0-75.2-60.8-136-136-136S72 132.8 72 208s60.8 136 136 136 136-60.8 136-136z';
|
---|
| 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.faSearchMinus = 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.