UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.03 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 Eightsleep = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M19.847 7.28V4.105A4.104 4.104 0 0015.745 0H8.258a4.104 4.104 0 00-4.105 4.102v3.183a4.092 4.092 0 002.415 3.738v.588a4.102 4.102 0 00-2.415 3.738v4.546A4.104 4.104 0 008.255 24h7.488a4.104 4.104 0 004.104-4.104v-4.553a4.102 4.102 0 00-2.415-3.738v-.587a4.102 4.102 0 002.415-3.738zM8.451 5.126c0-.818.662-1.482 1.48-1.483h4.133c.819 0 1.483.663 1.483 1.482v1.991c0 .819-.664 1.482-1.483 1.482H9.93a1.482 1.482 0 01-1.482-1.482l.003-1.99zm7.1 13.732c0 .818-.664 1.482-1.483 1.482H9.93a1.482 1.482 0 01-1.482-1.482v-2.752c0-.819.664-1.483 1.482-1.483h4.134c.819 0 1.483.664 1.483 1.483l.003 2.752z" })); exports.default = Eightsleep;