UNPKG

react-weekly-table

Version:

React weekly scheduler <br/> By default build time ranges for a week, supports up to 31 days <br/> Can work with different timezones, data always return to UTC+0

6 lines (5 loc) 397 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from 'react'; export const DragIcon = memo(() => { return (_jsx("svg", Object.assign({ id: 'dragIcon', className: 'scheduler-icon drag-icon', xmlns: 'http://www.w3.org/2000/svg', x: '0px', y: '0px', width: 25, height: 25, viewBox: '0 0 25 25' }, { children: _jsx("path", { d: 'M20 9H4v2h16V9zM4 15h16v-2H4v2z' }) }))); });