UNPKG

@ryohey/react-svg-spinners

Version:

> A collection of [SVG Spinners](https://github.com/n3r4zzurr0/svg-spinners) components for React.

5 lines (4 loc) 2.31 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; export default function BarsScaleMiddle({ width = 24, height = 24, dur = "0.6s", color, }) { return (_jsxs("svg", { width: width, height: height, fill: color, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", children: [_jsxs("rect", { x: "1", y: "6", width: "2.8", height: "12", children: [_jsx("animate", { begin: "a.begin+0.4s", attributeName: "y", calcMode: "spline", dur: dur, values: "6;1;6", keySplines: ".14,.73,.34,1;.65,.26,.82,.45" }), _jsx("animate", { begin: "a.begin+0.4s", attributeName: "height", calcMode: "spline", dur: dur, values: "12;22;12", keySplines: ".14,.73,.34,1;.65,.26,.82,.45" })] }), _jsxs("rect", { x: "5.8", y: "6", width: "2.8", height: "12", children: [_jsx("animate", { begin: "a.begin+0.2s", attributeName: "y", calcMode: "spline", dur: dur, values: "6;1;6", keySplines: ".14,.73,.34,1;.65,.26,.82,.45" }), _jsx("animate", { begin: "a.begin+0.2s", attributeName: "height", calcMode: "spline", dur: dur, values: "12;22;12", keySplines: ".14,.73,.34,1;.65,.26,.82,.45" })] }), _jsxs("rect", { x: "10.6", y: "6", width: "2.8", height: "12", children: [_jsx("animate", { id: "a", begin: "0;b.end-0.1s", attributeName: "y", calcMode: "spline", dur: dur, values: "6;1;6", keySplines: ".14,.73,.34,1;.65,.26,.82,.45" }), _jsx("animate", { begin: "0;b.end-0.1s", attributeName: "height", calcMode: "spline", dur: dur, values: "12;22;12", keySplines: ".14,.73,.34,1;.65,.26,.82,.45" })] }), _jsxs("rect", { x: "15.4", y: "6", width: "2.8", height: "12", children: [_jsx("animate", { begin: "a.begin+0.2s", attributeName: "y", calcMode: "spline", dur: dur, values: "6;1;6", keySplines: ".14,.73,.34,1;.65,.26,.82,.45" }), _jsx("animate", { begin: "a.begin+0.2s", attributeName: "height", calcMode: "spline", dur: dur, values: "12;22;12", keySplines: ".14,.73,.34,1;.65,.26,.82,.45" })] }), _jsxs("rect", { x: "20.2", y: "6", width: "2.8", height: "12", children: [_jsx("animate", { id: "b", begin: "a.begin+0.4s", attributeName: "y", calcMode: "spline", dur: dur, values: "6;1;6", keySplines: ".14,.73,.34,1;.65,.26,.82,.45" }), _jsx("animate", { begin: "a.begin+0.4s", attributeName: "height", calcMode: "spline", dur: dur, values: "12;22;12", keySplines: ".14,.73,.34,1;.65,.26,.82,.45" })] })] })); }