Font-Awesome/js-packages/@fortawesome/free-brands-svg-icons/faQuinscape.js
2019-01-28 14:03:10 -06:00

29 lines
1010 B
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fab';
var iconName = 'quinscape';
var width = 489;
var height = 512;
var ligatures = [];
var unicode = 'f459';
var svgPathData = 'M301.6 474.6h-1c-87.3 0-158.1-70.8-158.1-158.1s70.8-158.1 158.1-158.1c94.9 0 168.2 83.1 157 176.6 4 5.1 8.2 9.6 11.2 15.3 13.4-30.3 20.3-62.4 20.3-97.7C489.1 117.5 379.6 8 244.5 8 109.5 8 0 117.5 0 252.6s109.5 244.6 244.5 244.6c24.8 0 47.8-3.2 70.4-10.1-5.2-3.5-8.9-8.1-13.3-12.5zm-.1-.1s.1.1 0 0l.4.1zm78.4-168.9c-54.8 0-99.2 44.4-99.2 99.2s44.4 99.2 99.2 99.2 99.2-44.4 99.2-99.2-44.4-99.2-99.2-99.2z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faQuinscape = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;