30 lines
1.1 KiB
JavaScript
30 lines
1.1 KiB
JavaScript
'use strict';
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
var prefix = 'fas';
|
|
var iconName = 'droplet-slash';
|
|
var width = 640;
|
|
var height = 512;
|
|
var aliases = ["tint-slash"];
|
|
var unicode = 'f5c7';
|
|
var svgPathData = 'M144 333.9C144 432.4 222.8 512 320 512c52.81 0 100-23.6 132.3-60.83L174.8 233.7C156.6 263.9 144 294.6 144 333.9zM630.8 469.1l-137.1-107.5c1.43-9.06 2.305-18.28 2.305-27.76c0-111.7-99.75-153.3-146.8-311.7c-7.1-28.87-49.5-30.12-58.5 0C274.3 77.59 251.3 118.7 228.4 153.7L38.81 5.11C34.41 1.672 29.19 .0002 24.03 .0002c-7.125 0-14.19 3.156-18.91 9.187c-8.187 10.44-6.375 25.53 4.062 33.7l591.1 463.1c10.5 8.203 25.56 6.328 33.69-4.078C643.1 492.4 641.2 477.3 630.8 469.1z';
|
|
|
|
exports.definition = {
|
|
prefix: prefix,
|
|
iconName: iconName,
|
|
icon: [
|
|
width,
|
|
height,
|
|
aliases,
|
|
unicode,
|
|
svgPathData
|
|
]};
|
|
|
|
exports.faDropletSlash = exports.definition;
|
|
exports.prefix = prefix;
|
|
exports.iconName = iconName;
|
|
exports.width = width;
|
|
exports.height = height;
|
|
exports.ligatures = aliases;
|
|
exports.unicode = unicode;
|
|
exports.svgPathData = svgPathData;
|
|
exports.aliases = aliases; |