@elliemae/ds-icons 3.57.0-next.5 → 3.57.0-next.51
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/cjs/ConditionsPopout.js +39 -0
- package/dist/cjs/ConditionsPopout.js.map +7 -0
- package/dist/cjs/FolderPopout.js +42 -0
- package/dist/cjs/FolderPopout.js.map +7 -0
- package/dist/cjs/PartnerPortal.js +45 -0
- package/dist/cjs/PartnerPortal.js.map +7 -0
- package/dist/cjs/VerifiyLrg.js +62 -0
- package/dist/cjs/VerifiyLrg.js.map +7 -0
- package/dist/cjs/VerifiySml.js +64 -0
- package/dist/cjs/VerifiySml.js.map +7 -0
- package/dist/cjs/index.js +10 -0
- package/dist/cjs/index.js.map +3 -3
- package/dist/cjs/package.json +4 -1
- package/dist/esm/ConditionsPopout.js +9 -0
- package/dist/esm/ConditionsPopout.js.map +7 -0
- package/dist/esm/FolderPopout.js +12 -0
- package/dist/esm/FolderPopout.js.map +7 -0
- package/dist/esm/PartnerPortal.js +15 -0
- package/dist/esm/PartnerPortal.js.map +7 -0
- package/dist/esm/VerifiyLrg.js +32 -0
- package/dist/esm/VerifiyLrg.js.map +7 -0
- package/dist/esm/VerifiySml.js +34 -0
- package/dist/esm/VerifiySml.js.map +7 -0
- package/dist/esm/index.js +10 -0
- package/dist/esm/index.js.map +2 -2
- package/dist/esm/package.json +4 -1
- package/dist/types/ConditionsPopout.d.ts +3 -0
- package/dist/types/FolderPopout.d.ts +3 -0
- package/dist/types/PartnerPortal.d.ts +3 -0
- package/dist/types/VerifiyLrg.d.ts +3 -0
- package/dist/types/VerifiySml.d.ts +3 -0
- package/dist/types/index.d.ts +6 -1
- package/package.json +22 -21
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
var ConditionsPopout_exports = {};
|
|
30
|
+
__export(ConditionsPopout_exports, {
|
|
31
|
+
default: () => ConditionsPopout_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(ConditionsPopout_exports);
|
|
34
|
+
var React = __toESM(require("react"));
|
|
35
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
36
|
+
var import_SvgIcon = require("./utils/SvgIcon.js");
|
|
37
|
+
const ConditionsPopout = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_SvgIcon.SvgIcon, { width: 24, height: 24, ...props, viewBox: "0 0 24 24", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M11.5 3C12.881 3 14 4.119 14 5.5C14 6.00899 13.846 6.48196 13.584 6.87695L17.123 10.416C17.518 10.154 17.991 10 18.5 10C19.881 10 21 11.119 21 12.5C21 13.881 19.881 15 18.5 15C17.991 15 17.518 14.846 17.123 14.584L13.584 18.123C13.846 18.518 14 18.991 14 19.5C14 20.881 12.881 22 11.5 22C10.119 22 9 20.881 9 19.5C9 18.991 9.15403 18.518 9.41602 18.123L5.87695 14.584C5.48196 14.846 5.00899 15 4.5 15C3.119 15 2 13.881 2 12.5C2 11.119 3.119 10 4.5 10C5.00899 10 5.48196 10.154 5.87695 10.416L9.41602 6.87695C9.15403 6.48196 9 6.00899 9 5.5C9 4.119 10.119 3 11.5 3ZM11.5 18C11.324 18 11.157 18.0358 11 18.0918C10.9511 18.1088 10.9034 18.1284 10.8574 18.1504C10.5484 18.2984 10.2984 18.5484 10.1504 18.8574C10.0574 19.0534 10 19.2691 10 19.5C10 20.327 10.673 21 11.5 21C12.327 21 13 20.327 13 19.5C13 19.2691 12.9436 19.0534 12.8496 18.8574C12.7016 18.5484 12.4516 18.2984 12.1426 18.1504C12.0956 18.1284 12.0489 18.1088 12 18.0918C11.843 18.0358 11.676 18 11.5 18ZM6.94922 13C6.88522 13.319 6.75798 13.615 6.58398 13.877L10.123 17.416C10.385 17.243 10.681 17.1158 11 17.0508V14.9502C10.02 14.7512 9.2488 13.979 9.0498 13H6.94922ZM13.9502 13C13.7512 13.98 12.979 14.7512 12 14.9502V17.0508C12.319 17.1148 12.615 17.242 12.877 17.416L16.416 13.877C16.243 13.615 16.1158 13.319 16.0508 13H13.9502ZM4.5 11C3.673 11 3 11.673 3 12.5C3 13.327 3.673 14 4.5 14C4.73093 14 4.94663 13.9436 5.14258 13.8496C5.45158 13.7016 5.70161 13.4516 5.84961 13.1426C5.87157 13.0956 5.89123 13.0489 5.9082 13C5.96419 12.843 6 12.676 6 12.5C6 12.324 5.96419 12.157 5.9082 12C5.89123 11.9511 5.87157 11.9034 5.84961 11.8574C5.70161 11.5484 5.45158 11.2984 5.14258 11.1504C4.94663 11.0574 4.73092 11 4.5 11ZM11.5 11C11.324 11 11.157 11.0358 11 11.0918C10.576 11.2428 10.2428 11.576 10.0918 12C10.0358 12.157 10 12.324 10 12.5C10 12.676 10.0358 12.843 10.0918 13C10.2428 13.424 10.576 13.7572 11 13.9082C11.157 13.9642 11.324 14 11.5 14C11.676 14 11.843 13.9642 12 13.9082C12.424 13.7572 12.7572 13.424 12.9082 13C12.9642 12.843 13 12.676 13 12.5C13 12.324 12.9642 12.157 12.9082 12C12.7572 11.576 12.424 11.2428 12 11.0918C11.843 11.0358 11.676 11 11.5 11ZM18.5 11C18.2691 11 18.0534 11.0564 17.8574 11.1504C17.5484 11.2984 17.2984 11.5484 17.1504 11.8574C17.0574 12.0534 17 12.2691 17 12.5C17 12.7309 17.0564 12.9466 17.1504 13.1426C17.2984 13.4516 17.5484 13.7016 17.8574 13.8496C18.0534 13.9426 18.2691 14 18.5 14C19.327 14 20 13.327 20 12.5C20 11.673 19.327 11 18.5 11ZM6.58398 11.123C6.75698 11.385 6.88422 11.681 6.94922 12H9.0498C9.2488 11.02 10.021 10.2488 11 10.0498V7.94922C10.681 7.88522 10.385 7.75798 10.123 7.58398L6.58398 11.123ZM12.877 7.58398C12.615 7.75698 12.319 7.88422 12 7.94922V10.0498C12.98 10.2488 13.7512 11.021 13.9502 12H16.0508C16.1148 11.681 16.242 11.385 16.416 11.123L12.877 7.58398ZM11.5 4C10.673 4 10 4.673 10 5.5C10 5.73093 10.0564 5.94663 10.1504 6.14258C10.2984 6.45158 10.5484 6.70161 10.8574 6.84961C10.9044 6.87157 10.9511 6.89123 11 6.9082C11.157 6.96419 11.324 7 11.5 7C11.676 7 11.843 6.96419 12 6.9082C12.0489 6.89123 12.0966 6.87157 12.1426 6.84961C12.4516 6.70161 12.7016 6.45158 12.8496 6.14258C12.9426 5.94663 13 5.73092 13 5.5C13 4.673 12.327 4 11.5 4ZM22.499 1C22.6375 1 22.7631 1.05597 22.8535 1.14648C22.944 1.23694 22.9999 1.36243 23 1.50098V5.5C22.9999 5.77576 22.7748 5.99994 22.499 6C22.2234 5.99979 22 5.77563 22 5.5L22.001 2.70801L17.9043 6.80371L17.9033 6.80273C17.7081 6.99798 17.3915 6.99798 17.1963 6.80273C17.0014 6.60747 17.0012 6.29084 17.1963 6.0957C17.1978 6.09424 17.2006 6.0943 17.2021 6.09277L21.2939 2.00098H18.5C18.2243 2.00091 18 1.78283 18 1.50098C18.0002 1.21927 18.2243 1.00098 18.5 1.00098L22.499 1Z" }) });
|
|
38
|
+
var ConditionsPopout_default = ConditionsPopout;
|
|
39
|
+
//# sourceMappingURL=ConditionsPopout.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../src/ConditionsPopout.tsx", "../../../../../scripts/build/transpile/react-shim.js"],
|
|
4
|
+
"sourcesContent": ["import React from 'react';\nimport { SvgIcon } from './utils/SvgIcon.js';\nimport type { SvgIconT } from './utils/react-desc-prop-types.js';\n\nconst ConditionsPopout = (props: SvgIconT.Props) => (\n <SvgIcon width={24} height={24} {...props} viewBox=\"0 0 24 24\">\n <path d=\"M11.5 3C12.881 3 14 4.119 14 5.5C14 6.00899 13.846 6.48196 13.584 6.87695L17.123 10.416C17.518 10.154 17.991 10 18.5 10C19.881 10 21 11.119 21 12.5C21 13.881 19.881 15 18.5 15C17.991 15 17.518 14.846 17.123 14.584L13.584 18.123C13.846 18.518 14 18.991 14 19.5C14 20.881 12.881 22 11.5 22C10.119 22 9 20.881 9 19.5C9 18.991 9.15403 18.518 9.41602 18.123L5.87695 14.584C5.48196 14.846 5.00899 15 4.5 15C3.119 15 2 13.881 2 12.5C2 11.119 3.119 10 4.5 10C5.00899 10 5.48196 10.154 5.87695 10.416L9.41602 6.87695C9.15403 6.48196 9 6.00899 9 5.5C9 4.119 10.119 3 11.5 3ZM11.5 18C11.324 18 11.157 18.0358 11 18.0918C10.9511 18.1088 10.9034 18.1284 10.8574 18.1504C10.5484 18.2984 10.2984 18.5484 10.1504 18.8574C10.0574 19.0534 10 19.2691 10 19.5C10 20.327 10.673 21 11.5 21C12.327 21 13 20.327 13 19.5C13 19.2691 12.9436 19.0534 12.8496 18.8574C12.7016 18.5484 12.4516 18.2984 12.1426 18.1504C12.0956 18.1284 12.0489 18.1088 12 18.0918C11.843 18.0358 11.676 18 11.5 18ZM6.94922 13C6.88522 13.319 6.75798 13.615 6.58398 13.877L10.123 17.416C10.385 17.243 10.681 17.1158 11 17.0508V14.9502C10.02 14.7512 9.2488 13.979 9.0498 13H6.94922ZM13.9502 13C13.7512 13.98 12.979 14.7512 12 14.9502V17.0508C12.319 17.1148 12.615 17.242 12.877 17.416L16.416 13.877C16.243 13.615 16.1158 13.319 16.0508 13H13.9502ZM4.5 11C3.673 11 3 11.673 3 12.5C3 13.327 3.673 14 4.5 14C4.73093 14 4.94663 13.9436 5.14258 13.8496C5.45158 13.7016 5.70161 13.4516 5.84961 13.1426C5.87157 13.0956 5.89123 13.0489 5.9082 13C5.96419 12.843 6 12.676 6 12.5C6 12.324 5.96419 12.157 5.9082 12C5.89123 11.9511 5.87157 11.9034 5.84961 11.8574C5.70161 11.5484 5.45158 11.2984 5.14258 11.1504C4.94663 11.0574 4.73092 11 4.5 11ZM11.5 11C11.324 11 11.157 11.0358 11 11.0918C10.576 11.2428 10.2428 11.576 10.0918 12C10.0358 12.157 10 12.324 10 12.5C10 12.676 10.0358 12.843 10.0918 13C10.2428 13.424 10.576 13.7572 11 13.9082C11.157 13.9642 11.324 14 11.5 14C11.676 14 11.843 13.9642 12 13.9082C12.424 13.7572 12.7572 13.424 12.9082 13C12.9642 12.843 13 12.676 13 12.5C13 12.324 12.9642 12.157 12.9082 12C12.7572 11.576 12.424 11.2428 12 11.0918C11.843 11.0358 11.676 11 11.5 11ZM18.5 11C18.2691 11 18.0534 11.0564 17.8574 11.1504C17.5484 11.2984 17.2984 11.5484 17.1504 11.8574C17.0574 12.0534 17 12.2691 17 12.5C17 12.7309 17.0564 12.9466 17.1504 13.1426C17.2984 13.4516 17.5484 13.7016 17.8574 13.8496C18.0534 13.9426 18.2691 14 18.5 14C19.327 14 20 13.327 20 12.5C20 11.673 19.327 11 18.5 11ZM6.58398 11.123C6.75698 11.385 6.88422 11.681 6.94922 12H9.0498C9.2488 11.02 10.021 10.2488 11 10.0498V7.94922C10.681 7.88522 10.385 7.75798 10.123 7.58398L6.58398 11.123ZM12.877 7.58398C12.615 7.75698 12.319 7.88422 12 7.94922V10.0498C12.98 10.2488 13.7512 11.021 13.9502 12H16.0508C16.1148 11.681 16.242 11.385 16.416 11.123L12.877 7.58398ZM11.5 4C10.673 4 10 4.673 10 5.5C10 5.73093 10.0564 5.94663 10.1504 6.14258C10.2984 6.45158 10.5484 6.70161 10.8574 6.84961C10.9044 6.87157 10.9511 6.89123 11 6.9082C11.157 6.96419 11.324 7 11.5 7C11.676 7 11.843 6.96419 12 6.9082C12.0489 6.89123 12.0966 6.87157 12.1426 6.84961C12.4516 6.70161 12.7016 6.45158 12.8496 6.14258C12.9426 5.94663 13 5.73092 13 5.5C13 4.673 12.327 4 11.5 4ZM22.499 1C22.6375 1 22.7631 1.05597 22.8535 1.14648C22.944 1.23694 22.9999 1.36243 23 1.50098V5.5C22.9999 5.77576 22.7748 5.99994 22.499 6C22.2234 5.99979 22 5.77563 22 5.5L22.001 2.70801L17.9043 6.80371L17.9033 6.80273C17.7081 6.99798 17.3915 6.99798 17.1963 6.80273C17.0014 6.60747 17.0012 6.29084 17.1963 6.0957C17.1978 6.09424 17.2006 6.0943 17.2021 6.09277L21.2939 2.00098H18.5C18.2243 2.00091 18 1.78283 18 1.50098C18.0002 1.21927 18.2243 1.00098 18.5 1.00098L22.499 1Z\" />\n </SvgIcon>\n);\n\nexport default ConditionsPopout;\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADMnB;AALJ,qBAAwB;AAGxB,MAAM,mBAAmB,CAAC,UACxB,4CAAC,0BAAQ,OAAO,IAAI,QAAQ,IAAK,GAAG,OAAO,SAAQ,aACjD,sDAAC,UAAK,GAAE,okHAAmkH,GAC7kH;AAGF,IAAO,2BAAQ;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
var FolderPopout_exports = {};
|
|
30
|
+
__export(FolderPopout_exports, {
|
|
31
|
+
default: () => FolderPopout_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(FolderPopout_exports);
|
|
34
|
+
var React = __toESM(require("react"));
|
|
35
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
36
|
+
var import_SvgIcon = require("./utils/SvgIcon.js");
|
|
37
|
+
const FolderPopout = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_SvgIcon.SvgIcon, { width: 24, height: 24, ...props, viewBox: "0 0 24 24", children: [
|
|
38
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M20.5,7.0009766h-7.5c-.085022,0-.2379761-.0939941-.276001-.1710205l-.5529785-1.105957c-.2070312-.4130249-.710022-.723999-1.1710205-.723999H4c-.4609985,0-.9649658.3109741-1.1709595.723999l-.5530396,1.105957c-.1569824.3150024-.276001.8190308-.276001,1.1710205v10.5c0,.8269653.6730347,1.5,1.5,1.5h17c.8270264,0,1.5-.6730347,1.5-1.5v-10c0-.8270264-.6729736-1.5-1.5-1.5ZM21,18.5019531c0,.276001-.223999.5-.5.5H3.5c-.276001,0-.5-.223999-.5-.5v-10.5c0-.1969604.0830078-.5479736.1710205-.723999l.5529785-1.105957c.0380249-.0770264.1900024-.1710205.276001-.1710205h7c.085022,0,.2379761.0939941.276001.1710205l.5529785,1.105957c.2059937.4130249.710022.723999,1.1710205.723999h7.5c.276001,0,.5.223999.5.5v10Z" }),
|
|
39
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M22.854248,1.1462402c-.0904541-.0905151-.2156982-.1464233-.354187-.1464233l-3.9993896.0006714c-.2757568,0-.5.21875-.5.5006104s.2242432.499939.5.5l2.7937622-.0007324s-2.6814575,2.6797485-2.6829834,2.6812134c-.0015259.0015259-.7019653.7036743-.7019653.7036743-.0015259.0015259-.0036011.0019531-.005127.003418-.1952515.1952515-.1952515.5119019,0,.7071533s.5118408.1952515.7070923,0l.0008545.0008545,3.3892212-3.3892212-.0013428,2.7923584c0,.2757568.2241211.5.4998779.5.2757568-.000061.5005493-.2242432.5006104-.5V1.5004272c-.000061-.1385498-.0559082-.2637329-.1464233-.354187Z" })
|
|
40
|
+
] });
|
|
41
|
+
var FolderPopout_default = FolderPopout;
|
|
42
|
+
//# sourceMappingURL=FolderPopout.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../src/FolderPopout.tsx", "../../../../../scripts/build/transpile/react-shim.js"],
|
|
4
|
+
"sourcesContent": ["import React from 'react';\nimport { SvgIcon } from './utils/SvgIcon.js';\nimport type { SvgIconT } from './utils/react-desc-prop-types.js';\n\nconst FolderPopout = (props: SvgIconT.Props) => (\n <SvgIcon width={24} height={24} {...props} viewBox=\"0 0 24 24\">\n <path d=\"M20.5,7.0009766h-7.5c-.085022,0-.2379761-.0939941-.276001-.1710205l-.5529785-1.105957c-.2070312-.4130249-.710022-.723999-1.1710205-.723999H4c-.4609985,0-.9649658.3109741-1.1709595.723999l-.5530396,1.105957c-.1569824.3150024-.276001.8190308-.276001,1.1710205v10.5c0,.8269653.6730347,1.5,1.5,1.5h17c.8270264,0,1.5-.6730347,1.5-1.5v-10c0-.8270264-.6729736-1.5-1.5-1.5ZM21,18.5019531c0,.276001-.223999.5-.5.5H3.5c-.276001,0-.5-.223999-.5-.5v-10.5c0-.1969604.0830078-.5479736.1710205-.723999l.5529785-1.105957c.0380249-.0770264.1900024-.1710205.276001-.1710205h7c.085022,0,.2379761.0939941.276001.1710205l.5529785,1.105957c.2059937.4130249.710022.723999,1.1710205.723999h7.5c.276001,0,.5.223999.5.5v10Z\" />\n <path d=\"M22.854248,1.1462402c-.0904541-.0905151-.2156982-.1464233-.354187-.1464233l-3.9993896.0006714c-.2757568,0-.5.21875-.5.5006104s.2242432.499939.5.5l2.7937622-.0007324s-2.6814575,2.6797485-2.6829834,2.6812134c-.0015259.0015259-.7019653.7036743-.7019653.7036743-.0015259.0015259-.0036011.0019531-.005127.003418-.1952515.1952515-.1952515.5119019,0,.7071533s.5118408.1952515.7070923,0l.0008545.0008545,3.3892212-3.3892212-.0013428,2.7923584c0,.2757568.2241211.5.4998779.5.2757568-.000061.5005493-.2242432.5006104-.5V1.5004272c-.000061-.1385498-.0559082-.2637329-.1464233-.354187Z\" />\n </SvgIcon>\n);\n\nexport default FolderPopout;\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADKrB;AAJF,qBAAwB;AAGxB,MAAM,eAAe,CAAC,UACpB,6CAAC,0BAAQ,OAAO,IAAI,QAAQ,IAAK,GAAG,OAAO,SAAQ,aACjD;AAAA,8CAAC,UAAK,GAAE,6rBAA4rB;AAAA,EACpsB,4CAAC,UAAK,GAAE,ikBAAgkB;AAAA,GAC1kB;AAGF,IAAO,uBAAQ;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
var PartnerPortal_exports = {};
|
|
30
|
+
__export(PartnerPortal_exports, {
|
|
31
|
+
default: () => PartnerPortal_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(PartnerPortal_exports);
|
|
34
|
+
var React = __toESM(require("react"));
|
|
35
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
36
|
+
var import_SvgIcon = require("./utils/SvgIcon.js");
|
|
37
|
+
const PartnerPortal = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_SvgIcon.SvgIcon, { width: 24, height: 24, ...props, viewBox: "0 0 24 24", children: [
|
|
38
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { cx: "3.5", cy: "4.5", r: ".5" }),
|
|
39
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { cx: "5.5", cy: "4.5", r: ".5" }),
|
|
40
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { cx: "7.5", cy: "4.5", r: ".5" }),
|
|
41
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M22,2H2C.9000244,2,0,2.8999634,0,4v16C0,21.0999756.9000244,22,2,22h3.5c.2750244,0,.5-.2250366.5-.5,0-.2750244-.2249756-.5-.5-.5h-3.5c-.5513916,0-1-.4486084-1-1V7h22v13c0,.5513916-.4486084,1-1,1h-1.5c-.2750244,0-.5.2249756-.5.5,0,.2749634.2249756.5.5.5h1.5c1.0999756,0,2-.9000244,2-2V4c0-1.1000366-.9000244-2-2-2ZM23,6H1v-2c0-.5513916.4486084-1,1-1h20c.5513916,0,1,.4486084,1,1v2Z" }),
|
|
42
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M15.9013672,16.0859375l2.6425781-1.4091797c.4248047-.2265625.4462891-.5605469.4365234-.6943359-.0107422-.1328125-.0839844-.4599609-.5390625-.6191406l-12.4453125-4.3125h-.0009766c-.3105469-.1074219-.6035156-.0566406-.8017578.1425781-.1982422.1982422-.25.4902344-.1425781.8027344l4.3134766,12.4462891c.1582031.4541016.4853516.5273438.6181641.5380859.1337891.0107422.4667969-.0107422.6943359-.4365234l1.4091797-2.6425781,2.2109375,2.7246094c.1708984.2119141.421875.3417969.6884766.3554688.015625.0009766.0322266.0009766.0478516.0009766.25,0,.4931641-.1015625.6738281-.2822266l2.9931641-2.9931641c.1923828-.1923828.2949219-.4560547.28125-.7216797-.0136719-.2666016-.1435547-.5175781-.3544922-.6884766l-2.7255859-2.2109375ZM15.0742188,21.9960938l-2.3710938-2.921875c-.1728516-.2138672-.4072266-.3320312-.6533203-.3320312-.0244141,0-.0488281.0009766-.0732422.0039062-.2724609.0253906-.5107422.1933594-.6533203.4599609l-1.2255859,2.2988281-3.9277344-11.3349609,11.3339844,3.9277344-2.2978516,1.2255859c-.2666016.1425781-.4345703.3808594-.4599609.6533203-.0263672.2724609.09375.5371094.3271484.7265625l2.9199219,2.296875-2.9189453,2.9960938Z" })
|
|
43
|
+
] });
|
|
44
|
+
var PartnerPortal_default = PartnerPortal;
|
|
45
|
+
//# sourceMappingURL=PartnerPortal.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../src/PartnerPortal.tsx", "../../../../../scripts/build/transpile/react-shim.js"],
|
|
4
|
+
"sourcesContent": ["import React from 'react';\nimport { SvgIcon } from './utils/SvgIcon.js';\nimport type { SvgIconT } from './utils/react-desc-prop-types.js';\n\nconst PartnerPortal = (props: SvgIconT.Props) => (\n <SvgIcon width={24} height={24} {...props} viewBox=\"0 0 24 24\">\n <circle cx=\"3.5\" cy=\"4.5\" r=\".5\" />\n <circle cx=\"5.5\" cy=\"4.5\" r=\".5\" />\n <circle cx=\"7.5\" cy=\"4.5\" r=\".5\" />\n <path d=\"M22,2H2C.9000244,2,0,2.8999634,0,4v16C0,21.0999756.9000244,22,2,22h3.5c.2750244,0,.5-.2250366.5-.5,0-.2750244-.2249756-.5-.5-.5h-3.5c-.5513916,0-1-.4486084-1-1V7h22v13c0,.5513916-.4486084,1-1,1h-1.5c-.2750244,0-.5.2249756-.5.5,0,.2749634.2249756.5.5.5h1.5c1.0999756,0,2-.9000244,2-2V4c0-1.1000366-.9000244-2-2-2ZM23,6H1v-2c0-.5513916.4486084-1,1-1h20c.5513916,0,1,.4486084,1,1v2Z\" />\n <path d=\"M15.9013672,16.0859375l2.6425781-1.4091797c.4248047-.2265625.4462891-.5605469.4365234-.6943359-.0107422-.1328125-.0839844-.4599609-.5390625-.6191406l-12.4453125-4.3125h-.0009766c-.3105469-.1074219-.6035156-.0566406-.8017578.1425781-.1982422.1982422-.25.4902344-.1425781.8027344l4.3134766,12.4462891c.1582031.4541016.4853516.5273438.6181641.5380859.1337891.0107422.4667969-.0107422.6943359-.4365234l1.4091797-2.6425781,2.2109375,2.7246094c.1708984.2119141.421875.3417969.6884766.3554688.015625.0009766.0322266.0009766.0478516.0009766.25,0,.4931641-.1015625.6738281-.2822266l2.9931641-2.9931641c.1923828-.1923828.2949219-.4560547.28125-.7216797-.0136719-.2666016-.1435547-.5175781-.3544922-.6884766l-2.7255859-2.2109375ZM15.0742188,21.9960938l-2.3710938-2.921875c-.1728516-.2138672-.4072266-.3320312-.6533203-.3320312-.0244141,0-.0488281.0009766-.0732422.0039062-.2724609.0253906-.5107422.1933594-.6533203.4599609l-1.2255859,2.2988281-3.9277344-11.3349609,11.3339844,3.9277344-2.2978516,1.2255859c-.2666016.1425781-.4345703.3808594-.4599609.6533203-.0263672.2724609.09375.5371094.3271484.7265625l2.9199219,2.296875-2.9189453,2.9960938Z\" />\n </SvgIcon>\n);\n\nexport default PartnerPortal;\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADKrB;AAJF,qBAAwB;AAGxB,MAAM,gBAAgB,CAAC,UACrB,6CAAC,0BAAQ,OAAO,IAAI,QAAQ,IAAK,GAAG,OAAO,SAAQ,aACjD;AAAA,8CAAC,YAAO,IAAG,OAAM,IAAG,OAAM,GAAE,MAAK;AAAA,EACjC,4CAAC,YAAO,IAAG,OAAM,IAAG,OAAM,GAAE,MAAK;AAAA,EACjC,4CAAC,YAAO,IAAG,OAAM,IAAG,OAAM,GAAE,MAAK;AAAA,EACjC,4CAAC,UAAK,GAAE,+XAA8X;AAAA,EACtY,4CAAC,UAAK,GAAE,inCAAgnC;AAAA,GAC1nC;AAGF,IAAO,wBAAQ;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
var VerifiyLrg_exports = {};
|
|
30
|
+
__export(VerifiyLrg_exports, {
|
|
31
|
+
default: () => VerifiyLrg_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(VerifiyLrg_exports);
|
|
34
|
+
var React = __toESM(require("react"));
|
|
35
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
36
|
+
var import_SvgIcon = require("./utils/SvgIcon.js");
|
|
37
|
+
const VerifiyLrg = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_SvgIcon.SvgIcon, { width: 24, height: 24, ...props, viewBox: "0 0 24 24", children: [
|
|
38
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
39
|
+
"path",
|
|
40
|
+
{
|
|
41
|
+
fill: "#d4f0e5",
|
|
42
|
+
fillRule: "evenodd",
|
|
43
|
+
d: "M12,22s6.5857864-1.7573593,8-6c1-3,1-10,1-10l-9-3L3,6s0,7,1,10c1.4142136,4.2426407,8,6,8,6Z"
|
|
44
|
+
}
|
|
45
|
+
),
|
|
46
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
47
|
+
"path",
|
|
48
|
+
{
|
|
49
|
+
fill: "#207e56",
|
|
50
|
+
d: "M12,4.0540895l7.9920731,2.6640248c-.0312142,1.8331628-.1849799,6.6983443-.940753,8.9656556-1.0788727,3.2366092-5.8786267,4.9090025-7.0513201,5.2734931-1.1726934-.3644905-5.9724474-2.0368838-7.0513201-5.2734931-.7557731-2.2673113-.9095387-7.1324928-.940753-8.9656556l7.9920731-2.6640248M12,3L3,6s0,7,1,10c1.4142098,4.24264,8,6,8,6,0,0,6.5857902-1.75736,8-6,1-3,1-10,1-10l-9-3h0Z"
|
|
51
|
+
}
|
|
52
|
+
),
|
|
53
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
54
|
+
"path",
|
|
55
|
+
{
|
|
56
|
+
fill: "#207e56",
|
|
57
|
+
d: "M11,16.4550781c-.2822266,0-.5527344-.1191406-.7431641-.3310547l-2.25-2.5c-.3696289-.4101562-.3364258-1.0429688.0742188-1.4121094.4106445-.3696289,1.043457-.3359375,1.4121094.0742188l1.3808594,1.5341797,3.5390625-5.4125977c.3027344-.4619141.9213867-.5908203,1.3842773-.2895508.4619141.3022461.5917969.921875.2895508,1.3842773l-4.25,6.4995117c-.1699219.2597656-.4506836.4267578-.7602539.4501953-.0253906.0019531-.0512695.0029297-.0766602.0029297Z"
|
|
58
|
+
}
|
|
59
|
+
)
|
|
60
|
+
] });
|
|
61
|
+
var VerifiyLrg_default = VerifiyLrg;
|
|
62
|
+
//# sourceMappingURL=VerifiyLrg.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../src/VerifiyLrg.tsx", "../../../../../scripts/build/transpile/react-shim.js"],
|
|
4
|
+
"sourcesContent": ["import React from 'react';\nimport { SvgIcon } from './utils/SvgIcon.js';\nimport type { SvgIconT } from './utils/react-desc-prop-types.js';\n\nconst VerifiyLrg = (props: SvgIconT.Props) => (\n <SvgIcon width={24} height={24} {...props} viewBox=\"0 0 24 24\">\n <path\n fill=\"#d4f0e5\"\n fillRule=\"evenodd\"\n d=\"M12,22s6.5857864-1.7573593,8-6c1-3,1-10,1-10l-9-3L3,6s0,7,1,10c1.4142136,4.2426407,8,6,8,6Z\"\n />\n <path\n fill=\"#207e56\"\n d=\"M12,4.0540895l7.9920731,2.6640248c-.0312142,1.8331628-.1849799,6.6983443-.940753,8.9656556-1.0788727,3.2366092-5.8786267,4.9090025-7.0513201,5.2734931-1.1726934-.3644905-5.9724474-2.0368838-7.0513201-5.2734931-.7557731-2.2673113-.9095387-7.1324928-.940753-8.9656556l7.9920731-2.6640248M12,3L3,6s0,7,1,10c1.4142098,4.24264,8,6,8,6,0,0,6.5857902-1.75736,8-6,1-3,1-10,1-10l-9-3h0Z\"\n />\n <path\n fill=\"#207e56\"\n d=\"M11,16.4550781c-.2822266,0-.5527344-.1191406-.7431641-.3310547l-2.25-2.5c-.3696289-.4101562-.3364258-1.0429688.0742188-1.4121094.4106445-.3696289,1.043457-.3359375,1.4121094.0742188l1.3808594,1.5341797,3.5390625-5.4125977c.3027344-.4619141.9213867-.5908203,1.3842773-.2895508.4619141.3022461.5917969.921875.2895508,1.3842773l-4.25,6.4995117c-.1699219.2597656-.4506836.4267578-.7602539.4501953-.0253906.0019531-.0512695.0029297-.0766602.0029297Z\"\n />\n </SvgIcon>\n);\n\nexport default VerifiyLrg;\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADKrB;AAJF,qBAAwB;AAGxB,MAAM,aAAa,CAAC,UAClB,6CAAC,0BAAQ,OAAO,IAAI,QAAQ,IAAK,GAAG,OAAO,SAAQ,aACjD;AAAA;AAAA,IAAC;AAAA;AAAA,MACC,MAAK;AAAA,MACL,UAAS;AAAA,MACT,GAAE;AAAA;AAAA,EACJ;AAAA,EACA;AAAA,IAAC;AAAA;AAAA,MACC,MAAK;AAAA,MACL,GAAE;AAAA;AAAA,EACJ;AAAA,EACA;AAAA,IAAC;AAAA;AAAA,MACC,MAAK;AAAA,MACL,GAAE;AAAA;AAAA,EACJ;AAAA,GACF;AAGF,IAAO,qBAAQ;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
var VerifiySml_exports = {};
|
|
30
|
+
__export(VerifiySml_exports, {
|
|
31
|
+
default: () => VerifiySml_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(VerifiySml_exports);
|
|
34
|
+
var React = __toESM(require("react"));
|
|
35
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
36
|
+
var import_SvgIcon = require("./utils/SvgIcon.js");
|
|
37
|
+
const VerifiySml = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_SvgIcon.SvgIcon, { width: 13, height: 13, ...props, viewBox: "0 0 13 13", children: [
|
|
38
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { children: [
|
|
39
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
40
|
+
"path",
|
|
41
|
+
{
|
|
42
|
+
fill: "#d4ece3",
|
|
43
|
+
fillRule: "evenodd",
|
|
44
|
+
d: "M6.5,13s4.5-.8947368,5.5-4c.6632308-2.0595061,1-6.9474,1-6.9474L6.5,0,0,2s.1558487,5.007803,1,7c1.3157895,3.1052632,5.5,4,5.5,4Z"
|
|
45
|
+
}
|
|
46
|
+
),
|
|
47
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
48
|
+
"path",
|
|
49
|
+
{
|
|
50
|
+
fill: "#237e57",
|
|
51
|
+
d: "M6.4970884.7855905l5.7089357,1.8027941c-.1114159,1.3438051-.4244509,4.6431489-.9199238,6.181715-.7560968,2.3478746-4.0305347,3.2756624-4.7796512,3.4590874-.7204561-.1901178-3.8026984-1.130682-4.8158892-3.5217972-.571254-1.348175-.8342799-4.5073767-.9171651-6.1606629L6.4970884.7855905M6.5,0L0,2s.15585,5.0078001,1,7c1.3157899,3.1052599,5.5,4,5.5,4,0,0,4.5-.8947401,5.5-4,.6632299-2.0595102,1-6.9474001,1-6.9474001L6.5,0h0Z"
|
|
52
|
+
}
|
|
53
|
+
)
|
|
54
|
+
] }),
|
|
55
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
56
|
+
"path",
|
|
57
|
+
{
|
|
58
|
+
fill: "#237e57",
|
|
59
|
+
d: "M6,9.625c-.1645508,0-.3242188-.0654297-.4418945-.1826172l-2-2c-.2441406-.2441406-.2441406-.6401367,0-.8842773s.6396484-.2441406.8837891,0l1.434082,1.434082,2.5878906-4.3139648c.1777344-.2954102.5615234-.390625.8574219-.2143555.2958984.1777344.3925781.5615234.2148438.8579102l-3,4.9995117c-.0991211.1650391-.2685547.2753906-.4599609.2988281-.0253906.0029297-.0507812.0048828-.0761719.0048828Z"
|
|
60
|
+
}
|
|
61
|
+
)
|
|
62
|
+
] });
|
|
63
|
+
var VerifiySml_default = VerifiySml;
|
|
64
|
+
//# sourceMappingURL=VerifiySml.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../src/VerifiySml.tsx", "../../../../../scripts/build/transpile/react-shim.js"],
|
|
4
|
+
"sourcesContent": ["import React from 'react';\nimport { SvgIcon } from './utils/SvgIcon.js';\nimport type { SvgIconT } from './utils/react-desc-prop-types.js';\n\nconst VerifiySml = (props: SvgIconT.Props) => (\n <SvgIcon width={13} height={13} {...props} viewBox=\"0 0 13 13\">\n <g>\n <path\n fill=\"#d4ece3\"\n fillRule=\"evenodd\"\n d=\"M6.5,13s4.5-.8947368,5.5-4c.6632308-2.0595061,1-6.9474,1-6.9474L6.5,0,0,2s.1558487,5.007803,1,7c1.3157895,3.1052632,5.5,4,5.5,4Z\"\n />\n <path\n fill=\"#237e57\"\n d=\"M6.4970884.7855905l5.7089357,1.8027941c-.1114159,1.3438051-.4244509,4.6431489-.9199238,6.181715-.7560968,2.3478746-4.0305347,3.2756624-4.7796512,3.4590874-.7204561-.1901178-3.8026984-1.130682-4.8158892-3.5217972-.571254-1.348175-.8342799-4.5073767-.9171651-6.1606629L6.4970884.7855905M6.5,0L0,2s.15585,5.0078001,1,7c1.3157899,3.1052599,5.5,4,5.5,4,0,0,4.5-.8947401,5.5-4,.6632299-2.0595102,1-6.9474001,1-6.9474001L6.5,0h0Z\"\n />\n </g>\n <path\n fill=\"#237e57\"\n d=\"M6,9.625c-.1645508,0-.3242188-.0654297-.4418945-.1826172l-2-2c-.2441406-.2441406-.2441406-.6401367,0-.8842773s.6396484-.2441406.8837891,0l1.434082,1.434082,2.5878906-4.3139648c.1777344-.2954102.5615234-.390625.8574219-.2143555.2958984.1777344.3925781.5615234.2148438.8579102l-3,4.9995117c-.0991211.1650391-.2685547.2753906-.4599609.2988281-.0253906.0029297-.0507812.0048828-.0761719.0048828Z\"\n />\n </SvgIcon>\n);\n\nexport default VerifiySml;\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADMnB;AALJ,qBAAwB;AAGxB,MAAM,aAAa,CAAC,UAClB,6CAAC,0BAAQ,OAAO,IAAI,QAAQ,IAAK,GAAG,OAAO,SAAQ,aACjD;AAAA,+CAAC,OACC;AAAA;AAAA,MAAC;AAAA;AAAA,QACC,MAAK;AAAA,QACL,UAAS;AAAA,QACT,GAAE;AAAA;AAAA,IACJ;AAAA,IACA;AAAA,MAAC;AAAA;AAAA,QACC,MAAK;AAAA,QACL,GAAE;AAAA;AAAA,IACJ;AAAA,KACF;AAAA,EACA;AAAA,IAAC;AAAA;AAAA,MACC,MAAK;AAAA,MACL,GAAE;AAAA;AAAA,EACJ;AAAA,GACF;AAGF,IAAO,qBAAQ;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
package/dist/cjs/index.js
CHANGED
|
@@ -135,6 +135,7 @@ __export(index_exports, {
|
|
|
135
135
|
Communications: () => import_Communications.default,
|
|
136
136
|
CompareImport: () => import_CompareImport.default,
|
|
137
137
|
Conditions: () => import_Conditions.default,
|
|
138
|
+
ConditionsPopout: () => import_ConditionsPopout.default,
|
|
138
139
|
ConnectApp: () => import_ConnectApp.default,
|
|
139
140
|
Contacts: () => import_Contacts.default,
|
|
140
141
|
ContactsXsmall: () => import_ContactsXsmall.default,
|
|
@@ -204,6 +205,7 @@ __export(index_exports, {
|
|
|
204
205
|
FlagSolid: () => import_FlagSolid.default,
|
|
205
206
|
Folder: () => import_Folder.default,
|
|
206
207
|
FolderGroup: () => import_FolderGroup.default,
|
|
208
|
+
FolderPopout: () => import_FolderPopout.default,
|
|
207
209
|
FolderRoot: () => import_FolderRoot.default,
|
|
208
210
|
Form1003: () => import_Form1003.default,
|
|
209
211
|
Forms: () => import_Forms.default,
|
|
@@ -356,6 +358,7 @@ __export(index_exports, {
|
|
|
356
358
|
Paragraph: () => import_Paragraph.default,
|
|
357
359
|
ParenthesisAdd: () => import_ParenthesisAdd.default,
|
|
358
360
|
ParenthesisRemove: () => import_ParenthesisRemove.default,
|
|
361
|
+
PartnerPortal: () => import_PartnerPortal.default,
|
|
359
362
|
Password: () => import_Password.default,
|
|
360
363
|
PercentSquare: () => import_PercentSquare.default,
|
|
361
364
|
Phone: () => import_Phone.default,
|
|
@@ -451,6 +454,8 @@ __export(index_exports, {
|
|
|
451
454
|
VelocifyLightIceBlue: () => import_VelocifyLightIceBlue.default,
|
|
452
455
|
VelocifyLightJetBlack: () => import_VelocifyLightJetBlack.default,
|
|
453
456
|
VelocifyWhite: () => import_VelocifyWhite.default,
|
|
457
|
+
VerifiyLrg: () => import_VerifiyLrg.default,
|
|
458
|
+
VerifiySml: () => import_VerifiySml.default,
|
|
454
459
|
ViewContract: () => import_ViewContract.default,
|
|
455
460
|
ViewDoublePane: () => import_ViewDoublePane.default,
|
|
456
461
|
ViewExpand: () => import_ViewExpand.default,
|
|
@@ -546,6 +551,7 @@ var import_Comments2 = __toESM(require("./Comments2.js"));
|
|
|
546
551
|
var import_CommentsAdd = __toESM(require("./CommentsAdd.js"));
|
|
547
552
|
var import_CommentsUnread = __toESM(require("./CommentsUnread.js"));
|
|
548
553
|
var import_Conditions = __toESM(require("./Conditions.js"));
|
|
554
|
+
var import_ConditionsPopout = __toESM(require("./ConditionsPopout.js"));
|
|
549
555
|
var import_ConnectApp = __toESM(require("./ConnectApp.js"));
|
|
550
556
|
var import_Contacts = __toESM(require("./Contacts.js"));
|
|
551
557
|
var import_ContactsXsmall = __toESM(require("./ContactsXsmall.js"));
|
|
@@ -592,6 +598,7 @@ var import_Filter = __toESM(require("./Filter.js"));
|
|
|
592
598
|
var import_Flag = __toESM(require("./Flag.js"));
|
|
593
599
|
var import_FlagSolid = __toESM(require("./FlagSolid.js"));
|
|
594
600
|
var import_Folder = __toESM(require("./Folder.js"));
|
|
601
|
+
var import_FolderPopout = __toESM(require("./FolderPopout.js"));
|
|
595
602
|
var import_Form1003 = __toESM(require("./Form1003.js"));
|
|
596
603
|
var import_Forms = __toESM(require("./Forms.js"));
|
|
597
604
|
var import_Gift = __toESM(require("./Gift.js"));
|
|
@@ -684,6 +691,7 @@ var import_PaperAirplane = __toESM(require("./PaperAirplane.js"));
|
|
|
684
691
|
var import_Paperclip = __toESM(require("./Paperclip.js"));
|
|
685
692
|
var import_ParenthesisAdd = __toESM(require("./ParenthesisAdd.js"));
|
|
686
693
|
var import_ParenthesisRemove = __toESM(require("./ParenthesisRemove.js"));
|
|
694
|
+
var import_PartnerPortal = __toESM(require("./PartnerPortal.js"));
|
|
687
695
|
var import_Password = __toESM(require("./Password.js"));
|
|
688
696
|
var import_PercentSquare = __toESM(require("./PercentSquare.js"));
|
|
689
697
|
var import_Phone = __toESM(require("./Phone.js"));
|
|
@@ -863,6 +871,8 @@ var import_VelocifyDarkIceBlue = __toESM(require("./VelocifyDarkIceBlue.js"));
|
|
|
863
871
|
var import_VelocifyDarkWhite = __toESM(require("./VelocifyDarkWhite.js"));
|
|
864
872
|
var import_VelocifyLightIceBlue = __toESM(require("./VelocifyLightIceBlue.js"));
|
|
865
873
|
var import_VelocifyLightJetBlack = __toESM(require("./VelocifyLightJetBlack.js"));
|
|
874
|
+
var import_VerifiyLrg = __toESM(require("./VerifiyLrg.js"));
|
|
875
|
+
var import_VerifiySml = __toESM(require("./VerifiySml.js"));
|
|
866
876
|
var import_IceBlackHorizontalPowerBy = __toESM(require("./IceBlackHorizontalPowerBy.js"));
|
|
867
877
|
var import_IceBlackVerticalPowerBy = __toESM(require("./IceBlackVerticalPowerBy.js"));
|
|
868
878
|
var import_IceWhiteHorizontalPowerBy = __toESM(require("./IceWhiteHorizontalPowerBy.js"));
|