UNPKG

@icongo/vv

Version:
29 lines 803 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 VVWebsite = 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("path", { d: "M7 10h34v28H7z", style: { stroke: "#fff", strokeLinecap: "round", strokeWidth: 0, fill: "#ff6e6e" } }), /*#__PURE__*/_jsx("path", { d: "M7 10h34v3H7v-3Zm4 7h26v5H11v-5Zm0 9h8v8h-8v-8Zm11 0h15v3H22v-3Zm0 5h8v3h-8v-3Z", style: { fill: "#0c0058", fillRule: "evenodd", stroke: "#fff", strokeLinecap: "round", strokeWidth: 0 } })] })); export { VVWebsite };