UNPKG

birdpaper-icon

Version:

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

2 lines (1 loc) 1.51 kB
import{defineComponent as p}from"vue";import{computed as i}from"vue";import{createElementVNode as c,normalizeClass as m,normalizeStyle as d,openBlock as f,createElementBlock as u}from"vue";var S=["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]=(...l)=>t.onClick&&t.onClick(...l))},[...e[1]||(e[1]=[c("path",{d:"M10.95 17.293a1 1 0 0 1 1.413 1.415l-2.839 2.838a1 1 0 0 1-1.414-1.414l2.84-2.84Zm-1.778-3.88a1 1 0 0 1 1.414 1.416l-5.657 5.656a1 1 0 1 1-1.414-1.414l5.657-5.657Zm8.25-10.7c1.219-.49 2.455-.188 3.254.61.798.799 1.099 2.035.61 3.253l-4.254 10.597a1 1 0 0 1-1.889-.095 11.99 11.99 0 0 0-3.045-5.177A11.99 11.99 0 0 0 6.92 8.856a1 1 0 0 1-.095-1.888l10.597-4.255Zm-12.13 8.924a1 1 0 0 1 1.415 1.414l-2.839 2.838a1 1 0 0 1-1.414-1.414l2.839-2.838Zm13.97-6.9c-.23-.229-.615-.361-1.094-.169l-8.26 3.317a13.906 13.906 0 0 1 3.604 2.602 13.905 13.905 0 0 1 2.602 3.604l3.317-8.26c.192-.478.06-.865-.17-1.094Z"},null,-1)])],14,S)},B=p({name:"IconSpaceShip2Line",render:k,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-space-ship2line`,{[`${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};