iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 928 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 Ticket1 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.25 6a.75.75 0 00-.75.75v2.278a3.066 3.066 0 010 5.945v2.277c0 .414.336.75.75.75h15.5a.75.75 0 00.75-.75v-2.277a3.066 3.066 0 010-5.945V6.75a.75.75 0 00-.75-.75H4.25zM2 6.75A2.25 2.25 0 014.25 4.5h15.5A2.25 2.25 0 0122 6.75v2.936a.75.75 0 01-.75.75 1.565 1.565 0 000 3.13.75.75 0 01.75.75v2.934a2.25 2.25 0 01-2.25 2.25H4.25A2.25 2.25 0 012 17.25v-2.934a.75.75 0 01.75-.75 1.565 1.565 0 000-3.13.75.75 0 01-.75-.75V6.75z", fill: "#323544" }));
exports.default = Ticket1;