UNPKG

styled-icons

Version:

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

16 lines (15 loc) 2.1 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.SortNumericallyOutline = 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: "M23.292 12.134c.138-.445.208-.91.208-1.384A4.756 4.756 0 0018.75 6c-1.396 0-2.685.61-3.573 1.632l-.056-.067c-.973-.974-2.349-1.533-3.776-1.533-1.422 0-2.794.556-3.77 1.525a3.398 3.398 0 00-1.122-1.108A3.054 3.054 0 004.84 6c-.482 0-.955.109-1.369.316l-1.406.747C.623 7.784.014 9.589.752 11.065c.272.543.714.982 1.248 1.272V17c0 1.654 1.346 3 3 3 .766 0 1.458-.297 1.989-.771.54.487 1.25.771 2.011.771h5c.778 0 1.479-.305 2.01-.795.796.5 1.731.795 2.74.795A5.256 5.256 0 0024 14.75a5.23 5.23 0 00-.708-2.616zM6 17a1 1 0 01-2 0v-6.382a1.052 1.052 0 01-.471.106c-.401 0-.813-.203-.988-.553a1.007 1.007 0 01.463-1.342l1.361-.724c.141-.07.307-.105.475-.105.199 0 .4.05.561.149.294.183.599.504.599.851v8zm8 1H9a1.002 1.002 0 01-.707-1.707l4-4c.254-.254.394-.591.394-.95 0-.358-.14-.695-.394-.949s-.601-.381-.949-.381-.696.127-.952.382a1.333 1.333 0 00-.392.948 1 1 0 01-2 0c0-.894.348-1.733.98-2.364.632-.631 1.498-.947 2.364-.947s1.731.316 2.363.948c.632.631.979 1.471.979 2.363 0 .893-.348 1.733-.979 2.364L11.414 16H14a1 1 0 010 2zm4.75 0a3.254 3.254 0 01-3.25-3.25 1 1 0 012 0c0 .689.561 1.25 1.25 1.25S20 15.439 20 14.75s-.561-1.25-1.25-1.25a1 1 0 010-2 .75.75 0 10-.665-1.096 1 1 0 01-1.776-.92A2.741 2.741 0 0118.75 8a2.753 2.753 0 012.75 2.75c0 .611-.207 1.17-.545 1.627A3.23 3.23 0 0122 14.75 3.254 3.254 0 0118.75 18z", key: "k0" }))); }); exports.SortNumericallyOutline.displayName = 'SortNumericallyOutline'; exports.SortNumericallyOutlineDimensions = { height: 24, width: 24 };