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.5 KB
|
Rev | Line | |
---|
[59329aa] | 1 | 'use strict';
|
---|
| 2 | Object.defineProperty(exports, '__esModule', { value: true });
|
---|
| 3 | var prefix = 'fas';
|
---|
| 4 | var iconName = 'teeth';
|
---|
| 5 | var width = 640;
|
---|
| 6 | var height = 512;
|
---|
| 7 | var ligatures = [];
|
---|
| 8 | var unicode = 'f62e';
|
---|
| 9 | var svgPathData = 'M544 0H96C42.98 0 0 42.98 0 96v320c0 53.02 42.98 96 96 96h448c53.02 0 96-42.98 96-96V96c0-53.02-42.98-96-96-96zM160 368c0 26.51-21.49 48-48 48s-48-21.49-48-48v-64c0-8.84 7.16-16 16-16h64c8.84 0 16 7.16 16 16v64zm0-128c0 8.84-7.16 16-16 16H80c-8.84 0-16-7.16-16-16v-64c0-26.51 21.49-48 48-48s48 21.49 48 48v64zm144 120c0 30.93-25.07 56-56 56s-56-25.07-56-56v-56c0-8.84 7.16-16 16-16h80c8.84 0 16 7.16 16 16v56zm0-120c0 8.84-7.16 16-16 16h-80c-8.84 0-16-7.16-16-16v-88c0-30.93 25.07-56 56-56s56 25.07 56 56v88zm144 120c0 30.93-25.07 56-56 56s-56-25.07-56-56v-56c0-8.84 7.16-16 16-16h80c8.84 0 16 7.16 16 16v56zm0-120c0 8.84-7.16 16-16 16h-80c-8.84 0-16-7.16-16-16v-88c0-30.93 25.07-56 56-56s56 25.07 56 56v88zm128 128c0 26.51-21.49 48-48 48s-48-21.49-48-48v-64c0-8.84 7.16-16 16-16h64c8.84 0 16 7.16 16 16v64zm0-128c0 8.84-7.16 16-16 16h-64c-8.84 0-16-7.16-16-16v-64c0-26.51 21.49-48 48-48s48 21.49 48 48v64z';
|
---|
| 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.faTeeth = 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.