How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
A webpack loader which wraps content of root element of source SVG file inside <symbol> element and returns resulting markup.
svg-as-symbol-loader is a Webpack loader that transforms SVG files by extracting the content of their root element, wrapping it in a `<symbol>` (or a custom tag) and emitting the resulting markup, optionally adjusting attributes like id, class, viewBox, etc., while ensuring internal IDs are made globally unique. It’s aimed at front‑end developers who need to bundle SVG icons as symbols for use with `<use>` references or to avoid data‑URI issues in SVG pipelines.