@manysale/pro-solid-svg-icons
Version:
The iconic font, CSS, and SVG framework
26 lines (23 loc) • 913 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fas';
var iconName = 'windsock';
var width = 512;
var height = 512;
var ligatures = [];
var unicode = 'f777';
var svgPathData =
'M256 380.6l96-13.7V161.1l-96-13.7v233.2zm-144 20.5l80-11.4V138.3l-80-11.4v274.2zM498.3 182L416 170.3v187.4l82.3-11.8c7.9-1.1 13.7-7.9 13.7-15.8V197.9c0-8-5.9-14.7-13.7-15.9zM56 0C25.1 0 0 25.1 0 56c0 22.3 13.1 41.4 32 50.4V496c0 8.8 7.2 16 16 16h16c8.8 0 16-7.2 16-16V106.4c18.9-9 32-28.1 32-50.4 0-30.9-25.1-56-56-56z';
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [width, height, ligatures, unicode, svgPathData],
};
exports.faWindsock = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;