UNPKG

@icongo/vv

Version:
29 lines 764 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 VVBox = 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: "M8 17h32v24H8z", style: { stroke: "#fff", strokeLinecap: "round", strokeWidth: 0, fill: "#ff6e6e" } }), /*#__PURE__*/_jsx("path", { d: "M40 17H26l7-9h14ZM1 8h14l7 9H8Zm39 33H8v-2h32v2Z", style: { fill: "#0c0058", fillRule: "evenodd", stroke: "#fff", strokeLinecap: "round", strokeWidth: 0 } })] })); export { VVBox };