birdpaper-icon
Version:
基于 Remix icon 生成的 Vue3 图标组件库
2 lines (1 loc) • 1.6 kB
JavaScript
import{defineComponent as c}from"vue";import{computed as i}from"vue";import{createElementVNode as m,normalizeClass as p,normalizeStyle as d,openBlock as f,createElementBlock as u}from"vue";var k=["fill"],y=function(t,e){return f(),u("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",class:p(t.cls),style:d(t.innerStyle),fill:t.fill,onClick:e[0]||(e[0]=(...o)=>t.onClick&&t.onClick(...o))},[...e[1]||(e[1]=[m("path",{d:"M21.163 10.971c.35-.15.795.036.818.416a9.976 9.976 0 0 1-2.91 7.684c-3.905 3.905-10.237 3.905-14.142 0-3.905-3.905-3.905-10.237 0-14.142a9.977 9.977 0 0 1 7.682-2.91c.38.022.568.467.417.817a3.5 3.5 0 0 0 2.743 4.852.637.637 0 0 1 .54.541 3.5 3.5 0 0 0 4.852 2.742Zm-1.378 2.869c.07-.304-.173-.58-.483-.606a5.469 5.469 0 0 1-3.413-1.588 5.473 5.473 0 0 1-1.258-1.951.557.557 0 0 0-.326-.326 5.473 5.473 0 0 1-1.951-1.258 5.472 5.472 0 0 1-1.59-3.414c-.026-.31-.302-.554-.605-.483a8 8 0 1 0 9.626 9.626Zm-9.906.281a1.5 1.5 0 1 1-2.122 2.121 1.5 1.5 0 0 1 2.122-2.12Zm.353-6.01a1.5 1.5 0 1 1-2.121 2.121 1.5 1.5 0 0 1 2.121-2.121Zm5.657 5.657a1.5 1.5 0 1 1-2.121 2.121 1.5 1.5 0 0 1 2.121-2.121Z"},null,-1)])],14,k)},B=c({name:"IconCookieLine",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-line`,{[`${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};