@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 829 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M6.8372 14.1412C8.83305 16.1523 12.069 16.1523 14.0648 14.1412C16.0607 12.1302 16.0607 8.86973 14.0648 6.85871C12.069 4.8477 8.83305 4.8477 6.8372 6.85871C4.84135 8.86973 4.84135 12.1302 6.8372 14.1412ZM5.42835 15.5608C7.91356 18.0649 11.7822 18.3255 14.5554 16.3427L14.9072 16.6972L14.8721 17.369L19.9249 22.4601L21.3284 21.0459L16.2756 15.9547L15.6089 15.9901L15.3262 15.7052C15.3759 15.6579 15.425 15.6098 15.4737 15.5608C18.2476 12.7658 18.2476 8.23417 15.4737 5.43916C12.6997 2.64414 8.20229 2.64414 5.42835 5.43916C2.65442 8.23417 2.65442 12.7658 5.42835 15.5608ZM14 9.5L7 9.5V11.5H14V9.5Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const ZoomOutIcon = createIcon(path);