UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 877 B
"use strict"; 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 ArmchairLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M214 90.48V72a38 38 0 00-38-38H80a38 38 0 00-38 38v18.48a38 38 0 000 75.05V200a14 14 0 0014 14h144a14 14 0 0014-14v-34.47a38 38 0 000-75zM80 46h96a26 26 0 0126 26v18.48A38.05 38.05 0 00170 128v2H86v-2a38.05 38.05 0 00-32-37.52V72a26 26 0 0126-26zm128.35 108H208a6 6 0 00-6 6v40a2 2 0 01-2 2H56a2 2 0 01-2-2v-40a6 6 0 00-6-6h-.35A26 26 0 1174 128v40a6 6 0 0012 0v-26h84v26a6 6 0 0012 0v-40a26 26 0 1126.35 26z" })); exports.default = ArmchairLight;