iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 856 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 GenderGenderfluid = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-gender-genderfluid", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }),
React.createElement("path", { d: "M10 15.464a4 4 0 104-6.928 4 4 0 00-4 6.928zM15.464 14l3-5.196M5.536 15.195l3-5.196M12 12h.01M9 9L3 3M5.5 8.5l3-3M21 21l-6-6M17 20l3-3M3 7V3h4" }));
exports.default = GenderGenderfluid;