@braineet/ui
Version:
Braineet design system
58 lines • 1.52 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 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;