const markers = ` ` // Export hooks export const notchesHooks = { preRender: [ function (svg) { if (svg.defs.indexOf(`id="notch"`) === -1) svg.defs += markers }, ], }