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

29 lines
1.0 KiB
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fad';
var iconName = 'radiation';
var width = 512;
var height = 512;
var ligatures = [];
var unicode = 'f7b9';
var svgPathData = ['M208 256.2a48 48 0 1 1 48 48 48 48 0 0 1-48-48z', 'M378.8 60c4.8-7.7 2.4-18.1-5.6-22.4a246.82 246.82 0 0 0-234.4 0c-8 4.3-10.4 14.8-5.6 22.4l80.4 128.5a78.69 78.69 0 0 1 84.8 0zm109 196.2H336.2c0 28.6-15.2 53.5-37.8 67.7l80.4 128.4c4.8 7.7 15.3 10.2 22.7 4.8 58.1-42 97.4-108.4 102.5-184.2.6-9-7.1-16.7-16.2-16.7zm-312 0H24.2c-9.1 0-16.8 7.7-16.2 16.8 5.1 75.8 44.4 142.2 102.5 184.2 7.4 5.3 17.9 2.9 22.7-4.8L213.6 324c-22.6-14.3-37.8-39.2-37.8-67.8z'];
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faRadiation = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;