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) 657 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from 'react'; export const EditIcon = memo(() => { return (_jsx("svg", Object.assign({ id: 'editIcon', className: 'scheduler-icon edit-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: 'M 18.414062 2 C 18.158188 2 17.902031 2.0974687 17.707031 2.2929688 L 16 4 L 20 8 L 21.707031 6.2929688 C 22.098031 5.9019687 22.098031 5.2689063 21.707031 4.8789062 L 19.121094 2.2929688 C 18.925594 2.0974687 18.669937 2 18.414062 2 z M 14.5 5.5 L 3 17 L 3 21 L 7 21 L 18.5 9.5 L 14.5 5.5 z' }) }))); });