UNPKG

@fe6/icon-vue

Version:

Water Icon 的 VUE3 图标

2 lines (1 loc) 4.59 kB
var IconsBytedProcessLine=function(k,l){"use strict";var d={size:"1em",spin:!1,strokeWidth:4,strokeLinecap:"round",strokeLinejoin:"round",rtl:!1,theme:"outline",colors:{outline:{outStrokeColor:"#333",outFillColor:"transparent"},filled:{outStrokeColor:"#333",outFillColor:"#fff"},twoTone:{outStrokeColor:"#333",outFillColor:"#2f88ff"},multiColor:{outStrokeColor:"#333",outFillColor:"#2f88ff",innerStrokeColor:"#fff",innerFillColor:"#43ccf8"}},prefix:"cube"},h=function(){return"icon-"+((1+Math.random())*4294967296|0).toString(16).substring(1)},L=function(a,r,t){var o=r?.colors||[],i=[],n=r?.theme||t.theme;switch(n){case"outline":i.push(typeof o[0]=="string"?o[0]:t.colors.outline.outStrokeColor),i.push(typeof o[1]=="string"?o[1]:t.colors.outline.outFillColor),i.push(typeof o[0]=="string"?o[0]:t.colors.outline.outStrokeColor),i.push(typeof o[1]=="string"?o[1]:t.colors.outline.outFillColor);break;case"filled":i.push(typeof o[0]=="string"?o[0]:t.colors.filled.outStrokeColor),i.push(typeof o[0]=="string"?o[0]:t.colors.filled.outStrokeColor),i.push(typeof o[1]=="string"?o[1]:t.colors.filled.outFillColor),i.push(typeof o[1]=="string"?o[1]:t.colors.filled.outFillColor);break;case"twoTone":i.push(typeof o[0]=="string"?o[0]:t.colors.twoTone.outStrokeColor),i.push(typeof o[1]=="string"?o[1]:t.colors.twoTone.outFillColor),i.push(typeof o[0]=="string"?o[0]:t.colors.twoTone.outStrokeColor),i.push(typeof o[1]=="string"?o[1]:t.colors.twoTone.outFillColor);break;case"multiColor":i.push(typeof o[0]=="string"?o[0]:t.colors.multiColor.outStrokeColor),i.push(typeof o[1]=="string"?o[1]:t.colors.multiColor.outFillColor),i.push(typeof o[2]=="string"?o[2]:t.colors.multiColor.innerStrokeColor),i.push(typeof o[3]=="string"?o[3]:t.colors.multiColor.innerFillColor);break}return{size:r?.size||t.size,strokeWidth:r?.strokeWidth||t.strokeWidth,strokeLinecap:r?.strokeLinecap||t.strokeLinecap,strokeLinejoin:r?.strokeLinejoin||t.strokeLinejoin,colors:i,id:a}},C=Symbol("cube-icon-context"),f=function(a,r,t){var o=l.defineComponent({name:"icon-"+a,props:["size","strokeWidth","strokeLinecap","strokeLinejoin","theme","colors","spin"],setup:function(n){var j=h(),s=l.inject(C,d)||d;return function(){var y=n.size,W=n.strokeWidth,v=n.strokeLinecap,w=n.strokeLinejoin,m=n.theme,N=n.colors,S=n.spin,F=L(j,{size:y,strokeWidth:W,strokeLinecap:v,strokeLinejoin:w,theme:m,colors:N},s),c=["".concat(s.prefix,"-icon")];return c.push("".concat(s.prefix,"-icon-").concat(a)),r&&s.rtl&&c.push("".concat(s.prefix,"-icon-rtl")),S&&c.push("".concat(s.prefix,"-icon-spin")),l.createVNode("span",{class:c.join(" ")},[t(F)])}}});return o},u=f("byted-process-line",!1,function(e){return l.createVNode("svg",{width:e.size,height:e.size,viewBox:"0 0 48 48",fill:"none"},[l.createVNode("path",{d:"M4 40H14",stroke:e.colors[0],"stroke-width":e.strokeWidth,"stroke-linecap":e.strokeLinecap,"stroke-linejoin":e.strokeLinejoin},null),l.createVNode("path",{d:"M4 32H24",stroke:e.colors[0],"stroke-width":e.strokeWidth,"stroke-linecap":e.strokeLinecap,"stroke-linejoin":e.strokeLinejoin},null),l.createVNode("path",{d:"M22 40H27",stroke:e.colors[0],"stroke-width":e.strokeWidth,"stroke-linecap":e.strokeLinecap,"stroke-linejoin":e.strokeLinejoin},null),l.createVNode("path",{d:"M37 40H44",stroke:e.colors[0],"stroke-width":e.strokeWidth,"stroke-linecap":e.strokeLinecap,"stroke-linejoin":e.strokeLinejoin},null),l.createVNode("path",{d:"M35 32H44",stroke:e.colors[0],"stroke-width":e.strokeWidth,"stroke-linecap":e.strokeLinecap,"stroke-linejoin":e.strokeLinejoin},null),l.createVNode("path",{d:"M32 24H44",stroke:e.colors[0],"stroke-width":e.strokeWidth,"stroke-linecap":e.strokeLinecap,"stroke-linejoin":e.strokeLinejoin},null),l.createVNode("path",{d:"M16 24H22",stroke:e.colors[0],"stroke-width":e.strokeWidth,"stroke-linecap":e.strokeLinecap,"stroke-linejoin":e.strokeLinejoin},null),l.createVNode("path",{d:"M4 24H6",stroke:e.colors[0],"stroke-width":e.strokeWidth,"stroke-linecap":e.strokeLinecap,"stroke-linejoin":e.strokeLinejoin},null),l.createVNode("path",{d:"M4 16H8",stroke:e.colors[0],"stroke-width":e.strokeWidth,"stroke-linecap":e.strokeLinecap,"stroke-linejoin":e.strokeLinejoin},null),l.createVNode("path",{d:"M4 8H11L19 16H44",stroke:e.colors[0],"stroke-width":e.strokeWidth,"stroke-linecap":e.strokeLinecap,"stroke-linejoin":e.strokeLinejoin},null),l.createVNode("path",{d:"M22 8H44",stroke:e.colors[0],"stroke-width":e.strokeWidth,"stroke-linecap":e.strokeLinecap,"stroke-linejoin":e.strokeLinejoin},null)])});return k.BytedProcessLine=u,k.default=u,Object.defineProperty(k,"__esModule",{value:!0}),k}({},Vue);