UNPKG

@braineet/ui

Version:

Braineet design system

51 lines 1.39 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 * as React from 'react'; import { jsx as _jsx } from "react/jsx-runtime"; import { jsxs as _jsxs } from "react/jsx-runtime"; function ViewMatrix(props) { return /*#__PURE__*/_jsxs("svg", _extends({ viewBox: "0 0 24 24", fill: "none" }, props, { children: [/*#__PURE__*/_jsx("rect", { x: 11, y: 4, width: 2, height: 16, rx: 1, fill: "currentColor" }), /*#__PURE__*/_jsx("rect", { x: 4, y: 11, width: 16, height: 2, rx: 1, fill: "currentColor" }), /*#__PURE__*/_jsx("rect", { opacity: 0.6, x: 5, y: 5, width: 4, height: 4, rx: 1, fill: "currentColor" }), /*#__PURE__*/_jsx("rect", { opacity: 0.6, x: 15, y: 5, width: 4, height: 4, rx: 1, fill: "currentColor" }), /*#__PURE__*/_jsx("rect", { opacity: 0.6, x: 15, y: 15, width: 4, height: 4, rx: 1, fill: "currentColor" })] })); } export default ViewMatrix;