source:
trip-planner-front/node_modules/@fortawesome/free-solid-svg-icons/faRobot.js@
571e0df
Last change on this file since 571e0df was 59329aa, checked in by , 3 years ago | |
---|---|
|
|
File size: 1.1 KB |
Line | |
---|---|
1 | 'use strict'; |
2 | Object.defineProperty(exports, '__esModule', { value: true }); |
3 | var prefix = 'fas'; |
4 | var iconName = 'robot'; |
5 | var width = 640; |
6 | var height = 512; |
7 | var ligatures = []; |
8 | var unicode = 'f544'; |
9 | var svgPathData = 'M32,224H64V416H32A31.96166,31.96166,0,0,1,0,384V256A31.96166,31.96166,0,0,1,32,224Zm512-48V448a64.06328,64.06328,0,0,1-64,64H160a64.06328,64.06328,0,0,1-64-64V176a79.974,79.974,0,0,1,80-80H288V32a32,32,0,0,1,64,0V96H464A79.974,79.974,0,0,1,544,176ZM264,256a40,40,0,1,0-40,40A39.997,39.997,0,0,0,264,256Zm-8,128H192v32h64Zm96,0H288v32h64ZM456,256a40,40,0,1,0-40,40A39.997,39.997,0,0,0,456,256Zm-8,128H384v32h64ZM640,256V384a31.96166,31.96166,0,0,1-32,32H576V224h32A31.96166,31.96166,0,0,1,640,256Z'; |
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.faRobot = 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.