UNPKG

@braineet/ui

Version:

Braineet design system

57 lines 1.42 kB
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 ViewBubble(props) { return /*#__PURE__*/_jsxs("svg", _extends({ viewBox: "0 0 24 24", fill: "none" }, props, { children: [/*#__PURE__*/_jsx("rect", { opacity: 0.6, x: 4, y: 4, width: 8, height: 8, rx: 4, fill: "currentColor" }), /*#__PURE__*/_jsx("rect", { x: 16, y: 4, width: 4, height: 4, rx: 2, fill: "currentColor" }), /*#__PURE__*/_jsx("rect", { x: 10, y: 14, width: 4, height: 4, rx: 2, fill: "currentColor" }), /*#__PURE__*/_jsx("rect", { opacity: 0.6, x: 16, y: 16, width: 4, height: 4, rx: 2, fill: "currentColor" }), /*#__PURE__*/_jsx("rect", { x: 4, y: 18, width: 2, height: 2, rx: 1, fill: "currentColor" }), /*#__PURE__*/_jsx("rect", { opacity: 0.6, x: 16, y: 10, width: 2, height: 2, rx: 1, fill: "currentColor" })] })); } export default ViewBubble;