UNPKG

@rxdi/ui-kit

Version:

UI Components for building graphql-server website

9 lines 407 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CircleSVG = void 0; const lit_html_1 = require("@rxdi/lit-html"); exports.CircleSVG = (0, lit_html_1.svg) `<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"> <circle fill="none" stroke="#e5e5e5" stroke-width="2" cx="10" cy="10" r="7" /> </svg> `; //# sourceMappingURL=circle.svg.js.map