iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 747 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 ArmchairFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M240 132a28 28 0 01-24 27.71V200a16 16 0 01-16 16H56a16 16 0 01-16-16v-40.29A28 28 0 1172 132v36a8 8 0 0016 0v-24h80v24a8 8 0 0016 0v-36a28 28 0 0156 0zM44 88a44.06 44.06 0 0143.81 40h80.38A44.06 44.06 0 01212 88a4 4 0 004-4V72a40 40 0 00-40-40H80a40 40 0 00-40 40v12a4 4 0 004 4z" }));
exports.default = ArmchairFill;