iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 956 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 Wheelchair1 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M2.625 2.75a.75.75 0 01.75-.75h1.5a2.25 2.25 0 012.25 2.25v2.125h9a2.25 2.25 0 012.25 2.25v8.753c.508.18.933.537 1.199.997h1.676a.75.75 0 010 1.5h-1.406a2.25 2.25 0 11-2.969-2.497V13.13h-3.12a6.184 6.184 0 11-8.13-2.945V4.25a.75.75 0 00-.75-.75h-1.5a.75.75 0 01-.75-.75zm4.5 6.973c.344-.06.698-.09 1.059-.09 1.8 0 3.421.77 4.552 1.997h4.139V8.625a.75.75 0 00-.75-.75h-9v1.848zm1.059 1.41a4.684 4.684 0 100 9.368 4.684 4.684 0 000-9.368zm8.691 8.367a.75.75 0 101.5 0 .75.75 0 00-1.5 0z", fill: "#323544" }));
exports.default = Wheelchair1;