source:
trip-planner-front/node_modules/@fortawesome/free-solid-svg-icons/faShapes.js@
84d0fbb
Last change on this file since 84d0fbb was 59329aa, checked in by , 3 years ago | |
---|---|
|
|
File size: 894 bytes |
Line | |
---|---|
1 | 'use strict'; |
2 | Object.defineProperty(exports, '__esModule', { value: true }); |
3 | var prefix = 'fas'; |
4 | var iconName = 'shapes'; |
5 | var width = 512; |
6 | var height = 512; |
7 | var ligatures = []; |
8 | var unicode = 'f61f'; |
9 | var svgPathData = 'M128,256A128,128,0,1,0,256,384,128,128,0,0,0,128,256Zm379-54.86L400.07,18.29a37.26,37.26,0,0,0-64.14,0L229,201.14C214.76,225.52,232.58,256,261.09,256H474.91C503.42,256,521.24,225.52,507,201.14ZM480,288H320a32,32,0,0,0-32,32V480a32,32,0,0,0,32,32H480a32,32,0,0,0,32-32V320A32,32,0,0,0,480,288Z'; |
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.faShapes = 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.