UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.19 kB
"use strict"; 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 Tickets3 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M9.57 6.897a.9.9 0 110 1.8.9.9 0 010-1.8zM10.47 10.598a.9.9 0 10-1.8 0 .9.9 0 001.8 0zM9.57 12.498a.9.9 0 110 1.8.9.9 0 010-1.8zM10.47 16.198a.9.9 0 10-1.8 0 .9.9 0 001.8 0z", fill: "#323544" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.919 5.066a.75.75 0 01.75-.75h12.663a.75.75 0 01.75.75 2.419 2.419 0 002.418 2.42.75.75 0 01.75.75v7.527a.75.75 0 01-.75.75 2.418 2.418 0 00-2.418 2.418.75.75 0 01-.75.75H5.669a.75.75 0 01-.75-.75A2.419 2.419 0 002.5 16.513a.75.75 0 01-.75-.75V8.235a.75.75 0 01.75-.75 2.42 2.42 0 002.419-2.419zm1.428.75A3.923 3.923 0 013.25 8.914v6.17a3.923 3.923 0 013.097 3.097h11.307a3.923 3.923 0 013.096-3.097v-6.17a3.923 3.923 0 01-3.096-3.098H6.347z", fill: "#323544" })); exports.default = Tickets3;