@braineet/ui
Version:
Braineet design system
32 lines • 1.17 kB
JavaScript
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
import * as React from 'react';
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
function Range(props) {
return /*#__PURE__*/_jsxs("svg", _extends({
viewBox: "0 0 24 24",
fill: "none"
}, props, {
children: [/*#__PURE__*/_jsxs("g", {
opacity: 0.6,
children: [/*#__PURE__*/_jsx("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M20 12C20 12.5523 19.5523 13 19 13H17V11H19C19.5523 11 20 11.4477 20 12Z",
fill: "currentColor"
}), /*#__PURE__*/_jsx("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M11 13H5C4.44772 13 4 12.5523 4 12C4 11.4477 4.44772 11 5 11H11V13Z",
fill: "currentColor"
})]
}), /*#__PURE__*/_jsx("rect", {
x: 12,
y: 9,
width: 4,
height: 6,
rx: 1,
fill: "currentColor"
})]
}));
}
export default Range;