UNPKG

birdpaper-icon

Version:

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

2 lines (1 loc) 1.68 kB
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]=(...l)=>t.onClick&&t.onClick(...l))},[...e[1]||(e[1]=[m("path",{d:"M17.254.9a2.378 2.378 0 1 1-2.312 2.928 2.834 2.834 0 0 0-2.452 2.804l-.002.008c2.128.079 4.074.678 5.614 1.632a3.356 3.356 0 1 1 3.48 5.694C21.475 17.864 17.232 21 12.009 21c-5.22 0-9.462-3.131-9.574-7.026a3.356 3.356 0 1 1 3.47-5.696c1.525-.947 3.45-1.545 5.555-1.634l-.001-.01a3.87 3.87 0 0 1 3.468-3.844A2.378 2.378 0 0 1 17.254.9Zm-5.246 14.816c-1.165 0-2.283.057-3.316.163a.265.265 0 0 0-.22.364 3.834 3.834 0 0 0 7.071 0 .265.265 0 0 0-.22-.364 32.96 32.96 0 0 0-3.315-.163Zm-4.433-4.802c-.94 0-1.748.79-1.804 1.998-.056 1.207.662 1.864 1.602 1.864.882 0 1.646-.386 1.784-1.43l.02-.216c.056-1.208-.661-2.216-1.602-2.216Zm8.867 0c-.94 0-1.657 1.008-1.601 2.216l.018.216c.139 1.044.904 1.43 1.786 1.43.94 0 1.657-.657 1.601-1.864-.056-1.208-.863-1.998-1.804-1.998Z"},null,-1)])],14,k)},B=c({name:"IconReddit2Fill",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-reddit2fill`,{[`${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{B as default};