UNPKG

birdpaper-icon

Version:

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

2 lines (1 loc) 1.36 kB
import{defineComponent as c}from"vue";import{computed as i}from"vue";import{createElementVNode as m,normalizeClass as p,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:p(t.cls),style:f(t.innerStyle),fill:t.fill,onClick:e[0]||(e[0]=(...o)=>t.onClick&&t.onClick(...o))},[...e[1]||(e[1]=[m("path",{d:"M4.929 4.93a9.977 9.977 0 0 1 7.682-2.912c.38.023.567.468.416.817A3.502 3.502 0 0 0 15.77 7.69a.637.637 0 0 1 .541.54 3.5 3.5 0 0 0 4.852 2.742c.35-.15.795.036.818.417a9.975 9.975 0 0 1-2.91 7.683c-3.906 3.905-10.237 3.905-14.142 0-3.905-3.906-3.905-10.237 0-14.142Zm4.95 9.191a1.5 1.5 0 1 0-2.122 2.122 1.5 1.5 0 0 0 2.121-2.122Zm6.01-.353a1.5 1.5 0 1 0-2.121 2.121 1.5 1.5 0 0 0 2.12-2.121ZM10.232 8.11a1.5 1.5 0 1 0-2.121 2.121 1.5 1.5 0 0 0 2.12-2.121Z"},null,-1)])],14,k)},B=c({name:"IconCookieFill",render:y,props:{size:{type:String,default:"18px"},fill:{type:String,default:"#595959"},spin:{type:Boolean,default:!1},rotate:{type:Number}},emits:["click"],setup(l,{emit:t}){let e=l,o=t,n="bp-icon",r=i(()=>[n,`${n}-icon-cookie-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=>o("click",s)}}});export{B as default};