29 lines
1.8 KiB
JavaScript
29 lines
1.8 KiB
JavaScript
'use strict';
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
var prefix = 'fad';
|
|
var iconName = 'raygun';
|
|
var width = 576;
|
|
var height = 512;
|
|
var ligatures = [];
|
|
var unicode = 'f925';
|
|
var svgPathData = ['M112,288.00049A111.74872,111.74872,0,0,1,92.80859,286.065L22.40625,407.95153A47.93847,47.93847,0,0,0,40.00391,473.5374l55.41015,31.99606a47.96036,47.96036,0,0,0,65.60156-17.59178L281.07812,279.981A111.32567,111.32567,0,0,1,240,288.00049ZM320,32.00077H304a15.99954,15.99954,0,0,0-16,16V304.00048a16.00078,16.00078,0,0,0,16,16h16a16.00078,16.00078,0,0,0,16-16V48.00076A15.99954,15.99954,0,0,0,320,32.00077Zm80,32H384a15.99953,15.99953,0,0,0-16,16V272.00051a16.00078,16.00078,0,0,0,16,16h16a16.00078,16.00078,0,0,0,16-16V80.00072A15.99953,15.99953,0,0,0,400,64.00074Zm-208-.00781L87.16406,1.70979A15.99925,15.99925,0,0,0,64.00781,16.01837v59.164c-.09375.04492-.17969.10937-.27734.15625A110.90446,110.90446,0,0,1,112,64.00074Z', 'M554.9375,119.01044,480,143.98307H416.043v63.99212h64.07422l74.8125,24.97068A16.00416,16.00416,0,0,0,576,217.76815v-83.58A16.00251,16.00251,0,0,0,554.9375,119.01044ZM112,64.00074a111.99988,111.99988,0,1,0,0,223.99975H240a110.93642,110.93642,0,0,0,48-11.19139V75.19213a110.93642,110.93642,0,0,0-48-11.19139Zm-.04688,135.97641a23.998,23.998,0,1,1,24-23.998A24.00159,24.00159,0,0,1,111.95312,199.97715Zm96.00782,0a23.998,23.998,0,1,1,24-23.998A23.99825,23.99825,0,0,1,207.96094,199.97715Z'];
|
|
|
|
exports.definition = {
|
|
prefix: prefix,
|
|
iconName: iconName,
|
|
icon: [
|
|
width,
|
|
height,
|
|
ligatures,
|
|
unicode,
|
|
svgPathData
|
|
]};
|
|
|
|
exports.faRaygun = exports.definition;
|
|
exports.prefix = prefix;
|
|
exports.iconName = iconName;
|
|
exports.width = width;
|
|
exports.height = height;
|
|
exports.ligatures = ligatures;
|
|
exports.unicode = unicode;
|
|
exports.svgPathData = svgPathData; |