UNPKG

react-dayo

Version:

A Queue component for notification etc

22 lines 1.23 kB
"use strict"; var __assign = (this && this.__assign) || function () { __assign = Object.assign || function(t) { for (var s, i = 1, n = arguments.length; i < n; i++) { s = arguments[i]; for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; } return t; }; return __assign.apply(this, arguments); }; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); var react_1 = __importDefault(require("react")); var Component = function (props) { return (react_1.default.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 500 500", fill: "none" }, props), react_1.default.createElement("rect", { x: 27, y: 53.1765, width: 37.0191, height: 592.306, rx: 18.5096, transform: "rotate(-45 27 53.1765)", fill: "black" }), react_1.default.createElement("rect", { width: 37.0191, height: 592.306, rx: 18.5096, transform: "matrix(-0.707107 -0.707107 -0.707107 0.707107 472 53.1765)", fill: "black" }))); }; exports.default = Component; //# sourceMappingURL=close-icon.js.map