UNPKG

styled-icons

Version:

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

16 lines (15 loc) 1.61 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); var React = tslib_1.__importStar(require("react")); var StyledIconBase_1 = require("../../StyledIconBase"); exports.SortAlphabeticallyOutline = React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg", }; return (React.createElement(StyledIconBase_1.StyledIconBase, tslib_1.__assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 24 24" }, props, { ref: ref }), React.createElement("path", { d: "M5.618 14h2.764L7 11.236zM21 14l2.4-3.2a2.986 2.986 0 00.284-3.142A2.984 2.984 0 0021 6h-6c-1.654 0-3 1.346-3 3 0 .77.295 1.469.774 2H12.5c-.368 0-.708.107-1.005.281L9.684 7.658C9.186 6.663 8.157 6.044 7 6.044s-2.186.619-2.684 1.614l-4 8c-.358.717-.416 1.53-.163 2.291s.788 1.376 1.504 1.735c.414.207.879.316 1.342.316a2.988 2.988 0 002.684-1.657L5.854 18h2.291l.171.342A2.984 2.984 0 0011 20c.464 0 .928-.109 1.342-.316a3.01 3.01 0 00.652-.458c.54.488 1.246.774 2.006.774h6c1.654 0 3-1.346 3-3s-1.346-3-3-3zm-9.553 3.895a1.003 1.003 0 01-1.342-.448L9.382 16H4.618l-.724 1.447a1 1 0 11-1.788-.895l4-8c.169-.338.532-.508.894-.508s.725.169.895.508l4 8a1.002 1.002 0 01-.448 1.343zM12.5 14a1 1 0 010-2h1a1 1 0 010 2h-1zm8.5 4h-6a1.001 1.001 0 01-.8-1.6L19 10h-4a1 1 0 010-2h6a1.001 1.001 0 01.8 1.6L17 16h4a1 1 0 010 2z", key: "k0" }))); }); exports.SortAlphabeticallyOutline.displayName = 'SortAlphabeticallyOutline'; exports.SortAlphabeticallyOutlineDimensions = { height: 24, width: 24 };