@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 392 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M12 0.1875L14.5781 8.50781L14.7891 9.21094H23.8125L16.5 14.7891L19.3125 23.8125L12 18.2344L4.6875 23.8125L7.47656 14.7891L0.1875 9.21094H9.21094L12 0.1875Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const StarFilledIcon = createIcon(path);