iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.44 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 GiftCard = (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-card", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M18 4a4 4 0 013.995 3.8L22 8v8a4 4 0 01-3.8 3.995L18 20H6a4 4 0 01-3.995-3.8L2 16V8a4 4 0 013.8-3.995L6 4h12zm-5.493 5l-.19.004c-.928.052-1.719.583-2.317 1.444-.56-.805-1.288-1.322-2.139-1.428l-.198-.017L7.499 9l-.16.005C6.059 9.091 5 10.184 5 11.5c0 1.226 1.222 2.211 2.453 2.447l.16.026-1.32 1.32-.083.094a1 1 0 000 1.226l.083.094.094.083a1 1 0 001.226 0l.094-.083L10 14.415l2.293 2.292.094.083a1 1 0 001.403-1.403l-.083-.094-1.32-1.32c1.229-.169 2.502-1.11 2.606-2.315L15 11.5l-.005-.163c-.08-1.189-1.02-2.162-2.175-2.316l-.159-.016L12.507 9zm-.025 2l.102.009c.194.04.367.21.407.406L13 11.5l-.012.031-.034.04c-.13.135-.513.369-.836.42L12 12h-.602l.052-.1.088-.156c.27-.444.574-.696.852-.738l.092-.006zm-4.964 0l.084.005.094.02c.254.077.523.32.765.718l.09.157.05.1H8l-.106-.008c-.398-.057-.894-.4-.894-.492 0-.23.194-.446.416-.491l.102-.01z" }));
exports.default = GiftCard;