UNPKG

@braineet/ui

Version:

Braineet design system

29 lines 1.07 kB
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 React from 'react'; import { jsx as _jsx } from "react/jsx-runtime"; import { 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;