iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 940 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 PersonWheelchair = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-person-wheelchair", viewBox: "0 0 16 16", ...props },
React.createElement("path", { d: "M12 3a1.5 1.5 0 100-3 1.5 1.5 0 000 3m-.663 2.146a1.5 1.5 0 00-.47-2.115l-2.5-1.508a1.5 1.5 0 00-1.676.086l-2.329 1.75a.866.866 0 001.051 1.375L7.361 3.37l.922.71-2.038 2.445A4.73 4.73 0 002.628 7.67l1.064 1.065a3.25 3.25 0 014.574 4.574l1.064 1.063a4.73 4.73 0 001.09-3.998l1.043-.292-.187 2.991a.872.872 0 101.741.098l.206-4.121A1 1 0 0012.224 8h-2.79zM3.023 9.48a3.25 3.25 0 004.496 4.496l1.077 1.077a4.75 4.75 0 01-6.65-6.65z" }));
exports.default = PersonWheelchair;