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

29 lines
706 B
JavaScript
Raw Permalink Normal View History

2018-06-20 20:12:02 +00:00
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fab';
var iconName = 'bandcamp';
2020-06-18 20:53:17 +00:00
var width = 512;
2018-06-20 20:12:02 +00:00
var height = 512;
var ligatures = [];
var unicode = 'f2d5';
2020-06-18 20:53:17 +00:00
var svgPathData = 'M256,8C119,8,8,119,8,256S119,504,256,504,504,393,504,256,393,8,256,8Zm48.2,326.1h-181L207.9,178h181Z';
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
exports.faBandcamp = 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;