UNPKG

@rxdi/ui-kit

Version:

UI Components for building graphql-server website

8 lines 501 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Spinner = void 0; const lit_html_1 = require("@rxdi/lit-html"); // tslint:disable-next-line:max-line-length const Spinner = (width, height) => (0, lit_html_1.svg) `<svg width=${width} height=${height} viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg" data-svg="spinner"><circle fill="none" stroke="#000" cx="15" cy="15" r="14"></circle></svg>`; exports.Spinner = Spinner; //# sourceMappingURL=spinner.svg.js.map