Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@loadsmart/miranda-icons

loadsmart1.3kMIT2.18.0TypeScript support: included

Icons for the miranda design system

readme

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" />
}