UNPKG

@kadconsulting/dry

Version:
3 lines 437 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const ZoomIn = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "zoom-in" }), _jsx("path", { className: 'dry-icon-zoom-in', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'm21 21-4.35-4.35M11 8v6m-3-3h6m5 0a8 8 0 1 1-16 0 8 8 0 0 1 16 0Z' })] })); //# sourceMappingURL=ZoomIn.js.map