@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 434 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const Recording01 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "recording-01" }), _jsx("path", { className: 'dry-icon-recording-01', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M3 10v4m4.5-8v12M12 3v18m4.5-15v12m4.5-8v4' })] }));
//# sourceMappingURL=Recording01.js.map