@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 620 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M5.068 2.63755C5.21747 2.25318 5.58759 2 6 2H18C18.4124 2 18.7825 2.25318 18.932 2.63755L22.432 11.6376C22.5227 11.8707 22.5227 12.1293 22.432 12.3624L18.932 21.3624C18.7825 21.7468 18.4124 22 18 22H6C5.58759 22 5.21747 21.7468 5.068 21.3624L1.568 12.3624C1.47733 12.1293 1.47733 11.8707 1.568 11.6376L5.068 2.63755ZM6.68407 4L3.57296 12L6.68407 20H17.3159L20.427 12L17.3159 4H6.68407Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const PentagonIcon = createIcon(path);