Font-Awesome/js-packages/@fortawesome/free-brands-svg-icons/faArtstation.js

29 lines
803 B
JavaScript
Raw Normal View History

2018-06-20 20:12:02 +00:00
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fab';
2018-12-07 21:53:43 +00:00
var iconName = 'artstation';
2019-03-19 22:45:20 +00:00
var width = 512;
2018-06-20 20:12:02 +00:00
var height = 512;
var ligatures = [];
2018-12-07 21:53:43 +00:00
var unicode = 'f77a';
2019-03-19 22:45:20 +00:00
var svgPathData = 'M2 377.4l43 74.3A51.35 51.35 0 0 0 90.9 480h285.4l-59.2-102.6zM501.8 350L335.6 59.3A51.38 51.38 0 0 0 290.2 32h-88.4l257.3 447.6 40.7-70.5c1.9-3.2 21-29.7 2-59.1zM275 304.5l-115.5-200L44 304.5z';
2018-06-20 20:12:02 +00:00
2018-07-17 20:07:25 +00:00
exports.definition = {
2018-06-20 20:12:02 +00:00
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
2018-07-17 20:07:25 +00:00
2018-12-07 21:53:43 +00:00
exports.faArtstation = exports.definition;
2018-06-20 20:12:02 +00:00
exports.prefix = prefix;
2018-07-17 20:07:25 +00:00
exports.iconName = iconName;
2018-06-20 20:12:02 +00:00
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;