@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 354 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M12 2.16638L23.1448 12H20V22H13V15H11V22H4V12H0.855225L12 2.16638ZM6 10.1277V20H9V13H15V20H18V10.1277L12 4.83363L6 10.1277Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const HomeIcon = createIcon(path);