birdpaper-icon
Version:
基于 Remix icon 生成的 Vue3 图标组件库
2 lines (1 loc) • 1.13 kB
JavaScript
import{defineComponent as m}from"vue";import{computed as i}from"vue";import{createElementVNode as p,normalizeClass as c,normalizeStyle as v,openBlock as d,createElementBlock as f}from"vue";var u=["fill"],h=function(t,e){return d(),f("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",class:c(t.cls),style:v(t.innerStyle),fill:t.fill,onClick:e[0]||(e[0]=(...o)=>t.onClick&&t.onClick(...o))},[...e[1]||(e[1]=[p("path",{d:"M3 3a1 1 0 0 0-1 1v4h5.5V3H3Zm6.5 0v5h5V3h-5Zm7 0v5H22V4a1 1 0 0 0-1-1h-4.5Zm5.5 7h-5.5v4H22v-4Zm0 6h-5.5v5H21a1 1 0 0 0 1-1v-4Zm-7.5 5v-5h-5v5h5Zm-7 0v-5H2v4a1 1 0 0 0 1 1h4.5ZM2 14h5.5v-4H2v4Zm7.5-4h5v4h-5v-4Z"},null,-1)])],14,u)},g=m({name:"IconLayoutGrid2Fill",render:h,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-layout-grid2fill`,{[`${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{g as default};