UNPKG

@icongo/vv

Version:
27 lines 605 B
import _extends from "@babel/runtime/helpers/extends"; import { jsx as _jsx } from "react/jsx-runtime"; import { jsxs as _jsxs } from "react/jsx-runtime"; var VVCard = props => /*#__PURE__*/_jsxs("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 48 48" }, props, { children: [/*#__PURE__*/_jsx("rect", { width: 32, height: 22, x: 8, y: 13, rx: 3, ry: 3, style: { fill: "#ff6e6e" } }), /*#__PURE__*/_jsx("path", { d: "M8 19h32v5H8z", style: { fill: "#0c0058" } })] })); export { VVCard };