@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 389 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M12.9844 6.96094H22.8281V9.42188H19.125V21.9609H16.6875V9.42188H12.9844V6.96094ZM1.17188 2.03906H14.9531V4.5H9.28125V21.9609H6.84375V4.5H1.17188V2.03906Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const UpperCaseIcon = createIcon(path);