@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 759 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M9.16994 2.62012C9.5807 1.45356 10.6908 0.620117 12 0.620117C13.3092 0.620117 14.4193 1.45356 14.8301 2.62012H18C19.65 2.62012 21 3.97012 21 5.62012V19.6201C21 21.2701 19.65 22.6201 18 22.6201H6C4.35 22.6201 3 21.2701 3 19.6201V5.62012C3 3.97012 4.35 2.62012 6 2.62012H9.16994ZM12 2.62012C11.45 2.62012 11 3.07012 11 3.62012C11 4.17012 11.45 4.62012 12 4.62012C12.55 4.62012 13 4.17012 13 3.62012C13 3.07012 12.55 2.62012 12 2.62012ZM17 4.62012V7.62012H7V4.62012H5V20.6201H19V4.62012H17ZM8 13V11H18V13H8ZM8 15H15V17H8V15Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const DescriptionIcon = createIcon(path);