iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 963 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 Shirt = (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-shirt", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M14.883 3.007L14.978 3l.112.004.113.017.113.03 6 2a1 1 0 01.677.833L22 6v5a1 1 0 01-.883.993L21 12h-2v7a2 2 0 01-1.85 1.995L17 21H7a2 2 0 01-1.995-1.85L5 19v-7H3a1 1 0 01-.993-.883L2 11V6a1 1 0 01.576-.906l.108-.043 6-2A1 1 0 0110 4a2 2 0 003.995.15l.009-.24.017-.113.037-.134.044-.103.05-.092.068-.093.069-.08c.056-.054.113-.1.175-.14l.096-.053.103-.044.108-.032.112-.02z" }));
exports.default = Shirt;