source:
trip-planner-front/node_modules/@fortawesome/free-solid-svg-icons/faDog.js@
84d0fbb
Last change on this file since 84d0fbb was 59329aa, checked in by , 3 years ago | |
---|---|
|
|
File size: 1002 bytes |
Rev | Line | |
---|---|---|
[59329aa] | 1 | 'use strict'; |
2 | Object.defineProperty(exports, '__esModule', { value: true }); | |
3 | var prefix = 'fas'; | |
4 | var iconName = 'dog'; | |
5 | var width = 576; | |
6 | var height = 512; | |
7 | var ligatures = []; | |
8 | var unicode = 'f6d3'; | |
9 | var svgPathData = 'M298.06,224,448,277.55V496a16,16,0,0,1-16,16H368a16,16,0,0,1-16-16V384H192V496a16,16,0,0,1-16,16H112a16,16,0,0,1-16-16V282.09C58.84,268.84,32,233.66,32,192a32,32,0,0,1,64,0,32.06,32.06,0,0,0,32,32ZM544,112v32a64,64,0,0,1-64,64H448v35.58L320,197.87V48c0-14.25,17.22-21.39,27.31-11.31L374.59,64h53.63c10.91,0,23.75,7.92,28.62,17.69L464,96h64A16,16,0,0,1,544,112Zm-112,0a16,16,0,1,0-16,16A16,16,0,0,0,432,112Z'; | |
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.faDog = 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.