iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 969 B
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", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M18.653 7.662h-1.11V18.765H3.11V7.663H2V4.33h4.748a2.197 2.197 0 0 1-.307-1.11A2.22 2.22 0 0 1 8.66 1c.667 0 1.259.3 1.665.766A2.205 2.205 0 0 1 11.992 1a2.22 2.22 0 0 1 2.22 2.22c0 .407-.117.783-.307 1.11h4.748v3.332zm-7.771 9.993h5.55v-4.442h-5.55v4.442zm0-5.553h5.55v-4.44h-5.55v4.44zM4.22 17.655h5.551v-4.442h-5.55v4.442zm0-5.553h5.551v-4.44h-5.55v4.44zm4.441-9.99a1.11 1.11 0 1 0 0 2.22 1.11 1.11 0 0 0 0-2.22zm3.33 0a1.11 1.11 0 1 0 .001 2.22 1.11 1.11 0 0 0 0-2.22zm5.552 3.33H3.11v1.11h14.433v-1.11z", fill: "#000", fillRule: "evenodd" }));
exports.default = Gift;