UNPKG

@syncfusion/react-icons

Version:
5 lines (4 loc) 392 B
import { jsx as _jsx } from "react/jsx-runtime"; import { createIcon } from '../icon'; const path = _jsx("path", { d: 'M15 1H21V7V17V23H15H9H3V17V7V1H9H15ZM5 7C5 4.79086 6.79086 3 9 3H15C17.2091 3 19 4.79086 19 7V17C19 19.2091 17.2091 21 15 21H9C6.79086 21 5 19.2091 5 17V7Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' }); export const FrameBevelIcon = createIcon(path);