@icongo/vv
Version:
Vivid Icons
38 lines • 1.15 kB
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 VVVan = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
id: "prefix__van",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props, {
children: [/*#__PURE__*/_jsx("defs", {
children: /*#__PURE__*/_jsx("style", {
children: ".prefix__vi-primary{fill:#ff6e6e}.prefix__vi-accent{fill:#0c0058}"
})
}), /*#__PURE__*/_jsx("path", {
d: "M4 11v22.012h25.994V11H4Z",
className: "prefix__vi-primary"
}), /*#__PURE__*/_jsx("path", {
d: "M29.994 17.014h8.326l5.68 6v10H29.994v-16Z",
className: "prefix__vi-accent"
}), /*#__PURE__*/_jsx("circle", {
cx: 12,
cy: 33,
r: 5,
className: "prefix__vi-accent"
}), /*#__PURE__*/_jsx("circle", {
cx: 37,
cy: 33,
r: 5,
className: "prefix__vi-primary"
}), /*#__PURE__*/_jsx("path", {
d: "M12 31a2 2 0 1 1-2 2 2 2 0 0 1 2-2Zm25 0a2 2 0 1 1-2 2 2 2 0 0 1 2-2Zm-1-11 4 4h-7v-4h3Z",
style: {
fill: "#fff"
}
})]
}));
export { VVVan };