@arco-iconbox/vue-smartcode 0.1.45 → 0.1.47
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 +2220 -2160
- package/dist/icon.js.map +1 -1
- package/dist/icon.min.js +9 -1
- package/dist/icon.min.js.map +1 -1
- package/esm/IconFillQuotation/index.js +32 -0
- package/esm/IconLineOk/index.js +32 -0
- package/esm/index.js +2 -0
- package/lib/IconFillQuotation/index.js +33 -0
- package/lib/IconLineOk/index.js +33 -0
- package/lib/index.js +4 -0
- package/package.json +1 -1
- package/src/IconFillQuotation/index.vue +19 -0
- package/src/IconLineOk/index.vue +19 -0
- package/src/index.js +3 -1
package/dist/icon.min.js
CHANGED
|
@@ -1116,6 +1116,14 @@
|
|
|
1116
1116
|
var Uw = r(zw, [["render", function(e2, r2, o2, t2, l2, n2) {
|
|
1117
1117
|
return C.openBlock(), C.createElementBlock("svg", C.mergeProps({ viewBox: "0 0 16 16", fill: o2.useCurrentColor ? "currentColor" : "#000", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-line-er`], width: "1em", height: "1em" }, e2.$attrs), bw, 16, Dw);
|
|
1118
1118
|
}]]);
|
|
1119
|
-
|
|
1119
|
+
const Rw = { name: "IconFillQuotation", props: { prefix: { type: String, default: "sc" }, useCurrentColor: { type: Boolean, default: true } } }, Tw = ["fill"], Ow = [C.createElementVNode("path", { d: "M0.842606 7.46021C0.84155 6.31454 1.1371 5.18811 1.7005 4.19054C2.26389 3.19296 3.07594 2.35823 4.05762 1.76757C4.14042 1.70233 4.23625 1.6556 4.33864 1.63053C4.44103 1.60546 4.54761 1.60264 4.65119 1.62225C4.75476 1.64186 4.85293 1.68345 4.93907 1.74422C5.02521 1.80499 5.09732 1.88352 5.15053 1.97452C5.20375 2.06552 5.23684 2.16687 5.24756 2.27174C5.25829 2.37661 5.2464 2.48256 5.21271 2.58245C5.17901 2.68234 5.1243 2.77384 5.05224 2.85078C4.98019 2.92773 4.89247 2.98833 4.79501 3.02851C3.92037 3.55106 3.21993 4.32077 2.78194 5.24067H3.02528C3.4628 5.24067 3.8905 5.37042 4.25429 5.61349C4.61808 5.85657 4.90162 6.20206 5.06905 6.60628C5.23649 7.0105 5.28029 7.4553 5.19494 7.88441C5.10958 8.31353 4.89889 8.7077 4.58951 9.01708C4.28014 9.32646 3.88597 9.53714 3.45685 9.6225C3.02773 9.70786 2.58294 9.66405 2.17872 9.49662C1.7745 9.32918 1.429 9.04564 1.18593 8.68185C0.942852 8.31807 0.81311 7.89037 0.81311 7.45284L0.842606 7.46021ZM6.74172 7.46021C6.74193 6.31579 7.03809 5.19087 7.60142 4.1947C8.16476 3.19853 8.97613 2.36496 9.95673 1.77495C10.0395 1.7097 10.1354 1.66297 10.2378 1.6379C10.3401 1.61283 10.4467 1.61001 10.5503 1.62962C10.6539 1.64924 10.752 1.69083 10.8382 1.7516C10.9243 1.81237 10.9964 1.8909 11.0496 1.98189C11.1029 2.07289 11.1359 2.17424 11.1467 2.27911C11.1574 2.38398 11.1455 2.48993 11.1118 2.58982C11.0781 2.68971 11.0234 2.78121 10.9514 2.85816C10.8793 2.93511 10.7916 2.99571 10.6941 3.03588C9.81948 3.55843 9.11904 4.32814 8.68105 5.24805H8.92439C9.36191 5.24805 9.78961 5.37779 10.1534 5.62087C10.5172 5.86394 10.8007 6.20943 10.9682 6.61366C11.1356 7.01788 11.1794 7.46267 11.094 7.89179C11.0087 8.32091 10.798 8.71508 10.4886 9.02445C10.1792 9.33383 9.78508 9.54452 9.35596 9.62988C8.92684 9.71523 8.48205 9.67142 8.07783 9.50399C7.67361 9.33656 7.32811 9.05302 7.08504 8.68923C6.84196 8.32544 6.71222 7.89774 6.71222 7.46021H6.74172Z" }, null, -1)];
|
|
1120
|
+
var Gw = r(Rw, [["render", function(e2, r2, o2, t2, l2, n2) {
|
|
1121
|
+
return C.openBlock(), C.createElementBlock("svg", C.mergeProps({ viewBox: "0 0 12 12", fill: o2.useCurrentColor ? "currentColor" : "#000", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-fill-quotation`], width: "1em", height: "1em" }, e2.$attrs), Ow, 16, Tw);
|
|
1122
|
+
}]]);
|
|
1123
|
+
const Qw = { name: "IconLineOk", props: { prefix: { type: String, default: "sc" }, useCurrentColor: { type: Boolean, default: true } } }, qw = ["fill"], jw = [C.createElementVNode("path", { d: "M12.4137 4.29498C12.6734 4.03577 13.0946 4.03641 13.3541 4.29596C13.6133 4.55571 13.6127 4.97686 13.3531 5.23639L6.8844 11.7051C6.62475 11.9644 6.20357 11.9645 5.94397 11.7051L2.64514 8.40631C2.3859 8.14669 2.38589 7.72549 2.64514 7.46588C2.90473 7.20643 3.32589 7.20658 3.58557 7.46588L6.41467 10.294L12.4137 4.29498Z" }, null, -1)];
|
|
1124
|
+
var Kw = r(Qw, [["render", function(e2, r2, o2, t2, l2, n2) {
|
|
1125
|
+
return C.openBlock(), C.createElementBlock("svg", C.mergeProps({ viewBox: "0 0 16 16", fill: o2.useCurrentColor ? "currentColor" : "#000", xmlns: "http://www.w3.org/2000/svg", class: [`${o2.prefix}-icon`, `${o2.prefix}-icon-line-ok`], width: "1em", height: "1em" }, e2.$attrs), jw, 16, qw);
|
|
1126
|
+
}]]);
|
|
1127
|
+
e.IconColorAlibl = Fc, e.IconColorApi = ha, e.IconColorBarcode = UL, e.IconColorClickhouse = wc, e.IconColorComputer = Ba, e.IconColorData = $i, e.IconColorDataFilter = Um, e.IconColorDatadm = lc, e.IconColorDatakb = ac, e.IconColorDingding = Ln, e.IconColorDoc = Og, e.IconColorEdit = du, e.IconColorElsearch = na, e.IconColorEmail = Vn, e.IconColorFeishu = En, e.IconColorHline = AL, e.IconColorHttp = Rn, e.IconColorHuawei = uc, e.IconColorImage = WL, e.IconColorInput = lg, e.IconColorJava = Ni, e.IconColorJs = Gn, e.IconColorKey = Om, e.IconColorLlm = Mc, e.IconColorLogicFlow = VL, e.IconColorLongtext = _L, e.IconColorMarkdown = Ih, e.IconColorMilvus = jc, e.IconColorMysql = zi, e.IconColorNotice = In, e.IconColorNum = Jm, e.IconColorOpenai = Rc, e.IconColorOracle = qi, e.IconColorOval = ah, e.IconColorPdf = jg, e.IconColorPgsql = Oi, e.IconColorPhone = Va, e.IconColorQiwei = di, e.IconColorQrcode = qL, e.IconColorRadio = cg, e.IconColorRect = uh, e.IconColorRequired = Tp, e.IconColorSiliflow = Gc, e.IconColorSql = Li, e.IconColorSqlserver = Cc, e.IconColorSwitch = Cg, e.IconColorSysMessage = ma, e.IconColorSysNotice = aa, e.IconColorTable = OL, e.IconColorText = gh, e.IconColorTextarea = ug, e.IconColorTime = nh, e.IconColorUpload = pu, e.IconColorUser = XL, e.IconColorVector = $c, e.IconColorVline = oh, e.IconColorXls = Jg, e.IconColorYaml = Ph, e.IconFillAddData = vu, e.IconFillApi = At, e.IconFillApplication = Yo, e.IconFillApproval = Eu, e.IconFillBigModel = ff, e.IconFillBranch = Bp, e.IconFillChart = ee, e.IconFillChinese = S, e.IconFillCode = Xf, e.IconFillCol2row = Yd, e.IconFillCondition = Cm, e.IconFillCycle = Wu, e.IconFillCycleAlpha = Uf, e.IconFillCycleIf = Af, e.IconFillCyclePrep = Gf, e.IconFillData = W, e.IconFillDataExpansion = lm, e.IconFillDataFilter = km, e.IconFillDeWeight = fm, e.IconFillDelData = ef, e.IconFillDictCode = Ut, e.IconFillDown = te, e.IconFillDownload = ue, e.IconFillEnglish = Q, e.IconFillFile = ge, e.IconFillFiled = Mm, e.IconFillFx = Su, e.IconFillGroup = am, e.IconFillHeart = n, e.IconFillHome = Zo, e.IconFillHttp = tf, e.IconFillIdea = Be, e.IconFillIf = zu, e.IconFillInfo = qo, e.IconFillInput = af, e.IconFillLight = Ru, e.IconFillLink = _m, e.IconFillMenu = ce, e.IconFillMerge = Lm, e.IconFillMoon = E, e.IconFillMute = s, e.IconFillOrganization = Ct, e.IconFillOutput = Lf, e.IconFillParallel = Vf, e.IconFillPen = v, e.IconFillPlayArrow = y, e.IconFillPlugin = Mf, e.IconFillPoint = Kt, e.IconFillQuotation = Gw, e.IconFillRank = Vm, e.IconFillResource = Bh, e.IconFillResources = $e, e.IconFillRight = Ne, e.IconFillRow2col = Am, e.IconFillSearchData = kf, e.IconFillSelector = _f, e.IconFillSetting = lt, e.IconFillSkipNext = z, e.IconFillSkipPrevious = R, e.IconFillSound = d, e.IconFillSql = Qu, e.IconFillStar = Io, e.IconFillStart = ys, e.IconFillStop = xp, e.IconFillSun = h, e.IconFillSyncMsg = wd, e.IconFillTemplate = xe, e.IconFillText = yu, e.IconFillUpdateData = md, e.IconFillVariable = Kf, e.IconIconLineSet2 = dL, e.IconLineAdd = Fp, e.IconLineAgent = kL, e.IconLineAi = Pn, e.IconLineAiFlow = od, e.IconLineAlignBottom = bg, e.IconLineAlignCenter = Fg, e.IconLineAlignLeft = $g, e.IconLineAlignRight = Bg, e.IconLineAlignTop = xg, e.IconLineAlignVertically = Ng, e.IconLineApi = il, e.IconLineArea = pl, e.IconLineArray = rs, e.IconLineArrowdown = Fe, e.IconLineArrowleft = je, e.IconLineArrowright = be, e.IconLineArrowup = Oe, e.IconLineAuthorization = Dn, e.IconLineBack = Je, e.IconLineBatch = zs, e.IconLineBigger = qp, e.IconLineBoolean = ns, e.IconLineChart = hC, e.IconLineCheck = gp, e.IconLineClose = EC, e.IconLineCode = Ss, e.IconLineCollapseAll = Xt, e.IconLineCompany = tr, e.IconLineContain = Lw, e.IconLineCopy = cp, e.IconLineCut = Hd, e.IconLineData = ml, e.IconLineDataFilter = Na, e.IconLineDataFlow = pd, e.IconLineDate = Th, e.IconLineDebug = up, e.IconLineDelete = rC, e.IconLineDictionary = wl, e.IconLineDocker = ba, e.IconLineDotDrag = _w, e.IconLineDoubledown = nC, e.IconLineDoubleleft = sC, e.IconLineDoubleright = SC, e.IconLineDoubleup = dC, e.IconLineDownload = QC, e.IconLineDrag = Zd, e.IconLineEdit = Es, e.IconLineEmail = Hl, e.IconLineEnum = ja, e.IconLineEqual = Yh, e.IconLineEr = Uw, e.IconLineExit = vC, e.IconLineExpand = Po, e.IconLineExpandAll = ol, e.IconLineExport = ft, e.IconLineExternal = $a, e.IconLineEye = $p, e.IconLineFile = wo, e.IconLineFilter = yC, e.IconLineFlatten = kt, e.IconLineFloat = Oa, e.IconLineFolder = zC, e.IconLineFollow = RC, e.IconLineFormulaSelect = tp, e.IconLineGo = bp, e.IconLineGoUp = Dh, e.IconLineGreaterEqual = aw, e.IconLineGreaterThan = lw, e.IconLineGroup = Ws, e.IconLineHome = Jr, e.IconLineImport = at, e.IconLineInfo = Nr, e.IconLineInfoData = rL, e.IconLineInteger = Ja, e.IconLineInternationalization = sL, e.IconLineKnowledge = lu, e.IconLineLanguage = To, e.IconLineLeft = Vt, e.IconLineLessEqual = Cw, e.IconLineLessThan = Mw, e.IconLineList = Pl, e.IconLineListContain = fw, e.IconLineLlm = hL, e.IconLineLock = br, e.IconLineLogicFlow = id, e.IconLineManage = ur, e.IconLineMenuExpand = Zl, e.IconLineMenuShrink = Il, e.IconLineMoney = gr, e.IconLineMore = Gt, e.IconLineNext = Pd, e.IconLineNotContain = Vw, e.IconLineNotEqual = qh, e.IconLineNotListContain = kw, e.IconLineNotice = xr, e.IconLineObjArray = ss, e.IconLineObject = ds, e.IconLineOk = Kw, e.IconLineOnline = Kn, e.IconLineOrder = WC, e.IconLineOrg = Xn, e.IconLineOrganization = no, e.IconLineParamSet = Td, e.IconLinePass = jm, e.IconLinePercent = Or, e.IconLinePermission = oi, e.IconLinePhrase = Tl, e.IconLinePlay = xh, e.IconLinePosition = ii, e.IconLinePre = Dd, e.IconLinePrint = nL, e.IconLineQuestion = Fr, e.IconLineRedo = Rs, e.IconLineRefresh = $r, e.IconLineRemove = ep, e.IconLineReset = gg, e.IconLineRight = Mt, e.IconLineRisk = cr, e.IconLineSave = hu, e.IconLineScroll = Id, e.IconLineSeal = ql, e.IconLineSend = Yl, e.IconLineSet = ro, e.IconLineShopping = er, e.IconLineSkill = ML, e.IconLineSmaller = qd, e.IconLineSort = jr, e.IconLineSpacing = Ho, e.IconLineStar = Do, e.IconLineStr = vs, e.IconLineStrArray = hs, e.IconLineSubtract = Np, e.IconLineSwitch = Yp, e.IconLineSysNotice = Dl, e.IconLineSysSet = Cn, e.IconLineTable = Fa, e.IconLineTableSet = Lt, e.IconLineTask = ln, e.IconLineTemplate = sn, e.IconLineTime = so, e.IconLineTool = $h, e.IconLineTranslation = dn, e.IconLineTree = _t, e.IconLineUndo = Qs, e.IconLineUser = Br, e.IconLineUserOversize = Cu, e.IconLineUsers = Vi, e.IconLineVector = Mi, e.IconLineWarning = mo, e.IconLineWorkFlow = Aw, Object.defineProperties(e, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
1120
1128
|
});
|
|
1121
1129
|
//# sourceMappingURL=icon.min.js.map
|