29 lines
725 B
JavaScript
Raw Normal View History

2018-06-20 15:12:02 -05:00
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fas';
var iconName = 'volume-off';
2019-03-19 17:45:20 -05:00
var width = 256;
2018-06-20 15:12:02 -05:00
var height = 512;
var ligatures = [];
var unicode = 'f026';
2019-03-19 17:45:20 -05:00
var svgPathData = 'M215 71l-89 89H24a24 24 0 0 0-24 24v144a24 24 0 0 0 24 24h102.06L215 441c15 15 41 4.47 41-17V88c0-21.47-26-32-41-17z';
2018-06-20 15:12:02 -05:00
2018-07-17 15:07:25 -05:00
exports.definition = {
2018-06-20 15:12:02 -05:00
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
2018-07-17 15:07:25 -05:00
exports.faVolumeOff = exports.definition;
2018-06-20 15:12:02 -05:00
exports.prefix = prefix;
2018-07-17 15:07:25 -05:00
exports.iconName = iconName;
2018-06-20 15:12:02 -05:00
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;