Release 5.10.0 (#1385)
This commit is contained in:
29
js-packages/@fortawesome/pro-duotone-svg-icons/faPlay.js
Normal file
29
js-packages/@fortawesome/pro-duotone-svg-icons/faPlay.js
Normal file
@@ -0,0 +1,29 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'fad';
|
||||
var iconName = 'play';
|
||||
var width = 448;
|
||||
var height = 512;
|
||||
var ligatures = [];
|
||||
var unicode = 'f04b';
|
||||
var svgPathData = ['', 'M0 464V47.87c0-41.8 43.8-58.2 72.4-41.3l352 208.1c31.5 18.5 31.4 64.1 0 82.6l-352 208C40.7 524.07 0 501.47 0 464z'];
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
ligatures,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faPlay = 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