UNPKG

@braineet/ui

Version:

Braineet design system

26 lines 1.23 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 Cards(props) { return /*#__PURE__*/_jsxs("svg", _extends({ viewBox: "0 0 24 24", fill: "none" }, props, { children: [/*#__PURE__*/_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 8C4 7.44772 4.44772 7 5 7H19C19.5523 7 20 7.44772 20 8V19C20 19.5523 19.5523 20 19 20H5C4.44772 20 4 19.5523 4 19V8ZM6 9V18H18V9H6Z", fill: "currentColor" }), /*#__PURE__*/_jsx("g", { opacity: 0.6, children: /*#__PURE__*/_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7 6H17C17.5523 6 18 5.55228 18 5C18 4.44772 17.5523 4 17 4H7C6.44772 4 6 4.44772 6 5C6 5.55228 6.44772 6 7 6Z", fill: "currentColor" }) })] })); } export default Cards;