birdpaper-icon
Version:
基于 Remix icon 生成的 Vue3 图标组件库
2 lines (1 loc) • 2.53 kB
JavaScript
import{defineComponent as a}from"vue";import{computed as i}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:"M6.66 18.964a2.37 2.37 0 0 1-.155-.21c-.238-.353-.515-.905-.805-1.627-.575-1.432-1.138-3.372-1.536-5.326-.4-1.965-.616-3.869-.537-5.244.04-.7.153-1.161.283-1.416A.692.692 0 0 1 4.002 5c.292 0 .74.162 1.356.651.6.476 1.25 1.174 1.927 2.032 1.236 1.565 2.464 3.532 3.552 5.326-.18.315-.37.66-.565 1.014l-.278.502c-.419.755-.864 1.537-1.324 2.245-.465.715-.918 1.312-1.344 1.72-.3.289-.52.42-.665.474ZM12 11.076c-.962-1.562-2.042-3.236-3.145-4.632-.721-.914-1.481-1.747-2.254-2.36C5.846 3.486 4.959 3 4.001 3c-.923 0-1.537.57-1.874 1.234-.315.62-.45 1.408-.496 2.209-.094 1.625.16 3.721.573 5.756.416 2.046 1.01 4.106 1.64 5.674.313.778.65 1.476 1 1.997.175.26.378.514.614.713.225.192.582.417 1.042.417.895 0 1.648-.526 2.211-1.067.589-.565 1.14-1.31 1.636-2.073.5-.77.973-1.603 1.396-2.364l.249-.45.024.045.21.393c.41.76.867 1.595 1.358 2.367.486.766 1.035 1.518 1.639 2.088C15.812 20.495 16.58 21 17.5 21c.46 0 .817-.226 1.043-.417.235-.2.439-.453.613-.712.35-.522.688-1.22 1-1.998.63-1.568 1.224-3.628 1.64-5.674.414-2.034.668-4.131.574-5.756-.046-.8-.18-1.589-.496-2.209C21.536 3.57 20.924 3 20 3c-.958 0-1.846.485-2.6 1.084-.773.613-1.533 1.446-2.255 2.36-1.102 1.396-2.183 3.07-3.145 4.632Zm1.162 1.935c1.089-1.795 2.317-3.763 3.553-5.328.677-.857 1.327-1.556 1.927-2.032.617-.49 1.064-.65 1.356-.651a.69.69 0 0 1 .093.14c.13.256.242.718.282 1.417.08 1.375-.137 3.279-.537 5.244-.397 1.954-.96 3.894-1.536 5.326-.29.722-.566 1.274-.804 1.628-.066.097-.12.168-.164.218-.173-.052-.417-.186-.736-.488-.426-.403-.871-.994-1.324-1.706a36.167 36.167 0 0 1-1.284-2.242l-.2-.374c-.215-.401-.425-.795-.626-1.152Z"},null,-1)])],14,C)},z=a({name:"IconWechatChannelsLine",render:k,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,n=t,o="bp-icon",r=i(()=>[o,`${o}-icon-wechat-channels-line`,{[`${o}-spin`]:e.spin}]),c=i(()=>({width:e.size,height:e.size,transform:e.rotate?`rotate(${e.rotate}deg)`:void 0}));return{cls:r,innerStyle:c,onClick:s=>n("click",s)}}});export{z as default};