@braineet/ui
Version:
Braineet design system
33 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 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;