UNPKG

@icongo/fc

Version:
35 lines (34 loc) 1.34 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.FCNook = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var FCNook = function FCNook(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 48 48" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#90A4AE", d: "M8 39V9c0-3.3 2.7-6 6-6h20c3.3 0 6 2.7 6 6v30c0 3.3-2.7 6-6 6H14c-3.3 0-6-2.7-6-6z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#ECEFF1", d: "M34 7H14c-1.1 0-2 .9-2 2v26c0 1.1.9 2 2 2h20c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#B0BEC5", d: "M16 12h16v3H16zm0 7h16v2H16zm0 4h12v2H16zm0 4h16v2H16zm0 4h12v2H16z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "none", stroke: "#eee", strokeMiterlimit: 10, strokeWidth: 2, d: "M22 43v-1c0-1.1.9-2 2-2s2 .9 2 2v1" })] })); }; exports.FCNook = FCNook;