UNPKG

styled-icons

Version:

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

14 lines (13 loc) 861 B
import { __assign } from "tslib"; import * as React from 'react'; import { StyledIconBase } from '../../StyledIconBase'; export var SortNumbericDesc = React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg", }; return (React.createElement(StyledIconBase, __assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 16 16" }, props, { ref: ref }), React.createElement("path", { d: "M5 12V0H3v12H.5L4 15.5 7.5 12H5zM13.5 16a.5.5 0 01-.5-.5V10h-.5a.5.5 0 010-1h1a.5.5 0 01.5.5v6a.5.5 0 01-.5.5zM14.5 0h-3a.5.5 0 00-.5.5v3a.5.5 0 00.5.5H14v2h-2.5a.5.5 0 000 1h3a.5.5 0 00.5-.5v-6a.5.5 0 00-.5-.5zM12 1h2v2h-2V1z", key: "k0" }))); }); SortNumbericDesc.displayName = 'SortNumbericDesc'; export var SortNumbericDescDimensions = { height: 16, width: 16 };