@braineet/ui
Version:
Braineet design system
23 lines • 1.27 kB
JavaScript
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
import * as React from 'react';
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
function Sort(props) {
return /*#__PURE__*/_jsxs("svg", _extends({
viewBox: "0 0 24 24",
fill: "none"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M12.7809 17.0237C12.3805 17.5241 11.6195 17.5241 11.2191 17.0237L8.64992 13.8124C8.388 13.485 8.62108 13 9.04034 13L14.9597 13C15.3789 13 15.612 13.485 15.3501 13.8124L12.7809 17.0237Z",
fill: "currentColor"
}), /*#__PURE__*/_jsx("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M12.7809 6.97609C12.3805 6.47568 11.6195 6.47568 11.2191 6.97609L8.64988 10.1877C8.38797 10.515 8.62106 11 9.04031 11H14.9597C15.3789 11 15.612 10.515 15.3501 10.1877L12.7809 6.97609Z",
fill: "currentColor"
})]
}));
}
export default Sort;