@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 484 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M9.03364 22H2.2016L9.39887 2H14.9996L22.1969 22H15.364L13.9012 17.7656H10.499L9.03364 22ZM7.60939 20H5.04689L10.8047 4H13.5938L19.3516 20H16.7891L15.3262 15.7656H9.07474L7.60939 20ZM9.77768 13.7344H14.6245L12.2656 6.90625H12.1406L9.77768 13.7344Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const TextOutlineIcon = createIcon(path);