@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 488 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const Recording03 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "recording-03" }), _jsx("path", { className: 'dry-icon-recording-03', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M6 11v2m4-4v6m4-8v10m4-6v2m4-1c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Z' })] }));
//# sourceMappingURL=Recording03.js.map