UNPKG

@kadconsulting/dry

Version:
3 lines 405 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const Italic01 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "italic-01" }), _jsx("path", { className: 'dry-icon-italic-01', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M19 4h-9m4 16H5M15 4 9 20' })] })); //# sourceMappingURL=Italic01.js.map