UNPKG

schyma

Version:

JSON Schemas Visualizer React component

6 lines 685 B
import React from 'react'; const Loader = () => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', viewBox: '0 0 300 150', width: 50, height: 50 }, React.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.createElement("animate", { attributeName: 'stroke-dashoffset', calcMode: 'spline', dur: '2', values: '685;-685', keySplines: '0 0 1 1', repeatCount: 'indefinite' })))); export default Loader; //# sourceMappingURL=Loader.js.map