@rxdi/ui-kit
Version:
UI Components for building graphql-server website
11 lines • 437 B
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.PlusSVG = void 0;
const lit_html_1 = require("@rxdi/lit-html");
exports.PlusSVG = (0, lit_html_1.svg) `
<svg width="13" height="13" viewBox="0 0 13 13" xmlns="http://www.w3.org/2000/svg">
<rect fill="#666" width="13" height="1" x="0" y="6" />
<rect fill="#666" width="1" height="13" x="6" y="0" />
</svg>
`;
//# sourceMappingURL=plus.svg.js.map