iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.02 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const Gift = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-gift", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M11 14v8H7a3 3 0 01-3-3v-4a1 1 0 011-1h6zm8 0a1 1 0 011 1v4a3 3 0 01-3 3h-4v-8h6zM16.5 2a3.5 3.5 0 013.163 5H20a2 2 0 012 2v1a2 2 0 01-2 2h-7V7h-2v5H4a2 2 0 01-2-2V9a2 2 0 012-2h.337A3.486 3.486 0 014 5.5C4 3.567 5.567 2 7.483 2c1.755-.03 3.312 1.092 4.381 2.934l.136.243c1.033-1.914 2.56-3.114 4.291-3.175L16.5 2zm-9 2a1.5 1.5 0 000 3h3.143C9.902 5.095 8.694 3.98 7.5 4zm8.983 0c-1.18-.02-2.385 1.096-3.126 3H16.5a1.5 1.5 0 10-.017-3z" }));
exports.default = Gift;