iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 878 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 ArmchairBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M220 78.53V72a44.05 44.05 0 00-44-44H80a44.05 44.05 0 00-44 44v6.53a52 52 0 000 99V200a20 20 0 0020 20h144a20 20 0 0020-20v-22.49a52 52 0 000-99zM80 52h96a20 20 0 0120 20v4.62A52.09 52.09 0 00152.17 124h-48.34A52.09 52.09 0 0060 76.62V72a20 20 0 0120-20zm126.81 103.86A12 12 0 00196 167.8V196H60v-28.2a12 12 0 00-10.81-11.94A28 28 0 1180 128v36a12 12 0 0024 0v-16h48v16a12 12 0 0024 0v-36a28 28 0 1130.81 27.86z" }));
exports.default = ArmchairBold;