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

29 lines
1.3 KiB
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fad';
var iconName = 'store-slash';
var width = 640;
var height = 512;
var ligatures = [];
var unicode = 'e071';
var svgPathData = ['M127.9,384V284.2A131.82,131.82,0,0,1,98.4,288a136.73,136.73,0,0,1-18-1.2A126.49,126.49,0,0,1,64,283.2V480a32,32,0,0,0,32,32H532.37L366.76,384ZM98.4,255.91c26.42,0,49.78-10.72,67.37-27.24L25.23,120.05C-6.89,173.44,22.65,246.57,84.7,255A105.78,105.78,0,0,0,98.4,255.91ZM613.9,118.59,549,15A32,32,0,0,0,521.9,0h-404A32,32,0,0,0,90.8,15L80.91,30.78l285.94,221a97.23,97.23,0,0,0,26.75,4.14,98.72,98.72,0,0,0,73.8-33.11,99,99,0,0,0,73.8,33.11,104.5,104.5,0,0,0,13.7-.91C617.7,246.59,647.5,172.2,613.9,118.59ZM541.4,288a126.81,126.81,0,0,1-29.5-3.8v79.68L576,413.41V283.2a103.19,103.19,0,0,1-16.4,3.6A141.06,141.06,0,0,1,541.4,288Z', 'M6.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,2.81,22.45L617,505.81a16,16,0,0,1-22.45,2.82Z'];
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faStoreSlash = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;