Files
Font-Awesome-Pro/js-packages/@fortawesome/pro-duotone-svg-icons/faTape.js
2019-07-29 11:21:43 -05:00

29 lines
845 B
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fad';
var iconName = 'tape';
var width = 640;
var height = 512;
var ligatures = [];
var unicode = 'f4db';
var svgPathData = ['M624 416H380.6A223.47 223.47 0 0 0 448 256c0-123.7-100.3-224-224-224S0 132.3 0 256s100.3 224 224 224h400a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm-400-64a96 96 0 1 1 96-96 96 96 0 0 1-96 96z', 'M288 256a64 64 0 1 1-64-64 64.06 64.06 0 0 1 64 64z'];
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faTape = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;