source:
trip-planner-front/node_modules/@fortawesome/free-solid-svg-icons/faSwatchbook.js@
e29cc2e
Last change on this file since e29cc2e was 59329aa, checked in by , 3 years ago | |
---|---|
|
|
File size: 981 bytes |
Rev | Line | |
---|---|---|
[59329aa] | 1 | 'use strict'; |
2 | Object.defineProperty(exports, '__esModule', { value: true }); | |
3 | var prefix = 'fas'; | |
4 | var iconName = 'swatchbook'; | |
5 | var width = 512; | |
6 | var height = 512; | |
7 | var ligatures = []; | |
8 | var unicode = 'f5c3'; | |
9 | var svgPathData = 'M434.66,167.71h0L344.5,77.36a31.83,31.83,0,0,0-45-.07h0l-.07.07L224,152.88V424L434.66,212.9A32,32,0,0,0,434.66,167.71ZM480,320H373.09L186.68,506.51c-2.06,2.07-4.5,3.58-6.68,5.49H480a32,32,0,0,0,32-32V352A32,32,0,0,0,480,320ZM192,32A32,32,0,0,0,160,0H32A32,32,0,0,0,0,32V416a96,96,0,0,0,192,0ZM96,440a24,24,0,1,1,24-24A24,24,0,0,1,96,440Zm32-184H64V192h64Zm0-128H64V64h64Z'; | |
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.faSwatchbook = 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.