UNPKG

birdpaper-icon

Version:

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

2 lines (1 loc) 1.72 kB
import{defineComponent as c}from"vue";import{computed as r}from"vue";import{createElementVNode as p,normalizeClass as m,normalizeStyle as d,openBlock as f,createElementBlock as u}from"vue";var C=["fill"],k=function(t,e){return f(),u("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",class:m(t.cls),style:d(t.innerStyle),fill:t.fill,onClick:e[0]||(e[0]=(...n)=>t.onClick&&t.onClick(...n))},[...e[1]||(e[1]=[p("path",{d:"M12 15.916a2 2 0 0 0-2.8-1.295A3.92 3.92 0 0 1 7.5 15C5.383 15 4 13.482 4 12c0-1.06.515-2.115 1.613-3.29 1.133-1.212 2.655-2.311 4.285-3.486.693-.5 1.421-1.024 2.102-1.567.68.543 1.409 1.067 2.102 1.567 1.63 1.175 3.152 2.274 4.285 3.486C19.485 9.885 20 10.94 20 12c0 1.482-1.383 3-3.5 3a3.92 3.92 0 0 1-1.7-.379 2 2 0 0 0-2.8 1.295ZM12 1c-.871.871-2.08 1.742-3.356 2.662C5.524 5.911 2 8.452 2 12c0 2.761 2.462 5 5.5 5 .927 0 1.8-.208 2.566-.576a9.574 9.574 0 0 1-.536 2.317c-.22.604-.491 1.188-.802 1.813A.997.997 0 0 0 9.618 22h4.764c.743 0 1.22-.78.89-1.446-.31-.625-.582-1.209-.802-1.813a9.574 9.574 0 0 1-.536-2.317A5.919 5.919 0 0 0 16.5 17c3.038 0 5.5-2.239 5.5-5 0-3.548-3.525-6.09-6.644-8.338C14.08 2.742 12.871 1.872 12 1Zm0 16.074c.158 1.11.451 2.047.815 2.926h-1.63c.364-.879.657-1.816.815-2.926Z"},null,-1)])],14,C)},B=c({name:"IconPokerSpadesLine",render:k,props:{size:{type:String,default:"18px"},fill:{type:String,default:"#595959"},spin:{type:Boolean,default:!1},rotate:{type:Number}},emits:["click"],setup(s,{emit:t}){let e=s,n=t,o="bp-icon",i=r(()=>[o,`${o}-icon-poker-spades-line`,{[`${o}-spin`]:e.spin}]),a=r(()=>({width:e.size,height:e.size,transform:e.rotate?`rotate(${e.rotate}deg)`:void 0}));return{cls:i,innerStyle:a,onClick:l=>n("click",l)}}});export{B as default};