Release 5.11.0 (#1436)
This commit is contained in:
29
js-packages/@fortawesome/pro-solid-svg-icons/faFileMusic.js
Normal file
29
js-packages/@fortawesome/pro-solid-svg-icons/faFileMusic.js
Normal file
@@ -0,0 +1,29 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'fas';
|
||||
var iconName = 'file-music';
|
||||
var width = 384;
|
||||
var height = 512;
|
||||
var ligatures = [];
|
||||
var unicode = 'f8b6';
|
||||
var svgPathData = 'M224 136V0H24A23.94 23.94 0 0 0 0 24v464a23.94 23.94 0 0 0 24 24h336a23.94 23.94 0 0 0 24-24V160H248a24.08 24.08 0 0 1-24-24zm64 88v160c0 17.67-21.5 32-48 32s-48-14.33-48-32 21.5-32 48-32a69.89 69.89 0 0 1 16 2v-76.36l-96 37.52V416c0 17.67-21.5 32-48 32s-48-14.33-48-32 21.5-32 48-32a69.89 69.89 0 0 1 16 2V271.25A16 16 0 0 1 139.19 256l128-47.25A16 16 0 0 1 288 224zm89-119L279.09 7a24 24 0 0 0-17-7H256v128h128v-6.09a23.91 23.91 0 0 0-7-16.91z';
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
ligatures,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faFileMusic = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = ligatures;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
Reference in New Issue
Block a user