iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 845 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 ChairLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M208 138h-34v-36h18a14 14 0 0014-14V40a14 14 0 00-14-14H64a14 14 0 00-14 14v48a14 14 0 0014 14h18v36H48a14 14 0 00-14 14v16a14 14 0 0014 14h10v42a6 6 0 0012 0v-42h116v42a6 6 0 0012 0v-42h10a14 14 0 0014-14v-16a14 14 0 00-14-14zM62 88V40a2 2 0 012-2h128a2 2 0 012 2v48a2 2 0 01-2 2H64a2 2 0 01-2-2zm32 14h68v36H94zm116 66a2 2 0 01-2 2H48a2 2 0 01-2-2v-16a2 2 0 012-2h160a2 2 0 012 2z" }));
exports.default = ChairLight;