UNPKG

rich-text-editor

Version:
8 lines (7 loc) 1.74 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = CloseIcon; const jsx_runtime_1 = require("react/jsx-runtime"); function CloseIcon() { return ((0, jsx_runtime_1.jsxs)("svg", { id: "Layer_1", "data-name": "Layer 1", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", width: "30", height: "30", viewBox: "0 0 30 30", children: [(0, jsx_runtime_1.jsxs)("defs", { children: [(0, jsx_runtime_1.jsx)("clipPath", { id: "clip-path", children: (0, jsx_runtime_1.jsx)("path", { d: "M141.57-89.324v-2.34H143.2v2.34A2.3,2.3,0,0,1,140.9-87.03H130.1a2.3,2.3,0,0,1-2.292-2.294v-17.029a2.294,2.294,0,0,1,2.292-2.292h10.8a2.3,2.3,0,0,1,2.295,2.292v2.342H141.57v-2.342a.669.669,0,0,0-.67-.667H130.1a.667.667,0,0,0-.667.667v17.029a.668.668,0,0,0,.667.669h10.8A.67.67,0,0,0,141.57-89.324Zm3.271-13.579a1.069,1.069,0,0,1,1.825-.755l5.065,5.065a1.065,1.065,0,0,1,0,1.511l-5.065,5.067a1.07,1.07,0,0,1-1.825-.757v-2.412h-6.633a2.3,2.3,0,0,1-2.3-2.3v-.7a2.3,2.3,0,0,1,2.3-2.3h6.633V-102.9", fill: "none", "clip-rule": "evenodd" }) }), (0, jsx_runtime_1.jsx)("clipPath", { id: "clip-path-2", children: (0, jsx_runtime_1.jsx)("ellipse", { cx: "10", cy: "-29.606", rx: "15", ry: "14.933", fill: "none" }) })] }), (0, jsx_runtime_1.jsx)("title", { children: "closeButton" }), (0, jsx_runtime_1.jsx)("rect", { width: "30", height: "30", fill: "#fff", opacity: "0" }), (0, jsx_runtime_1.jsx)("line", { x1: "25", y1: "5", x2: "5", y2: "25", fill: "none", stroke: "#6d6d6d", "stroke-miterlimit": "10", "stroke-width": "3" }), (0, jsx_runtime_1.jsx)("line", { x1: "5", y1: "5", x2: "25", y2: "25", fill: "none", stroke: "#6d6d6d", "stroke-miterlimit": "10", "stroke-width": "3" })] })); }