UNPKG

birdpaper-icon

Version:

基于 Remix icon 生成的 Vue3 图标组件库

2 lines (1 loc) 1.4 kB
import{defineComponent as m}from"vue";import{computed as i}from"vue";import{createElementVNode as p,normalizeClass as c,normalizeStyle as f,openBlock as d,createElementBlock as u}from"vue";var k=["fill"],y=function(t,e){return d(),u("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",class:c(t.cls),style:f(t.innerStyle),fill:t.fill,onClick:e[0]||(e[0]=(...l)=>t.onClick&&t.onClick(...l))},[...e[1]||(e[1]=[p("path",{d:"M17 3.34a9.958 9.958 0 0 1 4.428 5.331 9.975 9.975 0 0 0-6.83 4.829 9.975 9.975 0 0 0-.766 8.328A9.958 9.958 0 0 1 7 20.66a9.958 9.958 0 0 1-4.427-5.332 9.975 9.975 0 0 0 6.83-4.828 9.976 9.976 0 0 0 .767-8.329A9.958 9.958 0 0 1 17 3.34Zm-8.752-.607A7.983 7.983 0 0 1 7.67 9.5 7.982 7.982 0 0 1 2.1 13.383 9.954 9.954 0 0 1 3.34 7a9.955 9.955 0 0 1 4.908-4.267Zm13.654 7.883A9.954 9.954 0 0 1 20.66 17a9.954 9.954 0 0 1-4.908 4.266 7.983 7.983 0 0 1 .578-6.766 7.983 7.983 0 0 1 5.57-3.884Z"},null,-1)])],14,k)},w=m({name:"IconBaseballFill",render:y,props:{size:{type:String,default:"18px"},fill:{type:String,default:"#595959"},spin:{type:Boolean,default:!1},rotate:{type:Number}},emits:["click"],setup(o,{emit:t}){let e=o,l=t,n="bp-icon",r=i(()=>[n,`${n}-icon-baseball-fill`,{[`${n}-spin`]:e.spin}]),a=i(()=>({width:e.size,height:e.size,transform:e.rotate?`rotate(${e.rotate}deg)`:void 0}));return{cls:r,innerStyle:a,onClick:s=>l("click",s)}}});export{w as default};