@icongo/vv
Version:
Vivid Icons
24 lines • 694 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 VVBottle = 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: "M20 8V5h8v3h-8Zm-4 35V25.187c0-10.6 8-10.179 8-10.179s8-.57 8 10.179V43H16Z",
style: {
fillRule: "evenodd",
fill: "#ff6e6e"
}
}), /*#__PURE__*/_jsx("path", {
d: "M21 16V8h6v8h-6Zm4 9h7v12h-7V25Z",
style: {
fill: "#0c0058",
fillRule: "evenodd"
}
})]
}));
export { VVBottle };