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

29 lines
1.1 KiB
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fad';
var iconName = 'tornado';
var width = 512;
var height = 512;
var ligatures = [];
var unicode = 'f76f';
var svgPathData = ['M393.86 96H12.21c9.7 34.2 24.5 62.1 42.71 85.3h349.84c-14.1-23.1-20.6-50.2-10.9-85.3zM512 330.7H299.05c33 20.5 54.4 45.8 53.3 85.3h125.52c25.13-34.4 34.7-62 34.13-85.3z', 'M429.26 25.2c7.4-10.6 0-25.2-12.9-25.2H16.11A16.18 16.18 0 0 0 0 16.5 343.92 343.92 0 0 0 5.11 64h401.15a287.93 287.93 0 0 1 23-38.8zm.7 188.1h-345c45.11 40.4 101 63.6 150.12 85.3h269.39c-14.47-32.1-47.4-56.9-74.47-85.3zm-98.11 275.8a16 16 0 0 0 14.4 22.9h27.41a32.82 32.82 0 0 0 21.7-8.3 733.22 733.22 0 0 0 56.41-55.7H347.45a241.22 241.22 0 0 1-15.6 41.1z'];
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faTornado = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;