Yarn build ends with error

What version of Origam are you using?

2025-10, 2026.2

I was trying to build frontend

I was expecting build frontend

Instead I’ve got error.

M:\gitave\origam.origam\frontend-html>yarn build
src/gui/Components/Icon/Icon.tsx:38:10 - error TS2786: ‘Svg’ cannot be used as a JSX component.
Its return type ‘string | number | bigint | boolean | ReactElement<unknown, string | JSXElementConstructor> | Iterable | Promise<…> | null’ is not a valid JSX element.
Type ‘string’ is not assignable to type ‘ReactElement<any, any>’.

38 <Svg
~~~

Found 1 error in src/gui/Components/Icon/Icon.tsx:38