@icongo/vv
Version:
Vivid Icons
30 lines • 1.07 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 VVGift = 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 20h32v23H8V20Zm3-9a4.939 4.939 0 0 1 4.875-5c1.866 0 2.2.489 4.125 2l4 3 4-3c1.711-1.621 2.259-2 4.125-2A4.939 4.939 0 0 1 37 11a4.939 4.939 0 0 1-4.875 5h-16.25A4.939 4.939 0 0 1 11 11Zm21 2a2 2 0 0 0 0-4 2.463 2.463 0 0 0-1.776 1.1L27 13h5Zm-14.224-2.9A2.463 2.463 0 0 0 16 9a2 2 0 0 0 0 4h5Z",
style: {
stroke: "#fff",
strokeLinecap: "round",
strokeWidth: 0,
fillRule: "evenodd",
fill: "#ff6e6e"
}
}), /*#__PURE__*/_jsx("path", {
d: "M15.875 16H39.99v4H26v23h-4V20H7.99v-4h7.885Z",
style: {
fill: "#0c0058",
stroke: "#fff",
strokeLinecap: "round",
strokeWidth: 0,
fillRule: "evenodd"
}
})]
}));
export { VVGift };