Signal drop!
Relay (operand.online) is unreachable.
Usually, a dropped signal means an upgrade is happening. Hold on!
Sorry, no connección.
Hang in there while we get back on track
gram: docs
> ./packages/vue/src/components/ui/Icons.ts
// Alias for cross-adapter parity — React's `Icons.tsx` exports
// `MaterialSymbol` plus inline icon helpers; Vue's MaterialSymbol
// is a .vue SFC. Re-export the SFC under the Icons namespace so
// `import { MaterialSymbol } from '@eigenpal/docx-editor-vue/.../Icons'`
// works the same way it does on the React side.
export { default as MaterialSymbol } from './MaterialSymbol.vue';