UNPKG

styled-icons

Version:

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

14 lines (13 loc) 962 B
import { __assign } from "tslib"; import * as React from 'react'; import { StyledIconBase } from '../../StyledIconBase'; export var SortAlphabetically = 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 24 24" }, props, { ref: ref }), React.createElement("path", { d: "M10.895 16.553l-4-8c-.339-.678-1.45-.678-1.789 0l-4 8a1 1 0 001.789.895L3.618 16h4.764l.724 1.447a.998.998 0 001.341.448c.494-.248.695-.848.448-1.342zM4.618 14L6 11.236 7.382 14H4.618zM22 18h-6a1.001 1.001 0 01-.8-1.6L20 10h-4a1 1 0 010-2h6a1.001 1.001 0 01.8 1.6L18 16h4a1 1 0 010 2zm-8-4h-2a1 1 0 010-2h2a1 1 0 010 2z", key: "k0" }))); }); SortAlphabetically.displayName = 'SortAlphabetically'; export var SortAlphabeticallyDimensions = { height: 24, width: 24 };