@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 ZoomOut = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "zoom-out" }), _jsx("path", { className: 'dry-icon-zoom-out', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'm21 21-4.35-4.35M8 11h6m5 0a8 8 0 1 1-16 0 8 8 0 0 1 16 0Z' })] }));
//# sourceMappingURL=ZoomOut.js.map