@icongo/li
Version:
LibreICONS Icons
25 lines • 879 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 LIGift = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
fill: "#d32f2f",
d: "M11.667 13H2.333a.669.669 0 0 1-.666-.667V5.667h10.666v6.666c0 .367-.3.667-.666.667z"
}), /*#__PURE__*/_jsx("path", {
fill: "#f44336",
d: "M13 5.667H1v-2C1 3.3 1.3 3 1.667 3h10.666c.367 0 .667.3.667.667v2z"
}), /*#__PURE__*/_jsx("path", {
fill: "#ff8f00",
d: "M6.333 5.667h1.334V13H6.333zm2-4.667-2 2h1.334l2-2z"
}), /*#__PURE__*/_jsx("path", {
fill: "#ffc107",
d: "M6.333 5.667h1.334V3l-2-2H4.333l2 2z"
})]
}));
export { LIGift };