const markers = ` ` // Export hooks export const notchesHooks = { preRender: [ function (svg) { svg.defs.setIfUnset('notch', markers) }, ], }