Files
Font-Awesome-Pro/js-packages/@fortawesome/pro-duotone-svg-icons/faLevelDown.js
2019-07-29 11:21:43 -05:00

29 lines
1015 B
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fad';
var iconName = 'level-down';
var width = 384;
var height = 512;
var ligatures = [];
var unicode = 'f149';
var svgPathData = ['M75.51 76.48l-56-56A12 12 0 0 1 28 0h196a24 24 0 0 1 24 24v348.71l-40 43.21-40-43.23V80H84a12 12 0 0 1-8.49-3.52z', 'M361 367.28L225.09 504.87l-.09.13a23.89 23.89 0 0 1-17 7 23.85 23.85 0 0 1-16.95-7l-.14-.14L55 367.28a24.22 24.22 0 0 1 0-34l22-22.17a23.91 23.91 0 0 1 33.94 0c.21.21.42.43.62.65L208 415.92l96.45-104.21c.2-.22.41-.44.62-.65a23.91 23.91 0 0 1 33.94 0l22 22.17a24.22 24.22 0 0 1-.01 34.05z'];
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faLevelDown = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;