iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 726 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 PersonStanding = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-person-standing", viewBox: "0 0 16 16", ...props },
React.createElement("path", { d: "M8 3a1.5 1.5 0 100-3 1.5 1.5 0 000 3M6 6.75v8.5a.75.75 0 001.5 0V10.5a.5.5 0 011 0v4.75a.75.75 0 001.5 0v-8.5a.25.25 0 11.5 0v2.5a.75.75 0 001.5 0V6.5a3 3 0 00-3-3H7a3 3 0 00-3 3v2.75a.75.75 0 001.5 0v-2.5a.25.25 0 01.5 0" }));
exports.default = PersonStanding;