UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.1 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 Shirt1 = (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: "M5.839 2.545A2.25 2.25 0 017.307 2h1.735a.75.75 0 01.74.626 2.25 2.25 0 004.437 0 .75.75 0 01.74-.626h1.734c.54 0 1.06.193 1.468.545l4.078 3.512a.75.75 0 01.17.927l-1.875 3.438a.75.75 0 01-1.029.293l-.755-.428v9.463A2.25 2.25 0 0116.5 22h-9a2.25 2.25 0 01-2.25-2.25v-9.463l-.755.428a.75.75 0 01-1.028-.293L1.592 6.984a.75.75 0 01.169-.927l4.078-3.512zm1.468.955a.75.75 0 00-.49.182L3.2 6.798l1.22 2.236 1.211-.687A.75.75 0 016.75 9v10.75c0 .414.336.75.75.75h9a.75.75 0 00.75-.75V9a.75.75 0 011.12-.653l1.212.687 1.22-2.236-3.62-3.116a.75.75 0 00-.489-.182h-1.157a3.75 3.75 0 01-7.072 0H7.307z", fill: "#323544" })); exports.default = Shirt1;