Files
Font-Awesome-Pro/js-packages/@fortawesome/pro-duotone-svg-icons/faFlute.js
2019-09-18 12:10:06 -05:00

29 lines
853 B
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fad';
var iconName = 'flute';
var width = 640;
var height = 512;
var ligatures = [];
var unicode = 'f8b9';
var svgPathData = ['M608 176H96v160h512a32 32 0 0 0 32-32v-96a32 32 0 0 0-32-32z', 'M320 232a24 24 0 1 0 24 24 24 24 0 0 0-24-24zM0 208v96a32 32 0 0 0 32 32h64V176H32a32 32 0 0 0-32 32zm416 24a24 24 0 1 0 24 24 24 24 0 0 0-24-24zm96 0a24 24 0 1 0 24 24 24 24 0 0 0-24-24z'];
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faFlute = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;