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) 617 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from 'react'; export const DeleteIcon = memo(() => { return (_jsx("svg", Object.assign({ id: 'deleteIcon', className: 'scheduler-icon delete-icon', xmlns: 'http://www.w3.org/2000/svg', x: '0px', y: '0px', width: 25, height: 25, viewBox: '0 0 30 30' }, { children: _jsx("path", { d: 'M 13 3 A 1.0001 1.0001 0 0 0 11.986328 4 L 6 4 A 1.0001 1.0001 0 1 0 6 6 L 24 6 A 1.0001 1.0001 0 1 0 24 4 L 18.013672 4 A 1.0001 1.0001 0 0 0 17 3 L 13 3 z M 6 8 L 6 24 C 6 25.105 6.895 26 8 26 L 22 26 C 23.105 26 24 25.105 24 24 L 24 8 L 6 8 z' }) }))); });