UNPKG

styled-icons

Version:

Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components

14 lines (13 loc) 1.25 kB
import { __assign } from "tslib"; import * as React from 'react'; import { StyledIconBase } from '../../StyledIconBase'; export var SortAlphaUpAlt = React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg", }; return (React.createElement(StyledIconBase, __assign({ iconAttrs: attrs, iconVerticalAlign: "-.125em", iconViewBox: "0 0 448 512" }, props, { ref: ref }), React.createElement("path", { fill: "currentColor", d: "M16 160h48v304a16 16 0 0016 16h32a16 16 0 0016-16V160h48c14.21 0 21.38-17.24 11.31-27.31l-80-96a16 16 0 00-22.62 0l-80 96C-5.35 142.74 1.78 160 16 160zm272 64h128a16 16 0 0016-16v-32a16 16 0 00-16-16h-56l61.26-70.45A32 32 0 00432 65.63V48a16 16 0 00-16-16H288a16 16 0 00-16 16v32a16 16 0 0016 16h56l-61.26 70.45A32 32 0 00272 190.37V208a16 16 0 0016 16zm159.06 234.62l-59.27-160A16 16 0 00372.72 288h-41.44a16 16 0 00-15.07 10.62l-59.27 160A16 16 0 00272 480h24.83a16 16 0 0015.23-11.08l4.42-12.92h71l4.41 12.92A16 16 0 00407.16 480H432a16 16 0 0015.06-21.38zM335.61 400L352 352l16.39 48z", key: "k0" }))); }); SortAlphaUpAlt.displayName = 'SortAlphaUpAlt'; export var SortAlphaUpAltDimensions = { height: undefined, width: undefined };