birdpaper-icon
Version:
基于 Remix icon 生成的 Vue3 图标组件库
2 lines (1 loc) • 2.63 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 S=["fill"],C=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:"M12 2.5c2.444 0 4.134.688 5.253 1.967 1.072 1.225 1.48 2.844 1.733 4.369.1.6.286.921.45 1.11.169.196.38.327.666.456.171.078.274.116.48.205.166.073.38.171.58.307.21.142.433.343.599.634.168.295.239.62.239.952 0 .586-.171 1.064-.452 1.459-.256.36-.586.62-.806.795-.483.384-.683.557-.762.946-.048.233-.006.648.173 1.224.17.545.425 1.112.663 1.584.549 1.086-.372 2.504-1.696 2.21l-2.297-.511a2.003 2.003 0 0 0-1.329.164l-1.705.853a4 4 0 0 1-3.578 0l-1.705-.853a2.003 2.003 0 0 0-1.33-.164l-2.32.517c-1.313.291-2.239-1.106-1.698-2.195.24-.482.5-1.065.676-1.62.188-.594.228-1.003.187-1.209-.071-.347-.26-.513-.766-.924C2.78 14.391 2 13.752 2 12.5c0-.332.071-.657.24-.952.165-.291.388-.492.598-.634.2-.136.414-.234.581-.307.205-.089.308-.127.48-.205.285-.13.496-.26.665-.456.164-.189.35-.51.45-1.11.254-1.525.662-3.144 1.733-4.37C7.867 3.189 9.556 2.5 12 2.5Zm0 2c-2.055 0-3.116.562-3.747 1.283-.678.775-1.02 1.906-1.267 3.381-.15.899-.464 1.579-.91 2.093-.44.508-.948.783-1.35.966-.171.078-.405.173-.51.218-.103.045-.17.079-.214.104.009.218.093.337.514.679.417.339 1.228.923 1.463 2.076.15.732-.031 1.556-.239 2.212-.114.36-.253.718-.396 1.053l1.4-.31a4 4 0 0 1 2.655.327l1.707.853a2 2 0 0 0 1.789 0l1.706-.853a4 4 0 0 1 2.656-.327l1.377.306c-.142-.33-.278-.684-.39-1.041-.206-.66-.375-1.478-.224-2.22.243-1.188 1.043-1.766 1.479-2.113.24-.19.35-.29.419-.387a.432.432 0 0 0 .08-.255 2.289 2.289 0 0 0-.214-.104c-.105-.045-.339-.14-.51-.218-.402-.183-.91-.459-1.35-.966-.446-.514-.76-1.194-.91-2.093-.246-1.475-.589-2.606-1.267-3.38C15.117 5.061 14.055 4.5 12 4.5Zm-2 4c.69 0 1.25.784 1.25 1.75S10.69 12 10 12s-1.25-.784-1.25-1.75S9.31 8.5 10 8.5Zm4 0c.69 0 1.25.784 1.25 1.75S14.69 12 14 12s-1.25-.784-1.25-1.75S13.31 8.5 14 8.5Z"},null,-1)])],14,S)},B=c({name:"IconGhost4Line",render:C,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-ghost4line`,{[`${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};