@rxdi/ui-kit
Version:
UI Components for building graphql-server website
11 lines • 469 B
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.CloseSVG = void 0;
const lit_html_1 = require("@rxdi/lit-html");
exports.CloseSVG = (0, lit_html_1.svg) `
<svg width="14" height="14" viewBox="0 0 14 14">
<line fill="none" stroke="#666" stroke-width="1.1" x1="1" y1="1" x2="13" y2="13"></line>
<line fill="none" stroke="#666" stroke-width="1.1" x1="13" y1="1" x2="1" y2="13"></line>
</svg>
`;
//# sourceMappingURL=close.svg.js.map