@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 362 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M9.04688 3.63281H17.9062V6.09375H14.7188L11.7656 17.9062H14.9531V20.3672H6.09375V17.9062H9.28125L12.2344 6.09375H9.04688V3.63281Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const ItalicIcon = createIcon(path);