iconista
Version:
Thousands of SVG icons with one React component
12 lines (11 loc) • 904 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 PersonCircle = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", ...props },
React.createElement("g", { fill: "currentColor", fillRule: "evenodd" },
React.createElement("path", { d: "M14.5 13.009h-5c-1.38 0-2.5 1.12-2.5 2.503v3.978a8.951 8.951 0 0 0 5 1.519 8.95 8.95 0 0 0 5-1.519v-3.978a2.502 2.502 0 0 0-2.5-2.503" }),
React.createElement("circle", { cx: "12", cy: "9", r: "3" }),
React.createElement("path", { d: "M12 20a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10z", fillRule: "nonzero" })));
exports.default = PersonCircle;