@arco-iconbox/vue-smartcode 0.1.85 → 0.1.86
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/icon.js +3532 -3398
- package/dist/icon.js.map +1 -1
- package/dist/icon.min.js +13 -1
- package/dist/icon.min.js.map +1 -1
- package/esm/IconColorDivide/index.js +53 -0
- package/esm/IconColorSign/index.js +43 -0
- package/esm/IconColorStep/index.js +44 -0
- package/esm/index.js +3 -0
- package/lib/IconColorDivide/index.js +54 -0
- package/lib/IconColorSign/index.js +44 -0
- package/lib/IconColorStep/index.js +45 -0
- package/lib/index.js +6 -0
- package/package.json +1 -1
- package/src/IconColorDivide/index.vue +19 -0
- package/src/IconColorSign/index.vue +19 -0
- package/src/IconColorStep/index.vue +19 -0
- package/src/index.js +4 -1
package/dist/icon.min.js
CHANGED
|
@@ -1500,6 +1500,18 @@
|
|
|
1500
1500
|
var BE = r(VE, [["render", function(e2, r2, o2, t2, l2, n2) {
|
|
1501
1501
|
return C.openBlock(), C.createElementBlock("svg", C.mergeProps({ viewBox: "0 0 24 24", fill: o2.useCurrentColor ? "currentColor" : "#000", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-line-tu-database`], width: "1em", height: "1em" }, e2.$attrs), vE, 16, xE);
|
|
1502
1502
|
}]]);
|
|
1503
|
-
|
|
1503
|
+
const HE = { name: "IconColorStep", props: { prefix: { type: String, default: "sc" }, useCurrentColor: { type: Boolean, default: false } } }, ME = C.createElementVNode("rect", { x: "1.919", y: "3.498", width: "20.162", height: "17.004", rx: "4", stroke: "#165DFF", "stroke-width": "1.66", "stroke-linejoin": "round" }, null, -1), ZE = ["fill"];
|
|
1504
|
+
var EE = r(HE, [["render", function(e2, r2, o2, t2, l2, n2) {
|
|
1505
|
+
return C.openBlock(), C.createElementBlock("svg", C.mergeProps({ viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-color-step`], width: "1em", height: "1em" }, e2.$attrs), [ME, C.createElementVNode("path", { d: "M15.5168 8.84961C15.9752 8.84961 16.3469 9.22129 16.3469 9.67969V11.166H17.84C18.2984 11.1661 18.6701 11.5377 18.6701 11.9961C18.6699 12.4543 18.2982 12.8261 17.84 12.8262H16.3469V14.3184C16.3468 14.7767 15.9752 15.1484 15.5168 15.1484C15.0585 15.1483 14.6867 14.7766 14.6867 14.3184V12.8262H13.2014C12.7431 12.8262 12.3715 12.4543 12.3713 11.9961C12.3713 11.5377 12.743 11.166 13.2014 11.166H14.6867V9.67969C14.6867 9.22137 15.0585 8.84974 15.5168 8.84961ZM9.21503 11.1689C9.6732 11.1692 10.0451 11.5408 10.0451 11.999C10.045 12.4572 9.67316 12.8288 9.21503 12.8291H6.16034C5.70233 12.8287 5.33033 12.4571 5.33026 11.999C5.33026 11.5409 5.70229 11.1694 6.16034 11.1689H9.21503Z", fill: o2.useCurrentColor ? "currentColor" : "#00BBD8" }, null, 8, ZE)], 16);
|
|
1506
|
+
}]]);
|
|
1507
|
+
const $E = { name: "IconColorSign", props: { prefix: { type: String, default: "sc" }, useCurrentColor: { type: Boolean, default: false } } }, kE = [C.createElementVNode("path", { d: "M15.5005 4.72294C16.0462 3.77786 17.2547 3.45405 18.1998 3.99969C19.1448 4.54534 19.4686 5.75381 18.923 6.6989L16.9577 10.1028C16.5279 10.8472 16.313 11.2195 16.0193 11.5071C15.7591 11.7618 15.4547 11.9671 15.1209 12.1128C14.7442 12.2773 14.3185 12.337 13.4673 12.4563L13.3041 12.4792L13.2423 12.3265C12.9201 11.5296 12.7589 11.1311 12.713 10.7226C12.6723 10.3607 12.6979 9.99444 12.7884 9.64171C12.8906 9.24351 13.1055 8.87129 13.5353 8.12686L15.5005 4.72294Z", stroke: "#165DFF", "stroke-width": "1.66", "stroke-linejoin": "round" }, null, -1), C.createElementVNode("path", { d: "M9.55054 12.9902H6.08911C4.98454 12.9902 4.08911 13.8857 4.08911 14.9902C4.08911 16.0948 4.98454 16.9902 6.08911 16.9902H16.7108C17.8154 16.9902 18.7108 17.8857 18.7108 18.9902C18.7108 20.0948 17.8154 20.9902 16.7108 20.9902H6.08911", stroke: "#00BBD8", "stroke-width": "1.66", "stroke-linecap": "round" }, null, -1)];
|
|
1508
|
+
var yE = r($E, [["render", function(e2, r2, o2, t2, l2, n2) {
|
|
1509
|
+
return C.openBlock(), C.createElementBlock("svg", C.mergeProps({ viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-color-sign`], width: "1em", height: "1em" }, e2.$attrs), kE, 16);
|
|
1510
|
+
}]]);
|
|
1511
|
+
const IE = { name: "IconColorDivide", props: { prefix: { type: String, default: "sc" }, useCurrentColor: { type: Boolean, default: false } } }, _E = [C.createElementVNode("path", { d: "M3.04309 12H6.41439", stroke: "#165DFF", "stroke-width": "1.66", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1), C.createElementVNode("path", { d: "M10.3146 12H13.6859", stroke: "#00BBD8", "stroke-width": "1.66", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1), C.createElementVNode("path", { d: "M17.586 12H20.9573", stroke: "#165DFF", "stroke-width": "1.66", "stroke-linecap": "round", "stroke-linejoin": "round" }, null, -1)];
|
|
1512
|
+
var NE = r(IE, [["render", function(e2, r2, o2, t2, l2, n2) {
|
|
1513
|
+
return C.openBlock(), C.createElementBlock("svg", C.mergeProps({ viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-color-divide`], width: "1em", height: "1em" }, e2.$attrs), _E, 16);
|
|
1514
|
+
}]]);
|
|
1515
|
+
e.IconColorAlibl = Fc, e.IconColorApi = wa, e.IconColorApiGary = LM, e.IconColorApiPurple = vM, e.IconColorApprove = Lv, e.IconColorBarcode = xh, e.IconColorBlock = gZ, e.IconColorCard = IZ, e.IconColorCascade = _M, e.IconColorCheckbox = MM, e.IconColorClick = Qx, e.IconColorClickhouse = Lc, e.IconColorColorselection = KM, e.IconColorComputer = Ha, e.IconColorCycle = Jx, e.IconColorData = $i, e.IconColorDataFilter = Nm, e.IconColorDataFlow = uM, e.IconColorDatadm = lc, e.IconColorDatakb = ac, e.IconColorDate = zM, e.IconColorDictionary = BZ, e.IconColorDingding = hn, e.IconColorDivide = NE, e.IconColorDoc = DV, e.IconColorEdit = su, e.IconColorElsearch = na, e.IconColorEmail = xn, e.IconColorFeishu = Zn, e.IconColorHline = hh, e.IconColorHttp = Tn, e.IconColorHuawei = uc, e.IconColorImage = yh, e.IconColorImageNew = Ox, e.IconColorImageupload = oZ, e.IconColorInput = Jm, e.IconColorJava = _i, e.IconColorJs = Rn, e.IconColorKey = Fm, e.IconColorLine = PZ, e.IconColorLink = TM, e.IconColorLlm = Mc, e.IconColorLogicFlow = Ch, e.IconColorLogo = uv, e.IconColorLongtext = fh, e.IconColorMarkdown = pw, e.IconColorMilvus = Qc, e.IconColorMusic = _x, e.IconColorMysql = zi, e.IconColorNeo4j = uE, e.IconColorNone = yV, e.IconColorNotice = In, e.IconColorNum = jm, e.IconColorOpenai = Tc, e.IconColorOracle = qi, e.IconColorOrg = gM, e.IconColorOrganization = $Z, e.IconColorOval = Gh, e.IconColorPdf = JV, e.IconColorPeople = aZ, e.IconColorPgsql = ji, e.IconColorPhone = xa, e.IconColorPpt = jV, e.IconColorQdrant = zH, e.IconColorQiwei = di, e.IconColorQrcode = Eh, e.IconColorRadio = eg, e.IconColorRating = $M, e.IconColorRect = Uh, e.IconColorRequired = bp, e.IconColorRichtext = jZ, e.IconColorSelect = OZ, e.IconColorSign = yE, e.IconColorSiliflow = Rc, e.IconColorSlide = nZ, e.IconColorSql = hi, e.IconColorSqlserver = Cc, e.IconColorStep = EE, e.IconColorStop = JZ, e.IconColorSuccess = eE, e.IconColorSwitch = qm, e.IconColorSysMessage = ma, e.IconColorSysNotice = aa, e.IconColorTab = LZ, e.IconColorTable = Hh, e.IconColorText = Wh, e.IconColorTextarea = tg, e.IconColorTime = Ah, e.IconColorTip = eZ, e.IconColorTitle = fZ, e.IconColorTugraph = mE, e.IconColorTxt = px, e.IconColorUpload = iu, e.IconColorUpload2 = zZ, e.IconColorUser = Nh, e.IconColorVector = $c, e.IconColorVideo = tx, e.IconColorVline = Dh, e.IconColorXls = Mx, e.IconColorYaml = mw, e.IconColorZip = wx, e.IconFillActivity = BH, e.IconFillAddData = wu, e.IconFillApi = Dt, e.IconFillApplication = Jo, e.IconFillApproval = vu, e.IconFillBigModel = af, e.IconFillBranch = Vp, e.IconFillChart = ee, e.IconFillChinese = S, e.IconFillClick = Rx, e.IconFillCode = Kf, e.IconFillCol2row = qd, e.IconFillCondition = Jd, e.IconFillCycle = Uu, e.IconFillCycleAlpha = Df, e.IconFillCycleIf = Nf, e.IconFillCyclePrep = Of, e.IconFillData = W, e.IconFillDataExpansion = Cm, e.IconFillDataFilter = Bv, e.IconFillDeWeight = am, e.IconFillDelData = Wu, e.IconFillDictCode = Ot, e.IconFillDown = te, e.IconFillDownload = ue, e.IconFillEnglish = U, e.IconFillFile = ge, e.IconFillFiled = xm, e.IconFillFx = yu, e.IconFillGroup = lm, e.IconFillHeart = n, e.IconFillHome = Eo, e.IconFillHttp = ef, e.IconFillIdea = He, e.IconFillIf = Su, e.IconFillInfo = qo, e.IconFillInput = tf, e.IconFillLight = zu, e.IconFillLink = Mm, e.IconFillMenu = ce, e.IconFillMerge = fm, e.IconFillMoon = Z, e.IconFillMute = s, e.IconFillNotice = LH, e.IconFillOrganization = Ct, e.IconFillOutput = ff, e.IconFillParallel = hf, e.IconFillPen = v, e.IconFillPlayArrow = y, e.IconFillPlugin = xf, e.IconFillPoint = Kt, e.IconFillQuotation = ML, e.IconFillRank = hm, e.IconFillRepost = mH, e.IconFillResource = tw, e.IconFillResources = $e, e.IconFillRight = _e, e.IconFillRow2col = km, e.IconFillSearchData = Mf, e.IconFillSelector = kf, e.IconFillSend = EH, e.IconFillSetting = lt, e.IconFillSkipNext = z, e.IconFillSkipPrevious = T, e.IconFillSound = d, e.IconFillSql = Tu, e.IconFillStar = Io, e.IconFillStart = ys, e.IconFillStop = gp, e.IconFillSun = w, e.IconFillSyncMsg = md, e.IconFillTask = IH, e.IconFillTemplate = Ve, e.IconFillText = Zu, e.IconFillUpdateData = pd, e.IconFillVariable = Rf, e.IconIconLineSet2 = Qg, e.IconLineAdd = _p, e.IconLineAgent = ah, e.IconLineAi = Pn, e.IconLineAiFlow = Yf, e.IconLineAlignBottom = _g, e.IconLineAlignCenter = $g, e.IconLineAlignLeft = Vg, e.IconLineAlignRight = gg, e.IconLineAlignTop = ug, e.IconLineAlignVertically = Hg, e.IconLineApi = il, e.IconLineApprovalTask = Jv, e.IconLineArea = pl, e.IconLineArray = rs, e.IconLineArrowdown = Fe, e.IconLineArrowleft = Qe, e.IconLineArrowright = Ae, e.IconLineArrowup = je, e.IconLineAttachment = OL, e.IconLineAuthorization = bn, e.IconLineBack = Xe, e.IconLineBasicBlock = Pv, e.IconLineBatch = zs, e.IconLineBigger = Gp, e.IconLineBoolean = ns, e.IconLineCarousel = YB, e.IconLineCascade = Gv, e.IconLineChart = wC, e.IconLineChartBar = hB, e.IconLineChartBubble = Iv, e.IconLineChartDualAxis = qv, e.IconLineChartFunnel = CB, e.IconLineChartLine = bv, e.IconLineChartNormalTable = lB, e.IconLineChartPie = DB, e.IconLineChartPivotTable = fB, e.IconLineChartProgress = aB, e.IconLineChartRadar = RB, e.IconLineChartScatter = MB, e.IconLineCheck = up, e.IconLineClose = ZC, e.IconLineCloseBold = tM, e.IconLineCode = Ss, e.IconLineCollapseAll = Yt, e.IconLineComment = NL, e.IconLineCompany = tr, e.IconLineComputer = mV, e.IconLineContain = Jw, e.IconLineCopy = Cv, e.IconLineCut = Ld, e.IconLineData = ml, e.IconLineDataFilter = _a, e.IconLineDataFlow = id, e.IconLineDate = Bw, e.IconLineDateRange = xB, e.IconLineDebug = cp, e.IconLineDelete = rC, e.IconLineDictionary = Ll, e.IconLineDictionary2 = RL, e.IconLineDocker = Aa, e.IconLineDotDrag = fL, e.IconLineDoubledown = nC, e.IconLineDoubleleft = sC, e.IconLineDoubleright = SC, e.IconLineDoubleup = dC, e.IconLineDown = cE, e.IconLineDownload = UC, e.IconLineDrag = Bd, e.IconLineEdit = Zs, e.IconLineEmail = Bl, e.IconLineEnum = Qa, e.IconLineEqual = Iw, e.IconLineEr = xL, e.IconLineExit = vC, e.IconLineExpand = Po, e.IconLineExpandAll = ol, e.IconLineExport = ft, e.IconLineExportNew = BV, e.IconLineExternal = $a, e.IconLineEye = Hp, e.IconLineFile = Lo, e.IconLineFile2 = tE, e.IconLineFilter = yC, e.IconLineFlatten = kt, e.IconLineFloat = ja, e.IconLineFolder = zC, e.IconLineFollow = TC, e.IconLineFormulaSelect = tp, e.IconLineGo = Fp, e.IconLineGoUp = Lw, e.IconLineGraphData = LE, e.IconLineGreaterEqual = Gw, e.IconLineGreaterThan = bw, e.IconLineGroup = Ws, e.IconLineHome = Xr, e.IconLineIframe = iH, e.IconLineImage = kB, e.IconLineImport = at, e.IconLineInfo = _r, e.IconLineInfoData = Fg, e.IconLineInteger = Xa, e.IconLineInternationalization = jg, e.IconLineKey = oV, e.IconLineKey2 = iV, e.IconLineKnowledge = Cu, e.IconLineLanguage = Go, e.IconLineLeft = xt, e.IconLineLessEqual = Pw, e.IconLineLessThan = lL, e.IconLineLink = KL, e.IconLineLink2 = pV, e.IconLineList = Pl, e.IconLineListContain = qw, e.IconLineLlm = Xg, e.IconLineLock = Ar, e.IconLineLogicFlow = od, e.IconLineManage = ur, e.IconLineMenuExpand = El, e.IconLineMenuShrink = Il, e.IconLineMoney = gr, e.IconLineMore = Rt, e.IconLineNext = Id, e.IconLineNotContain = CL, e.IconLineNotEqual = Ew, e.IconLineNotListContain = aL, e.IconLineNotice = Vr, e.IconLineNoticeList = pH, e.IconLineNumberInput = NB, e.IconLineObjArray = ss, e.IconLineObject = ds, e.IconLineOk = kL, e.IconLineOkBold = cM, e.IconLineOnline = Kn, e.IconLineOrder = WC, e.IconLineOrg = Yn, e.IconLineOrganization = no, e.IconLineParamSet = bd, e.IconLinePass = Am, e.IconLinePercent = jr, e.IconLinePermission = oi, e.IconLinePhone = LV, e.IconLinePhrase = Gl, e.IconLinePlay = ew, e.IconLinePosition = ii, e.IconLinePre = Pd, e.IconLinePrint = Ag, e.IconLineQuestion = Fr, e.IconLineQuotation = eM, e.IconLineRedo = Ts, e.IconLineRefresh = $r, e.IconLineRemove = ep, e.IconLineReset = cg, e.IconLineRight = Mt, e.IconLineRisk = cr, e.IconLineSave = du, e.IconLineScript = YL, e.IconLineScroll = Ed, e.IconLineSeal = ql, e.IconLineSearch = Ev, e.IconLineSelect = DL, e.IconLineSelect2 = oH, e.IconLineSend = Jl, e.IconLineSet = ro, e.IconLineShopping = er, e.IconLineSkill = lh, e.IconLineSmaller = Gd, e.IconLineSort = Qr, e.IconLineSpacing = Bo, e.IconLineStar = bo, e.IconLineStop = QZ, e.IconLineStr = vs, e.IconLineStrArray = ws, e.IconLineSubtract = $p, e.IconLineSwitch = qp, e.IconLineSysNotice = bl, e.IconLineSysSet = Cn, e.IconLineTab = OB, e.IconLineTable = Fa, e.IconLineTableSet = ht, e.IconLineTask = ln, e.IconLineTemplate = sn, e.IconLineTextInput = KB, e.IconLineTime = so, e.IconLineTool = cw, e.IconLineToolbarImport = WH, e.IconLineToolbarPreview = TH, e.IconLineToolbarVerify = UH, e.IconLineTranslation = dn, e.IconLineTree = Nt, e.IconLineTuDatabase = BE, e.IconLineUndo = Us, e.IconLineUpload = PH, e.IconLineUser = Hr, e.IconLineUserOversize = Jp, e.IconLineUsers = xi, e.IconLineVector = Mi, e.IconLineWarning = mo, e.IconLineWorkFlow = hL, Object.defineProperties(e, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
1504
1516
|
});
|
|
1505
1517
|
//# sourceMappingURL=icon.min.js.map
|