UNPKG

@kadconsulting/dry

Version:
3 lines 639 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const SkipBack = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "skip-back" }), _jsx("path", { className: 'dry-icon-skip-back', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M5 19V5m11.4 1.08-5.838 4.67c-.534.428-.801.641-.898.9a1 1 0 0 0 0 .7c.097.259.364.472.898.9l5.839 4.67c.832.666 1.248.999 1.598 1a1 1 0 0 0 .783-.377c.218-.273.218-.806.218-1.872V7.329c0-1.066 0-1.599-.218-1.872a1 1 0 0 0-.783-.376c-.35 0-.766.333-1.598.999Z' })] })); //# sourceMappingURL=SkipBack.js.map