UNPKG

@syncfusion/react-icons

Version:
5 lines (4 loc) 474 B
import { jsx as _jsx } from "react/jsx-runtime"; import { createIcon } from '../icon'; const path = _jsx("path", { d: 'M5 3H9C9.55228 3 10 3.44772 10 4V20C10 20.5523 9.55228 21 9 21H5C4.44772 21 4 20.5523 4 20V4C4 3.44772 4.44772 3 5 3ZM15 3H19C19.5523 3 20 3.44772 20 4V20C20 20.5523 19.5523 21 19 21H15C14.4477 21 14 20.5523 14 20V4C14 3.44772 14.4477 3 15 3Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' }); export const PauseIcon = createIcon(path);