miranda-icons
This package is reponsible for Miranda's iconography and for the icon web component implementation.
All icons SVGs should be versioned under this package.
Usage
import {icon} from '@loadsmart/miranda-icons'
function DummyComponent() {
return <m-icon name="close" size="16" />
}