'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var prefix = 'fad'; var iconName = 'sort-up'; var width = 288; var height = 512; var ligatures = []; var unicode = 'f0de'; var svgPathData = ['M280 294.05c15.2 15.1 4.5 41-16.9 41h-238c-21.4 0-32.1-25.9-17-41l119-119a23.9 23.9 0 0 1 33.9 0z', '']; exports.definition = { prefix: prefix, iconName: iconName, icon: [ width, height, ligatures, unicode, svgPathData ]}; exports.faSortUp = exports.definition; exports.prefix = prefix; exports.iconName = iconName; exports.width = width; exports.height = height; exports.ligatures = ligatures; exports.unicode = unicode; exports.svgPathData = svgPathData;