UNPKG

schyma

Version:

JSON Schemas Visualizer React component

9 lines 861 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); const react_1 = tslib_1.__importDefault(require("react")); const Loader = () => (react_1.default.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', viewBox: '0 0 300 150', width: 50, height: 50 }, react_1.default.createElement("path", { fill: 'none', stroke: '#000000', strokeWidth: '15', strokeLinecap: 'round', strokeDasharray: '300 385', strokeDashoffset: '0', d: 'M275 75c0 31-27 50-50 50-58 0-92-100-150-100-28 0-50 22-50 50s23 50 50 50c58 0 92-100 150-100 24 0 50 19 50 50Z' }, react_1.default.createElement("animate", { attributeName: 'stroke-dashoffset', calcMode: 'spline', dur: '2', values: '685;-685', keySplines: '0 0 1 1', repeatCount: 'indefinite' })))); exports.default = Loader; //# sourceMappingURL=Loader.js.map