@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 714 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M13.7308 21.0062C12.9605 22.3368 11.0395 22.3368 10.2691 21.0062L1.00358 5.00207C0.231653 3.66873 1.19378 2 2.73444 2H21.2655C22.8062 2 23.7683 3.66874 22.9964 5.00207L15.8125 17.4106L15.8575 17.4855L15.7221 17.5667L13.7308 21.0062ZM13.491 17.4287L12 20.0041L2.73444 4L5.43382 4L13.491 17.4287ZM14.6364 15.4503L7.7662 4L10.4573 4L16.1739 12.7947L14.6364 15.4503ZM17.2976 10.8537L18.5694 8.65691L15.4648 4L12.8427 4L17.2976 10.8537ZM17.8685 4L19.6866 6.72718L21.2655 4L17.8685 4Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const SharpnessIcon = createIcon(path);