iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 918 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 Woman = (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-woman", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M14 8c1.91 0 3.79.752 5.625 2.219a1 1 0 11-1.25 1.562c-1.019-.815-2.016-1.345-2.997-1.6l1.584 5.544A1 1 0 0116 17h-1v4a1 1 0 01-2 0v-4h-2v4a1 1 0 01-2 0v-4H8a1 1 0 01-.962-1.275l1.584-5.545c-.98.256-1.978.786-2.997 1.601a1 1 0 11-1.25-1.562c1.733-1.386 3.506-2.133 5.307-2.212L10.017 8zM12 1a3 3 0 11-3 3l.005-.176A3 3 0 0112 1" }));
exports.default = Woman;