UNPKG

@icongo/vv

Version:
30 lines 781 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 VVHome = 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: "M5 24 24 5l19 19h-5v16H10V24H5Z", style: { stroke: "#fff", strokeLinecap: "round", strokeWidth: 0, fillRule: "evenodd", fill: "#ff6e6e" } }), /*#__PURE__*/_jsx("path", { d: "M19 40V26h10v14H19Z", style: { fill: "#0c0058", stroke: "#fff", strokeLinecap: "round", strokeWidth: 0, fillRule: "evenodd" } })] })); export { VVHome };