iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.38 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 Receipt = (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-receipt", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M17 2a3 3 0 013 3v16a1 1 0 01-1.555.832l-2.318-1.545-1.42 1.42a1 1 0 01-1.32.083l-.094-.083L12 20.415l-1.293 1.292a1 1 0 01-1.32.083l-.094-.083-1.421-1.42-2.317 1.545-.019.012-.054.03-.028.017-.054.023-.05.023-.049.015-.06.019-.052.009-.057.011-.084.006-.026.003H5l-.049-.003h-.039l-.013-.003h-.016l-.041-.008-.038-.005-.015-.005-.018-.002-.034-.011-.04-.01-.019-.007-.015-.004-.029-.013-.04-.015-.021-.011-.013-.005-.028-.016-.036-.018-.014-.01-.018-.01-.038-.027-.022-.014-.01-.009-.02-.014-.045-.041-.012-.008-.024-.024-.035-.039-.02-.02-.007-.011-.011-.012-.032-.045-.02-.025-.012-.019-.03-.054-.017-.028-.023-.054-.023-.05a1 1 0 01-.034-.108l-.01-.057-.01-.053L4 21V5a3 3 0 013-3zm-2 12h-2a1 1 0 000 2h2a1 1 0 000-2m0-4H9a1 1 0 000 2h6a1 1 0 000-2m0-4H9a1 1 0 100 2h6a1 1 0 000-2" }));
exports.default = Receipt;