0.1.4 • Published 6 years ago
vue-svg-icons v0.1.4
Vue-Svg-Icons
Download
yarn add vue-svg-icons || npm install vue-svg-icons
Use
import {IconBase, IconCircle} from 'vue-svg-icons'
<icon-base width="100" height="80">
<icon-circle r="5"></icon-circle>
</icon-base>
Icon | Name | Attribute |
---|---|---|
svg 封装 | IconBase | width:String | 44,height:String | 44 |
![]() | IconCircle | r:String | 25,fill: String | none,stroke:String|rgb(102, 100, 100),stroke-width:String | 1pt |
![]() | IconClose | none |
![]() | IconCollect | fill: String,stroke:String,stroke-width:String |
![]() | IconComment | fill: String,stroke:String,stroke-width:String |
![]() | IconCommentNormal | fill: String,stroke:String,stroke-width:String |
![]() | IconNotify | fill: String,stroke:String,stroke-width:String |
![]() | IconSearch | fill: String,stroke:String,stroke-width:String |
![]() | IconSetting | fill: String,stroke:String,stroke-width:String |
![]() | IconShare | fill: String,stroke:String,stroke-width:String |
![]() | IconThanks | fill: String,stroke:String,stroke-width:String |