0.0.1 • Published 4 years ago

@omiu/o-icon v0.0.1

Weekly downloads
7
License
MIT
Repository
github
Last release
4 years ago

OIcon

SVG Icon

Import

import '@omiu/o-icon'

Or use script tag to ref it.

<script src="https://unpkg.com/@omiu/o-icon"></script>

Usage

<o-o-icon></o-o-icon>

API

Props

{
  path?: string,
  paths?: object,
  view?: number,
  scale?: number,
  color?: string,
  rotate?: boolean
}

默认属性

{
  view: 1024,
  scale: 2
)