UNPKG

@rxdi/ui-kit

Version:

UI Components for building graphql-server website

10 lines 381 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MinusSVG = void 0; const lit_html_1 = require("@rxdi/lit-html"); exports.MinusSVG = (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" /> </svg> `; //# sourceMappingURL=minus.svg.js.map