Release 5.10.0 (#1385)
This commit is contained in:
29
js-packages/@fortawesome/pro-duotone-svg-icons/faSortDown.js
Normal file
29
js-packages/@fortawesome/pro-duotone-svg-icons/faSortDown.js
Normal file
@@ -0,0 +1,29 @@
|
||||
'use strict';
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
var prefix = 'fad';
|
||||
var iconName = 'sort-down';
|
||||
var width = 288;
|
||||
var height = 512;
|
||||
var ligatures = [];
|
||||
var unicode = 'f0dd';
|
||||
var svgPathData = ['M263.07 168c21.4 0 32.1 25.9 17 41l-119 119a23.9 23.9 0 0 1-33.9 0L8.07 209c-15.1-15.1-4.4-41 17-41z', ''];
|
||||
|
||||
exports.definition = {
|
||||
prefix: prefix,
|
||||
iconName: iconName,
|
||||
icon: [
|
||||
width,
|
||||
height,
|
||||
ligatures,
|
||||
unicode,
|
||||
svgPathData
|
||||
]};
|
||||
|
||||
exports.faSortDown = exports.definition;
|
||||
exports.prefix = prefix;
|
||||
exports.iconName = iconName;
|
||||
exports.width = width;
|
||||
exports.height = height;
|
||||
exports.ligatures = ligatures;
|
||||
exports.unicode = unicode;
|
||||
exports.svgPathData = svgPathData;
|
||||
Reference in New Issue
Block a user