@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 563 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const Translate02 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "translate-02" }), _jsx("path", { className: 'dry-icon-translate-02', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'm5 8 5 5m-6 1 6-6 2-3M2 5h12M7 2h1m4.913 15h7.174m-7.174 0L11 21m1.913-4 2.865-5.991c.231-.483.347-.724.505-.8a.5.5 0 0 1 .434 0c.158.076.274.317.505.8L20.087 17m0 0L22 21' })] }));
//# sourceMappingURL=Translate02.js.map