@icongo/vv
Version:
Vivid Icons
26 lines • 692 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var VVImport = 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: "M15 10h28v28H15z",
style: {
fill: "#ff6e6e",
stroke: "#fff",
strokeLinecap: "round",
strokeWidth: 0
}
}), /*#__PURE__*/_jsx("path", {
d: "M4 25h23l-3 3 2 2 6-6v-1l-6-6-2 2 3 3H4v3Z",
style: {
fill: "#0c0058",
fillRule: "evenodd"
}
})]
}));
export { VVImport };