Files
2020-07-15 12:53:54 -05:00

29 lines
1.4 KiB
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fad';
var iconName = 'virus-slash';
var width = 640;
var height = 512;
var ligatures = [];
var unicode = 'e075';
var svgPathData = ['M114,227.55H92.43a28.45,28.45,0,0,0,0,56.89H114c50.68,0,76.07,61.28,40.23,97.12L139,396.8A28.44,28.44,0,1,0,179.18,437l15.25-15.25c35.84-35.84,97.12-10.45,97.12,40.23v21.54a28.45,28.45,0,1,0,56.89,0V462c0-26.61,17-45.91,38.22-53.37l-244.5-189A55.57,55.57,0,0,1,114,227.55Zm433.57,0H526c-50.68,0-76.06-61.27-40.22-97.11L501,115.19A28.44,28.44,0,0,0,460.8,75L445.55,90.22c-35.83,35.83-97.11,10.45-97.11-40.23V28.44a28.45,28.45,0,0,0-56.89,0V50c0,50.68-61.28,76.06-97.12,40.23L179.18,75A28.43,28.43,0,0,0,139,75c-.13.14-.15.32-.28.45L272.56,178.89h0l62.87,48.59h0L470.61,332c4.17-25.4,24.91-47.52,55.39-47.52h21.55a28.45,28.45,0,1,0,0-56.89Z', 'M636.63,480.55,617,505.81a16,16,0,0,1-22.45,2.82L6.18,53.91A16,16,0,0,1,3.37,31.46L23,6.19A16,16,0,0,1,45.46,3.38L633.82,458.1A16,16,0,0,1,636.63,480.55Z'];
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faVirusSlash = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;