source:
trip-planner-front/node_modules/@fortawesome/free-solid-svg-icons/faFolderPlus.js@
84d0fbb
Last change on this file since 84d0fbb was 59329aa, checked in by , 3 years ago | |
---|---|
|
|
File size: 914 bytes |
Line | |
---|---|
1 | 'use strict'; |
2 | Object.defineProperty(exports, '__esModule', { value: true }); |
3 | var prefix = 'fas'; |
4 | var iconName = 'folder-plus'; |
5 | var width = 512; |
6 | var height = 512; |
7 | var ligatures = []; |
8 | var unicode = 'f65e'; |
9 | var svgPathData = 'M464,128H272L208,64H48A48,48,0,0,0,0,112V400a48,48,0,0,0,48,48H464a48,48,0,0,0,48-48V176A48,48,0,0,0,464,128ZM359.5,296a16,16,0,0,1-16,16h-64v64a16,16,0,0,1-16,16h-16a16,16,0,0,1-16-16V312h-64a16,16,0,0,1-16-16V280a16,16,0,0,1,16-16h64V200a16,16,0,0,1,16-16h16a16,16,0,0,1,16,16v64h64a16,16,0,0,1,16,16Z'; |
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.faFolderPlus = 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.