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

29 lines
986 B
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var prefix = 'fad';
var iconName = 'arrow-to-bottom';
var width = 380;
var height = 512;
var ligatures = [];
var unicode = 'f33d';
var svgPathData = ['M358 480H22a23.94 23.94 0 0 1-24-24v-16a23.94 23.94 0 0 1 24-24h336a23.94 23.94 0 0 1 24 24v16a23.94 23.94 0 0 1-24 24z', 'M325.87 190.52l17.06 17a23.86 23.86 0 0 1 0 33.91L207 377a24 24 0 0 1-34 0L37.07 241.43a23.86 23.86 0 0 1 0-33.91l17.06-17a24 24 0 0 1 34 0l65.81 65.61V56A24 24 0 0 1 178 32h24.08a24 24 0 0 1 24.07 24v200.13L292 190.52a23.9 23.9 0 0 1 33.87 0z'];
exports.definition = {
prefix: prefix,
iconName: iconName,
icon: [
width,
height,
ligatures,
unicode,
svgPathData
]};
exports.faArrowToBottom = exports.definition;
exports.prefix = prefix;
exports.iconName = iconName;
exports.width = width;
exports.height = height;
exports.ligatures = ligatures;
exports.unicode = unicode;
exports.svgPathData = svgPathData;