// Minimal stroke icon set const Icon = { arrow: (p = {}) => ( ), arrowR: (p = {}) => ( ), plus: (p = {}) => ( ), check: (p = {}) => ( ), dot: (p = {}) => ( ), atom: (p = {}) => ( ), }; window.Icon = Icon;