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

29 lines
811 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';
var width = 508;
2018-06-20 20:12:02 +00:00
var height = 512;
var ligatures = [];
2018-12-07 21:53:43 +00:00
var unicode = 'f77a';
var svgPathData = 'M0 377.4l43 74.3c8.5 16.8 25.8 28.3 45.9 28.3h285.4l-59.2-102.6H0zM499.8 350L333.6 59.3C325 43.1 307.9 32 288.2 32h-88.4l257.3 447.6 40.7-70.5c1.9-3.2 21-29.7 2-59.1zM273 304.5l-115.5-200L42 304.5h231z';
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;