@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 860 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M14.0648 14.1412C12.069 16.1523 8.83305 16.1523 6.8372 14.1412C4.84135 12.1302 4.84135 8.86973 6.8372 6.85871C8.83305 4.8477 12.069 4.8477 14.0648 6.85871C16.0607 8.86973 16.0607 12.1302 14.0648 14.1412ZM14.5554 16.3427C11.7822 18.3255 7.91356 18.0649 5.42835 15.5608C2.65442 12.7658 2.65442 8.23417 5.42835 5.43916C8.20229 2.64414 12.6997 2.64414 15.4737 5.43916C18.2476 8.23417 18.2476 12.7658 15.4737 15.5608C15.425 15.6098 15.3759 15.6579 15.3262 15.7052L15.6089 15.9901L16.2756 15.9547L21.3284 21.0459L19.9249 22.4601L14.8721 17.369L14.9072 16.6972L14.5554 16.3427ZM11.5 11.5V14H9.5V11.5H7V9.5H9.5V7H11.5V9.5H14V11.5H11.5Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const ZoomInIcon = createIcon(path);