'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var prefix = 'fad'; var iconName = 'windsock'; var width = 512; var height = 512; var ligatures = []; var unicode = 'f777'; var svgPathData = ['M106.64 32A55.88 55.88 0 0 1 80 106.4V496a16 16 0 0 1-16 16H48a16 16 0 0 1-16-16V106.4A55.93 55.93 0 1 1 106.64 32z', 'M112 401.1l80-11.4V138.3l-80-11.4zm144-20.5l96-13.7V161.1l-96-13.7zM498.3 182L416 170.3v187.4l82.3-11.8a15.93 15.93 0 0 0 13.7-15.8V197.9a16.13 16.13 0 0 0-13.7-15.9z']; 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;