UNPKG

@manysale/pro-solid-svg-icons

Version:

The iconic font, CSS, and SVG framework

26 lines (23 loc) 948 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var prefix = 'fas'; var iconName = 'sort-size-up'; var width = 512; var height = 512; var ligatures = []; var unicode = 'f88e'; var svgPathData = 'M107.31 36.69a16 16 0 0 0-22.62 0l-80 96C-5.35 142.74 1.77 160 16 160h48v304a16 16 0 0 0 16 16h32a16 16 0 0 0 16-16V160h48c14.21 0 21.38-17.24 11.31-27.31zM484 32H284a28 28 0 0 0-28 28v168a28 28 0 0 0 28 28h200a28 28 0 0 0 28-28V60a28 28 0 0 0-28-28zm-56 288H276a20 20 0 0 0-20 20v120a20 20 0 0 0 20 20h152a20 20 0 0 0 20-20V340a20 20 0 0 0-20-20z'; exports.definition = { prefix: prefix, iconName: iconName, icon: [width, height, ligatures, unicode, svgPathData], }; exports.faSortSizeUp = exports.definition; exports.prefix = prefix; exports.iconName = iconName; exports.width = width; exports.height = height; exports.ligatures = ligatures; exports.unicode = unicode; exports.svgPathData = svgPathData;