UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.04 kB
"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 ArmchairDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M240 128a32 32 0 01-32 32v40a8 8 0 01-8 8H56a8 8 0 01-8-8v-40a32 32 0 010-64V72a32 32 0 0132-32h96a32 32 0 0132 32v24a32 32 0 0132 32z", opacity: ".2" }), React.createElement("path", { d: "M216 88.8V72a40 40 0 00-40-40H80a40 40 0 00-40 40v16.8a40 40 0 000 78.4V200a16 16 0 0016 16h144a16 16 0 0016-16v-32.8a40 40 0 000-78.4zM80 48h96a24 24 0 0124 24v16.8a40.07 40.07 0 00-32 39.2H88a40.07 40.07 0 00-32-39.2V72a24 24 0 0124-24zm128.39 104H208a8 8 0 00-8 8v40H56v-40a8 8 0 00-8-8h-.39A24 24 0 1172 128v40a8 8 0 0016 0v-24h80v24a8 8 0 0016 0v-40a24 24 0 1124.39 24z" })); exports.default = ArmchairDuotone;