29 lines
1.2 KiB
JavaScript
29 lines
1.2 KiB
JavaScript
'use strict';
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
var prefix = 'fad';
|
|
var iconName = 'toilet-paper-slash';
|
|
var width = 640;
|
|
var height = 512;
|
|
var ligatures = [];
|
|
var unicode = 'e072';
|
|
var svgPathData = ['M160,0c-23.33,0-44.63,16.83-61.26,44.53L384,265V192c0-83.62,23.63-153.5,60.5-192ZM64,192V364.12c0,41.13-9.75,62.76-31.12,126.88A16,16,0,0,0,48,512H328.87a31.87,31.87,0,0,0,30.38-21.88c9.31-27.83,18-53.34,22.18-85.54L65.4,160.33C64.54,170.66,64,181.19,64,192ZM512,0c-53,0-96,86-96,192,0,42,7,80.4,18.43,112l97.42,75.29C575.29,360.91,608,284.32,608,192,608,86,565,0,512,0Zm0,256c-17.63,0-32-28.62-32-64s14.37-64,32-64,32,28.62,32,64S529.63,256,512,256Z', '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.82a16,16,0,0,1-22.45,2.81Z'];
|
|
|
|
exports.definition = {
|
|
prefix: prefix,
|
|
iconName: iconName,
|
|
icon: [
|
|
width,
|
|
height,
|
|
ligatures,
|
|
unicode,
|
|
svgPathData
|
|
]};
|
|
|
|
exports.faToiletPaperSlash = exports.definition;
|
|
exports.prefix = prefix;
|
|
exports.iconName = iconName;
|
|
exports.width = width;
|
|
exports.height = height;
|
|
exports.ligatures = ligatures;
|
|
exports.unicode = unicode;
|
|
exports.svgPathData = svgPathData; |