UNPKG

birdpaper-icon

Version:

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

2 lines (1 loc) 1.58 kB
import{defineComponent as c}from"vue";import{computed as i}from"vue";import{createElementVNode as p,normalizeClass as m,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:m(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:"M19.631 17.494c-.221-3.858-5.15-5.61-5.62-5.791-.021-.01-.021-.027-.011-.047l5.082-5.022v-.54a.167.167 0 0 0-.163-.162H9.553V2l-3.457.711v.512h.192s.848 0 .848.834v1.866H4.46c-.048 0-.097.047-.097.094v1.186h2.782v6.433c0 2.019 1.32 3.422 3.629 3.232.473-.046.929-.208 1.329-.473a.604.604 0 0 0 .28-.503v-.636c-.751.493-1.388.464-1.388.464-1.463 0-1.433-1.83-1.433-1.83V7.202H16.3l-4.851 4.814-.02 1.137c0 .02.01.029.029.029 4.447.739 5.65 3.572 5.65 4.397 0 0 .481 4.008-3.59 4.284 0 0-2.668.112-3.139-.939-.019-.04 0-.076.038-.094.444-.2.741-.588.741-1.11 0-.777-.48-1.412-1.492-1.412-.817 0-1.492.636-1.492 1.413 0 0-.384 3.373 5.335 3.278 6.526-.114 6.121-5.504 6.121-5.504Z"},null,-1)])],14,k)},w=c({name:"IconXtzFill",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-xtz-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};