UNPKG

@scaleflex/icons

Version:
28 lines 1.8 kB
import _extends from "@babel/runtime/helpers/extends"; import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties"; var _excluded = ["color", "size"]; import React from 'react'; import { intrinsicComponent } from './utils/functions'; export var Sort = intrinsicComponent(function (_ref, ref) { var _ref$color = _ref.color, color = _ref$color === void 0 ? 'currentColor' : _ref$color, _ref$size = _ref.size, size = _ref$size === void 0 ? 14 : _ref$size, rest = _objectWithoutProperties(_ref, _excluded); return /*#__PURE__*/React.createElement("svg", _extends({ "data-icon-name": "Sort", ref: ref, width: size, height: size, viewBox: "0 0 50 50", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, rest), /*#__PURE__*/React.createElement("path", { d: "M9.09159 20.4543H40.9093C41.5248 20.4543 42.0577 20.2296 42.5073 19.7797C42.9567 19.3299 43.1823 18.7974 43.1823 18.1818C43.1823 17.5663 42.9568 17.0339 42.5073 16.5835L26.5984 0.67463C26.1489 0.225374 25.6164 0 25.0005 0C24.3846 0 23.8521 0.225374 23.4022 0.67463L7.49333 16.5835C7.04345 17.0334 6.8187 17.5663 6.8187 18.1818C6.8187 18.7972 7.04345 19.3299 7.49333 19.7797C7.9437 20.2296 8.47617 20.4543 9.09159 20.4543Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M40.9093 29.546H9.09159C8.47567 29.546 7.9432 29.7709 7.49333 30.2203C7.04345 30.6702 6.8187 31.2026 6.8187 31.8182C6.8187 32.4337 7.04345 32.9666 7.49333 33.4162L23.4022 49.3249C23.8526 49.7748 24.3851 50 25.0005 50C25.6159 50 26.1489 49.7748 26.5984 49.3249L42.5073 33.4161C42.9567 32.9666 43.1823 32.4337 43.1823 31.818C43.1823 31.2026 42.9568 30.6702 42.5073 30.2202C42.0578 29.7704 41.5248 29.546 40.9093 29.546Z", fill: color })); }); export default Sort;