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

29 lines
838 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';
var iconName = 'bitbucket';
2018-12-07 21:53:43 +00:00
var width = 499;
2018-06-20 20:12:02 +00:00
var height = 512;
var ligatures = [];
var unicode = 'f171';
2018-12-07 21:53:43 +00:00
var svgPathData = 'M16.2 31.6C7.4 31.5.1 38.5 0 47.4c0 .9.1 1.9.2 2.8l67.9 412.1c1.7 10.4 10.7 18.1 21.3 18.2h325.7c7.9.1 14.7-5.6 16-13.4L499 50.3c1.4-8.7-4.5-16.9-13.2-18.3-.9-.1-1.8-.2-2.8-.2l-466.8-.2zm285.9 297.8h-104l-28.1-147h157.3l-25.2 147z';
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.faBitbucket = 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;