Files
Font-Awesome-Pro/js-packages/@fortawesome/pro-duotone-svg-icons/faPumpMedical.js
2020-07-15 12:53:54 -05:00

29 lines
1.5 KiB
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fad';
var iconName = 'pump-medical';
var width = 384;
var height = 512;
var ligatures = [];
var unicode = 'e06a';
var svgPathData = ['M299.37,218.21A64,64,0,0,0,235.63,160H84.37a64,64,0,0,0-63.74,58.21L.27,442.21A64,64,0,0,0,64,512H256a64,64,0,0,0,63.74-69.79ZM240,333.33a13.33,13.33,0,0,1-13.33,13.34h-40v40A13.33,13.33,0,0,1,173.33,400H146.67a13.33,13.33,0,0,1-13.34-13.33v-40h-40A13.33,13.33,0,0,1,80,333.33V306.67a13.33,13.33,0,0,1,13.33-13.34h40v-40A13.33,13.33,0,0,1,146.67,240h26.66a13.33,13.33,0,0,1,13.34,13.33v40h40A13.33,13.33,0,0,1,240,306.67Z', 'M226.67,293.33h-40v-40A13.33,13.33,0,0,0,173.33,240H146.67a13.33,13.33,0,0,0-13.34,13.33v40h-40A13.33,13.33,0,0,0,80,306.67v26.66a13.33,13.33,0,0,0,13.33,13.34h40v40A13.33,13.33,0,0,0,146.67,400h26.66a13.33,13.33,0,0,0,13.34-13.33v-40h40A13.33,13.33,0,0,0,240,333.33V306.67A13.33,13.33,0,0,0,226.67,293.33ZM379.31,94.06,336,50.74A64,64,0,0,0,290.75,32H224A32,32,0,0,0,192,0H128A32,32,0,0,0,96,32v96H224V96h66.75l43.31,43.31a16,16,0,0,0,22.63,0l22.62-22.62A16,16,0,0,0,379.31,94.06Z'];
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faPumpMedical = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;