UNPKG

@rxdi/ui-kit

Version:

UI Components for building graphql-server website

17 lines 973 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GlyphSVG = void 0; const lit_html_1 = require("@rxdi/lit-html"); const GlyphSVG = (width = '256px', height = '256px') => (0, lit_html_1.svg) ` <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" height=${height} width=${width} viewBox="0 0 581.176 581.176" style="enable-background:new 0 0 581.176 581.176;" xml:space="preserve"> <g> <path d="M581.176,290.588C581.176,130.087,451.09,0,290.588,0S0,130.087,0,290.588s130.087,290.588,290.588,290.588 c67.901,0,130.208-23.465,179.68-62.476L254.265,302.696h326.306C580.716,298.652,581.176,294.681,581.176,290.588z M447.99,217.941c-26.758,0-48.431-21.697-48.431-48.431s21.673-48.431,48.431-48.431c26.758,0,48.431,21.697,48.431,48.431 S474.749,217.941,447.99,217.941z"/> </g> </svg> `; exports.GlyphSVG = GlyphSVG; //# sourceMappingURL=glyph.svg.js.map