iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 858 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 Man = (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-man", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M15 8c1.628 0 3.2.787 4.707 2.293a1 1 0 01-1.414 1.414c-.848-.848-1.662-1.369-2.444-1.587L15 16.064V21a1 1 0 01-2 0v-4h-2v4a1 1 0 01-2 0v-4.929l-.85-5.951c-.781.218-1.595.739-2.443 1.587a1 1 0 11-1.414-1.414C5.799 8.787 7.373 8 9 8zM12 1a3 3 0 11-3 3l.005-.176A3 3 0 0112 1" }));
exports.default = Man;