Font-Awesome/advanced-options/use-with-node-js/free-brands-svg-icons/faSpeakap.js

29 lines
1.2 KiB
JavaScript
Raw Normal View History

2018-06-21 04:12:02 +08:00
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fab';
var iconName = 'speakap';
2018-10-09 03:40:30 +08:00
var width = 430;
2018-06-21 04:12:02 +08:00
var height = 512;
var ligatures = [];
var unicode = 'f3f3';
2018-10-09 03:40:30 +08:00
var svgPathData = 'M55.01 391.78C-24.4 303.59-16.95 167.42 71.65 87.64s224.8-72.96 304.21 15.24 71.96 224.36-16.64 304.14c-18.74 16.87 64.03 43.09 42.02 52.26-82.06 34.21-253.91 35.04-346.23-67.5zm213.31-211.6l38.5-40.86c-9.61-8.89-32.02-26.83-76.17-27.6-52.33-.91-95.86 28.3-96.77 79.96-.2 11.33.29 36.72 29.42 54.83 34.46 21.42 86.52 21.51 85.98 52.26-.37 21.28-26.42 25.81-38.59 25.6-2.98-.05-30.23-.46-47.61-24.62l-39.95 42.61c28.16 27.01 58.99 32.62 83.49 33.05 10.23.18 96.42.33 97.84-81 .28-15.81-2.07-39.72-28.86-56.59-34.36-21.64-84.96-19.45-84.43-49.75.41-23.25 30.96-25.37 37.53-25.26.43 0 26.62.26 39.62 17.37z';
2018-06-21 04:12:02 +08:00
2018-07-18 04:07:25 +08:00
exports.definition = {
2018-06-21 04:12:02 +08:00
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
2018-07-18 04:07:25 +08:00
exports.faSpeakap = exports.definition;
2018-06-21 04:12:02 +08:00
exports.prefix = prefix;
2018-07-18 04:07:25 +08:00
exports.iconName = iconName;
2018-06-21 04:12:02 +08:00
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;