2022-02-08 04:16:51 +08:00
|
|
|
'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';
|
2022-09-01 05:02:43 +08:00
|
|
|
var svgPathData = 'M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L491.5 359.9c3-12.8 4.5-26.2 4.5-39.9c0-74.1-102.3-230.6-150.9-300.7c-12.3-17.7-37.8-17.7-50.1 0c-20.8 30-51.4 75.8-79.6 124.1L38.8 5.1zM144 320c0 97.2 78.8 176 176 176c48.1 0 91.7-19.3 123.5-50.6L170 229.9c-15.6 34.7-26 66.6-26 90.1zm96 0c0 44.2 35.8 80 80 80c8.8 0 16 7.2 16 16s-7.2 16-16 16c-61.9 0-112-50.1-112-112c0-8.8 7.2-16 16-16s16 7.2 16 16z';
|
2022-02-08 04:16:51 +08:00
|
|
|
|
|
|
|
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;
|