iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 742 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 ChairBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M208 128h-28v-20h12a20 20 0 0020-20V40a20 20 0 00-20-20H64a20 20 0 00-20 20v48a20 20 0 0020 20h12v20H48a20 20 0 00-20 20v24a20 20 0 0020 20h8v32a12 12 0 0024 0v-32h96v32a12 12 0 0024 0v-32h8a20 20 0 0020-20v-24a20 20 0 00-20-20zM68 44h120v40H68zm32 64h56v20h-56zm104 60H52v-16h152z" }));
exports.default = ChairBold;