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.44 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.SortNumerically = 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: "M4 18a1 1 0 01-1-1v-6.382l-.553.276a1 1 0 11-.894-1.789l2-1A.998.998 0 015 9v8a1 1 0 01-1 1zm9 0H8a1.002 1.002 0 01-.707-1.707l4-4c.254-.254.394-.591.394-.95 0-.358-.14-.695-.394-.949-.508-.508-1.39-.508-1.9.001a1.33 1.33 0 00-.393.948 1 1 0 01-2 0c0-.894.348-1.733.98-2.364 1.265-1.263 3.464-1.263 4.727.001.632.631.979 1.471.979 2.363 0 .893-.348 1.733-.979 2.364L10.414 16H13a1 1 0 010 2zm7.955-5.623a2.725 2.725 0 00.545-1.627A2.753 2.753 0 0018.75 8a2.739 2.739 0 00-2.44 1.484 1 1 0 101.776.92.75.75 0 11.664 1.096 1 1 0 000 2c.689 0 1.25.561 1.25 1.25S19.439 16 18.75 16s-1.25-.561-1.25-1.25a1 1 0 00-2 0c0 1.792 1.458 3.25 3.25 3.25S22 16.542 22 14.75a3.23 3.23 0 00-1.045-2.373z", key: "k0" }))); }); exports.SortNumerically.displayName = 'SortNumerically'; exports.SortNumericallyDimensions = { height: 24, width: 24 };