Font-Awesome/advanced-options/use-with-node-js/free-solid-svg-icons/faVolumeOff.js

29 lines
783 B
JavaScript
Raw Normal View History

2018-06-21 04:12:02 +08:00
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fas';
var iconName = 'volume-off';
2018-08-28 01:43:10 +08:00
var width = 257;
2018-06-21 04:12:02 +08:00
var height = 512;
var ligatures = [];
var unicode = 'f026';
2018-08-28 01:43:10 +08:00
var svgPathData = 'M216.36 71.04L127.39 160H25.33c-13.26 0-24 10.74-24 24v144c0 13.25 10.74 24 24 24h102.06l88.97 88.95c15.03 15.03 40.97 4.47 40.97-16.97V88.02c0-21.47-25.96-31.98-40.97-16.98z';
2018-06-21 04:12:02 +08:00
2018-07-18 04:07:25 +08:00
exports.definition = {
2018-06-21 04:12:02 +08:00
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
2018-07-18 04:07:25 +08:00
exports.faVolumeOff = exports.definition;
2018-06-21 04:12:02 +08:00
exports.prefix = prefix;
2018-07-18 04:07:25 +08:00
exports.iconName = iconName;
2018-06-21 04:12:02 +08:00
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;