iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 980 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 Jersey = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M11.91 14.22H4.06l-.5-.5V7.06H2.15l-.48-.38L1 4l.33-.6L5.59 2l.64.32a2.702 2.702 0 00.21.44c.072.103.152.2.24.29.168.169.369.302.59.39a1.82 1.82 0 001.43 0 1.74 1.74 0 00.59-.39c.09-.095.173-.195.25-.3l.15-.29a1.21 1.21 0 00.05-.14l.64-.32 4.26 1.42L15 4l-.66 2.66-.49.38h-1.44v6.66l-.5.52zm-7.35-1h6.85V6.56l.5-.5h1.52l.46-1.83-3.4-1.14a1.126 1.126 0 01-.12.21c-.109.161-.233.312-.37.45a2.75 2.75 0 01-.91.61 2.85 2.85 0 01-2.22 0A2.92 2.92 0 016 3.75a2.17 2.17 0 01-.36-.44l-.13-.22-3.43 1.14.46 1.83h1.52l.5.5v6.66z", fill: "#424242" }));
exports.default = Jersey;