@navinc/base-react-components
Version:
Nav's Pattern Library
6 lines • 1.35 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const Woman = (props) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ fill: "currentcolor", width: "24", height: "24", "data-testid": "icon:woman" }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M15.2572871,8 C13.7114809,8 12.4177356,6.54995792 12.0883924,5.00095735 C12.0590052,5.00032021 11.9458868,5.00026926 11.918927,5.00080525 C11.5896361,6.54986299 10.2958568,8 8.75,8 C8.53831778,8 8.32838823,8 8.12523537,8.00304372 C8.04347572,8.321747 8,8.65579635 8,9 C8,11.209139 9.790861,13 12,13 C14.209139,13 16,11.209139 16,9 C16,8.65575738 15.9565144,8.32167136 15.8747369,8.00293548 C15.6738614,8 15.4664297,8 15.2572871,8 Z M19.2687448,13.9650016 L20.9592215,20.0351204 C21.1076452,20.5680761 20.7812419,21.0004902 20.2233699,21.00095 L3.79097333,21.0144919 C3.23615007,21.0149492 2.90539094,20.5843814 3.05339161,20.048485 L4.73298534,13.9668348 C4.88045346,13.4328667 5.44994876,13 5.99562215,13 L6,9 C6,5.6862915 8.6862915,3 12,3 C15.3137085,3 18,5.6862915 18,9 L18,13 C18.5542448,13 19.1197851,13.4301213 19.2687448,13.9650016 Z M17.477478,15.0000967 L6.5211122,15.0021072 L5.41041117,19 L18.6026624,19.0008467 L17.477478,15.0000967 Z" }) })));
exports.default = Woman;
//# sourceMappingURL=woman.js.map