iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 861 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 ArmchairThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M212 92.23V72a36 36 0 00-36-36H80a36 36 0 00-36 36v20.23a36 36 0 000 71.55V200a12 12 0 0012 12h144a12 12 0 0012-12v-36.22a36 36 0 000-71.55zM80 44h96a28 28 0 0128 28v20.23A36 36 0 00172 128v4H84v-4a36 36 0 00-32-35.77V72a28 28 0 0128-28zm128.3 112h-.3a4 4 0 00-4 4v40a4 4 0 01-4 4H56a4 4 0 01-4-4v-40a4 4 0 00-4-4h-.3A28 28 0 1176 128v40a4 4 0 008 0v-28h88v28a4 4 0 008 0v-40a28 28 0 1128.3 28z" }));
exports.default = ArmchairThin;