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

29 lines
931 B
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fad';
var iconName = 'hdd';
var width = 576;
var height = 512;
var ligatures = [];
var unicode = 'f0a0';
var svgPathData = ['M462.25 85.37l96.53 144.79A79.7 79.7 0 0 0 528 224H48a79.7 79.7 0 0 0-30.78 6.16l96.53-144.79A48 48 0 0 1 153.69 64h268.62a48 48 0 0 1 39.94 21.37z', 'M528 256H48a48 48 0 0 0-48 48v96a48 48 0 0 0 48 48h480a48 48 0 0 0 48-48v-96a48 48 0 0 0-48-48zM384 384a32 32 0 1 1 32-32 32 32 0 0 1-32 32zm96 0a32 32 0 1 1 32-32 32 32 0 0 1-32 32z'];
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faHdd = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;