UNPKG

@kadconsulting/dry

Version:
3 lines 425 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const Italic02 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "italic-02" }), _jsx("path", { className: 'dry-icon-italic-02', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'm13.25 4-6 16m9.5-16-6 16M19.5 4h-10m5 16h-10' })] })); //# sourceMappingURL=Italic02.js.map