@braineet/ui
Version:
Braineet design system
28 lines • 974 B
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 React from 'react';
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
function Icon(props) {
return /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "24",
height: "24",
fill: "none",
viewBox: "0 0 24 24"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
fill: "currentColor",
fillRule: "evenodd",
d: "M12 20a8 8 0 110-16 8 8 0 010 16zm0-2a6 6 0 110-12 6 6 0 010 12z",
clipRule: "evenodd",
opacity: "0.6"
}), /*#__PURE__*/_jsx("rect", {
width: "8",
height: "2",
x: "8",
y: "11",
fill: "currentColor",
rx: "1"
})]
}));
}
export default Icon;