icons
For now it contains only old icons exported as raw SVGs. You probably should use bundler to use this package.
Usage example
Vite:
Setup vite-svg-loader plugin.
Webpack:
Setup @svgv/webpack loader.
Import example:
<script setup>
import ArrowBottomIcon from '@soramitsu-ui/icons/icomoon/arrow-bottom-16.svg'
</script>
<template>
<ArrowBottomIcon />
</template>