UNPKG

@icongo/li

Version:
33 lines (32 loc) 1.28 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGift = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGift = function LIGift(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", "aria-hidden": "true", viewBox: "0 0 14 14" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.jsx)("path", { fill: "#ff8f00", d: "M6.333 5.667h1.334V13H6.333zm2-4.667-2 2h1.334l2-2z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#ffc107", d: "M6.333 5.667h1.334V3l-2-2H4.333l2 2z" })] })); }; exports.LIGift = LIGift;