@digigov/react-icons 2.0.0-7d9a8d86 → 2.0.0-85c27c19
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/AccessibilityIcon/config/index.js +6 -7
- package/AccessibilityIcon/config.js.map +1 -1
- package/AccessibilityIcon/index.js +1 -4
- package/AccessibilityIcon/index.js.map +1 -1
- package/ArrowIcon/config/index.js +2 -10
- package/ArrowIcon/config.js.map +1 -1
- package/ArrowIcon/index.js +1 -4
- package/ArrowIcon/index.js.map +1 -1
- package/Base/index.d.ts +95 -0
- package/Base/index.js +101 -0
- package/Base/index.js.map +7 -0
- package/{Icon/index.test → Base}/package.json +1 -1
- package/BurgerIcon/config/index.js +12 -18
- package/BurgerIcon/config.js.map +1 -1
- package/BurgerIcon/index.js +1 -4
- package/BurgerIcon/index.js.map +1 -1
- package/CancelIcon/config/index.js +1 -3
- package/CancelIcon/config.js.map +1 -1
- package/CancelIcon/index.js +1 -4
- package/CancelIcon/index.js.map +1 -1
- package/CaretIcon/config/index.js +2 -10
- package/CaretIcon/config.js.map +1 -1
- package/CaretIcon/index.js +1 -4
- package/CaretIcon/index.js.map +1 -1
- package/ChatIcon/config/index.js +2 -6
- package/ChatIcon/config.js.map +1 -1
- package/ChatIcon/index.js +1 -4
- package/ChatIcon/index.js.map +1 -1
- package/CheckIcon/config/index.js +1 -3
- package/CheckIcon/config.js.map +1 -1
- package/CheckIcon/index.js +1 -4
- package/CheckIcon/index.js.map +1 -1
- package/ChevronIcon/config/index.js +2 -10
- package/ChevronIcon/config.js.map +1 -1
- package/ChevronIcon/index.js +1 -4
- package/ChevronIcon/index.js.map +1 -1
- package/CloseIcon/config/index.js +1 -3
- package/CloseIcon/config.js.map +1 -1
- package/CloseIcon/index.js +1 -4
- package/CloseIcon/index.js.map +1 -1
- package/DownloadIcon/config/index.js +1 -8
- package/DownloadIcon/config.js.map +1 -1
- package/DownloadIcon/index.js +1 -4
- package/DownloadIcon/index.js.map +1 -1
- package/ExclamationIcon/config/index.js +1 -7
- package/ExclamationIcon/config.js.map +1 -1
- package/ExclamationIcon/index.js +1 -4
- package/ExclamationIcon/index.js.map +1 -1
- package/GlobeIcon/config/index.js +1 -3
- package/GlobeIcon/config.js.map +1 -1
- package/GlobeIcon/index.js +1 -4
- package/GlobeIcon/index.js.map +1 -1
- package/Icon/index.d.ts +2 -2
- package/Icon/index.js +13 -11
- package/Icon/index.js.map +3 -3
- package/LockIcon/config/index.js +1 -3
- package/LockIcon/config.js.map +1 -1
- package/LockIcon/index.js +1 -4
- package/LockIcon/index.js.map +1 -1
- package/LoginIcon/config/index.js +1 -5
- package/LoginIcon/config.js.map +1 -1
- package/LoginIcon/index.js +1 -4
- package/LoginIcon/index.js.map +1 -1
- package/MinusIcon/config/index.js +1 -6
- package/MinusIcon/config.js.map +1 -1
- package/MinusIcon/index.js +1 -4
- package/MinusIcon/index.js.map +1 -1
- package/MoreVertIcon/config/index.js +1 -13
- package/MoreVertIcon/config.js.map +1 -1
- package/MoreVertIcon/index.js +1 -4
- package/MoreVertIcon/index.js.map +1 -1
- package/PdfFileIcon/config/index.js +1 -9
- package/PdfFileIcon/config.js.map +1 -1
- package/PdfFileIcon/index.js +1 -4
- package/PdfFileIcon/index.js.map +1 -1
- package/PlusIcon/config/index.js +1 -3
- package/PlusIcon/config.js.map +1 -1
- package/PlusIcon/index.js +1 -4
- package/PlusIcon/index.js.map +1 -1
- package/PrintIcon/config/index.js +1 -8
- package/PrintIcon/config.js.map +1 -1
- package/PrintIcon/index.js +1 -4
- package/PrintIcon/index.js.map +1 -1
- package/ReplyIcon/config/index.js +1 -3
- package/ReplyIcon/config.js.map +1 -1
- package/ReplyIcon/index.js +1 -4
- package/ReplyIcon/index.js.map +1 -1
- package/RestoreIcon/config/index.js +1 -9
- package/RestoreIcon/config.js.map +1 -1
- package/RestoreIcon/index.js +1 -4
- package/RestoreIcon/index.js.map +1 -1
- package/SearchIcon/config/index.js +1 -3
- package/SearchIcon/config.js.map +1 -1
- package/SearchIcon/index.js +1 -4
- package/SearchIcon/index.js.map +1 -1
- package/SvgIcon/index.d.ts +37 -0
- package/SvgIcon/index.js +30 -0
- package/SvgIcon/index.js.map +7 -0
- package/SvgIcon/index.test.d.ts +1 -0
- package/{ChatIcon/index.test → SvgIcon}/package.json +1 -1
- package/UncheckIcon/config/index.js +1 -3
- package/UncheckIcon/config.js.map +1 -1
- package/UncheckIcon/index.js +1 -4
- package/UncheckIcon/index.js.map +1 -1
- package/cjs/AccessibilityIcon/config/index.js +28 -23
- package/cjs/AccessibilityIcon/config.js.map +2 -2
- package/cjs/AccessibilityIcon/index.js +24 -21
- package/cjs/AccessibilityIcon/index.js.map +2 -2
- package/cjs/ArrowIcon/config/index.js +24 -26
- package/cjs/ArrowIcon/config.js.map +2 -2
- package/cjs/ArrowIcon/index.js +24 -21
- package/cjs/ArrowIcon/index.js.map +2 -2
- package/cjs/Base/index.js +134 -0
- package/cjs/Base/index.js.map +7 -0
- package/cjs/BurgerIcon/config/index.js +35 -35
- package/cjs/BurgerIcon/config.js.map +2 -2
- package/cjs/BurgerIcon/index.js +24 -21
- package/cjs/BurgerIcon/index.js.map +2 -2
- package/cjs/CancelIcon/config/index.js +23 -19
- package/cjs/CancelIcon/config.js.map +2 -2
- package/cjs/CancelIcon/index.js +24 -21
- package/cjs/CancelIcon/index.js.map +2 -2
- package/cjs/CaretIcon/config/index.js +24 -26
- package/cjs/CaretIcon/config.js.map +2 -2
- package/cjs/CaretIcon/index.js +24 -21
- package/cjs/CaretIcon/index.js.map +2 -2
- package/cjs/ChatIcon/config/index.js +24 -22
- package/cjs/ChatIcon/config.js.map +2 -2
- package/cjs/ChatIcon/index.js +24 -21
- package/cjs/ChatIcon/index.js.map +2 -2
- package/cjs/CheckIcon/config/index.js +23 -19
- package/cjs/CheckIcon/config.js.map +2 -2
- package/cjs/CheckIcon/index.js +24 -21
- package/cjs/CheckIcon/index.js.map +2 -2
- package/cjs/ChevronIcon/config/index.js +24 -26
- package/cjs/ChevronIcon/config.js.map +2 -2
- package/cjs/ChevronIcon/index.js +24 -21
- package/cjs/ChevronIcon/index.js.map +2 -2
- package/cjs/CloseIcon/config/index.js +23 -19
- package/cjs/CloseIcon/config.js.map +2 -2
- package/cjs/CloseIcon/index.js +24 -21
- package/cjs/CloseIcon/index.js.map +2 -2
- package/cjs/DownloadIcon/config/index.js +23 -24
- package/cjs/DownloadIcon/config.js.map +2 -2
- package/cjs/DownloadIcon/index.js +24 -21
- package/cjs/DownloadIcon/index.js.map +2 -2
- package/cjs/ExclamationIcon/config/index.js +23 -23
- package/cjs/ExclamationIcon/config.js.map +2 -2
- package/cjs/ExclamationIcon/index.js +24 -21
- package/cjs/ExclamationIcon/index.js.map +2 -2
- package/cjs/GlobeIcon/config/index.js +23 -19
- package/cjs/GlobeIcon/config.js.map +2 -2
- package/cjs/GlobeIcon/index.js +24 -21
- package/cjs/GlobeIcon/index.js.map +2 -2
- package/cjs/Icon/index.js +37 -29
- package/cjs/Icon/index.js.map +3 -3
- package/cjs/LockIcon/config/index.js +23 -19
- package/cjs/LockIcon/config.js.map +2 -2
- package/cjs/LockIcon/index.js +24 -21
- package/cjs/LockIcon/index.js.map +2 -2
- package/cjs/LoginIcon/config/index.js +23 -21
- package/cjs/LoginIcon/config.js.map +2 -2
- package/cjs/LoginIcon/index.js +24 -21
- package/cjs/LoginIcon/index.js.map +2 -2
- package/cjs/MinusIcon/config/index.js +23 -22
- package/cjs/MinusIcon/config.js.map +2 -2
- package/cjs/MinusIcon/index.js +24 -21
- package/cjs/MinusIcon/index.js.map +2 -2
- package/cjs/MoreVertIcon/config/index.js +23 -29
- package/cjs/MoreVertIcon/config.js.map +2 -2
- package/cjs/MoreVertIcon/index.js +24 -21
- package/cjs/MoreVertIcon/index.js.map +2 -2
- package/cjs/PdfFileIcon/config/index.js +23 -25
- package/cjs/PdfFileIcon/config.js.map +2 -2
- package/cjs/PdfFileIcon/index.js +24 -21
- package/cjs/PdfFileIcon/index.js.map +2 -2
- package/cjs/PlusIcon/config/index.js +23 -19
- package/cjs/PlusIcon/config.js.map +2 -2
- package/cjs/PlusIcon/index.js +24 -21
- package/cjs/PlusIcon/index.js.map +2 -2
- package/cjs/PrintIcon/config/index.js +23 -24
- package/cjs/PrintIcon/config.js.map +2 -2
- package/cjs/PrintIcon/index.js +24 -21
- package/cjs/PrintIcon/index.js.map +2 -2
- package/cjs/ReplyIcon/config/index.js +23 -19
- package/cjs/ReplyIcon/config.js.map +2 -2
- package/cjs/ReplyIcon/index.js +24 -21
- package/cjs/ReplyIcon/index.js.map +2 -2
- package/cjs/RestoreIcon/config/index.js +23 -25
- package/cjs/RestoreIcon/config.js.map +2 -2
- package/cjs/RestoreIcon/index.js +24 -21
- package/cjs/RestoreIcon/index.js.map +2 -2
- package/cjs/SearchIcon/config/index.js +23 -19
- package/cjs/SearchIcon/config.js.map +2 -2
- package/cjs/SearchIcon/index.js +24 -21
- package/cjs/SearchIcon/index.js.map +2 -2
- package/cjs/SvgIcon/index.js +63 -0
- package/cjs/SvgIcon/index.js.map +7 -0
- package/cjs/UncheckIcon/config/index.js +23 -19
- package/cjs/UncheckIcon/config.js.map +2 -2
- package/cjs/UncheckIcon/index.js +24 -21
- package/cjs/UncheckIcon/index.js.map +2 -2
- package/cjs/icons/index.js +61 -38
- package/cjs/icons.js.map +1 -1
- package/cjs/index.js +61 -38
- package/cjs/index.js.map +1 -1
- package/cjs/lazy/index.js +48 -42
- package/cjs/lazy.js.map +3 -3
- package/cjs/registry/index.js +63 -52
- package/cjs/registry.js.map +2 -2
- package/icons.js.map +1 -1
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/lazy/index.js +27 -25
- package/lazy.d.ts +3 -1
- package/lazy.js.map +2 -2
- package/package.json +4 -5
- package/registry/index.js +16 -9
- package/registry.d.ts +2 -0
- package/registry.js.map +2 -2
- package/src/AccessibilityIcon/__snapshots__/index.test.tsx.snap +189 -371
- package/src/AccessibilityIcon/index.test.tsx +10 -10
- package/src/ArrowIcon/__snapshots__/index.test.tsx.snap +52 -131
- package/src/ArrowIcon/index.test.tsx +5 -5
- package/src/Base/index.tsx +257 -0
- package/src/BurgerIcon/__snapshots__/index.test.tsx.snap +168 -289
- package/src/BurgerIcon/index.test.tsx +7 -7
- package/src/CancelIcon/__snapshots__/index.test.tsx.snap +91 -233
- package/src/CancelIcon/index.test.tsx +8 -8
- package/src/CaretIcon/__snapshots__/index.test.tsx.snap +52 -131
- package/src/CaretIcon/index.test.tsx +5 -5
- package/src/ChatIcon/__snapshots__/index.test.tsx.snap +104 -267
- package/src/ChatIcon/index.test.tsx +9 -9
- package/src/CheckIcon/__snapshots__/index.test.tsx.snap +104 -266
- package/src/CheckIcon/index.test.tsx +9 -9
- package/src/ChevronIcon/__snapshots__/index.test.tsx.snap +52 -131
- package/src/ChevronIcon/index.test.tsx +5 -5
- package/src/CloseIcon/__snapshots__/index.test.tsx.snap +13 -29
- package/src/CloseIcon/index.test.tsx +2 -2
- package/src/DownloadIcon/__snapshots__/index.test.tsx.snap +147 -289
- package/src/DownloadIcon/index.test.tsx +8 -8
- package/src/ExclamationIcon/__snapshots__/index.test.tsx.snap +126 -268
- package/src/ExclamationIcon/index.test.tsx +8 -8
- package/src/GlobeIcon/__snapshots__/index.test.tsx.snap +52 -128
- package/src/GlobeIcon/index.test.tsx +5 -5
- package/src/Icon/__snapshots__/index.test.tsx.snap +127 -270
- package/src/Icon/index.test.tsx +11 -11
- package/src/Icon/index.tsx +2 -2
- package/src/LockIcon/__snapshots__/index.test.tsx.snap +91 -233
- package/src/LockIcon/index.test.tsx +8 -8
- package/src/LoginIcon/__snapshots__/index.test.tsx.snap +112 -254
- package/src/LoginIcon/index.test.tsx +8 -8
- package/src/MinusIcon/__snapshots__/index.test.tsx.snap +112 -254
- package/src/MinusIcon/index.test.tsx +8 -8
- package/src/MoreVertIcon/__snapshots__/index.test.tsx.snap +225 -407
- package/src/MoreVertIcon/index.test.tsx +10 -10
- package/src/PdfFileIcon/__snapshots__/index.test.tsx.snap +182 -324
- package/src/PdfFileIcon/index.test.tsx +8 -8
- package/src/PlusIcon/__snapshots__/index.test.tsx.snap +91 -233
- package/src/PlusIcon/index.test.tsx +8 -8
- package/src/PrintIcon/__snapshots__/index.test.tsx.snap +133 -275
- package/src/PrintIcon/index.test.tsx +8 -8
- package/src/ReplyIcon/__snapshots__/index.test.tsx.snap +91 -233
- package/src/ReplyIcon/index.test.tsx +8 -8
- package/src/RestoreIcon/__snapshots__/index.test.tsx.snap +147 -289
- package/src/RestoreIcon/index.test.tsx +8 -8
- package/src/SearchIcon/__snapshots__/index.test.tsx.snap +13 -29
- package/src/SearchIcon/index.test.tsx +2 -2
- package/src/SvgIcon/__snapshots__/index.test.tsx.snap +254 -0
- package/src/SvgIcon/index.test.tsx +96 -0
- package/src/SvgIcon/index.tsx +72 -0
- package/src/UncheckIcon/__snapshots__/index.test.tsx.snap +117 -299
- package/src/UncheckIcon/index.test.tsx +10 -10
- package/src/lazy.js +2 -0
- package/src/registry.js +4 -0
- package/AccessibilityIcon/index.test/index.js +0 -49
- package/AccessibilityIcon/index.test/package.json +0 -6
- package/AccessibilityIcon/index.test.js.map +0 -7
- package/ArrowIcon/index.test/index.js +0 -22
- package/ArrowIcon/index.test/package.json +0 -6
- package/ArrowIcon/index.test.js.map +0 -7
- package/BurgerIcon/index.test/index.js +0 -33
- package/BurgerIcon/index.test/package.json +0 -6
- package/BurgerIcon/index.test.js.map +0 -7
- package/CancelIcon/index.test/index.js +0 -39
- package/CancelIcon/index.test/package.json +0 -6
- package/CancelIcon/index.test.js.map +0 -7
- package/CaretIcon/index.test/index.js +0 -22
- package/CaretIcon/index.test/package.json +0 -6
- package/CaretIcon/index.test.js.map +0 -7
- package/ChatIcon/index.test/index.js +0 -44
- package/ChatIcon/index.test.js.map +0 -7
- package/CheckIcon/index.test/index.js +0 -44
- package/CheckIcon/index.test/package.json +0 -6
- package/CheckIcon/index.test.js.map +0 -7
- package/ChevronIcon/index.test/index.js +0 -22
- package/ChevronIcon/index.test/package.json +0 -6
- package/ChevronIcon/index.test.js.map +0 -7
- package/CloseIcon/index.test/index.js +0 -7
- package/CloseIcon/index.test/package.json +0 -6
- package/CloseIcon/index.test.js.map +0 -7
- package/DownloadIcon/index.test/index.js +0 -39
- package/DownloadIcon/index.test/package.json +0 -6
- package/DownloadIcon/index.test.js.map +0 -7
- package/ExclamationIcon/index.test/index.js +0 -39
- package/ExclamationIcon/index.test/package.json +0 -6
- package/ExclamationIcon/index.test.js.map +0 -7
- package/GlobeIcon/index.test/index.js +0 -22
- package/GlobeIcon/index.test/package.json +0 -6
- package/GlobeIcon/index.test.js.map +0 -7
- package/Icon/index.test/index.js +0 -53
- package/Icon/index.test.js.map +0 -7
- package/LockIcon/index.test/index.js +0 -39
- package/LockIcon/index.test/package.json +0 -6
- package/LockIcon/index.test.js.map +0 -7
- package/LoginIcon/index.test/index.js +0 -39
- package/LoginIcon/index.test/package.json +0 -6
- package/LoginIcon/index.test.js.map +0 -7
- package/MinusIcon/index.test/index.js +0 -39
- package/MinusIcon/index.test/package.json +0 -6
- package/MinusIcon/index.test.js.map +0 -7
- package/MoreVertIcon/index.test/index.js +0 -49
- package/MoreVertIcon/index.test/package.json +0 -6
- package/MoreVertIcon/index.test.js.map +0 -7
- package/PdfFileIcon/index.test/index.js +0 -39
- package/PdfFileIcon/index.test/package.json +0 -6
- package/PdfFileIcon/index.test.js.map +0 -7
- package/PlusIcon/index.test/index.js +0 -39
- package/PlusIcon/index.test/package.json +0 -6
- package/PlusIcon/index.test.js.map +0 -7
- package/PrintIcon/index.test/index.js +0 -39
- package/PrintIcon/index.test/package.json +0 -6
- package/PrintIcon/index.test.js.map +0 -7
- package/ReplyIcon/index.test/index.js +0 -39
- package/ReplyIcon/index.test/package.json +0 -6
- package/ReplyIcon/index.test.js.map +0 -7
- package/RestoreIcon/index.test/index.js +0 -39
- package/RestoreIcon/index.test/package.json +0 -6
- package/RestoreIcon/index.test.js.map +0 -7
- package/SearchIcon/index.test/index.js +0 -7
- package/SearchIcon/index.test/package.json +0 -6
- package/SearchIcon/index.test.js.map +0 -7
- package/UncheckIcon/index.test/index.js +0 -49
- package/UncheckIcon/index.test/package.json +0 -6
- package/UncheckIcon/index.test.js.map +0 -7
- package/cjs/AccessibilityIcon/index.test/index.js +0 -67
- package/cjs/AccessibilityIcon/index.test.js.map +0 -7
- package/cjs/ArrowIcon/index.test/index.js +0 -40
- package/cjs/ArrowIcon/index.test.js.map +0 -7
- package/cjs/BurgerIcon/index.test/index.js +0 -51
- package/cjs/BurgerIcon/index.test.js.map +0 -7
- package/cjs/CancelIcon/index.test/index.js +0 -57
- package/cjs/CancelIcon/index.test.js.map +0 -7
- package/cjs/CaretIcon/index.test/index.js +0 -40
- package/cjs/CaretIcon/index.test.js.map +0 -7
- package/cjs/ChatIcon/index.test/index.js +0 -62
- package/cjs/ChatIcon/index.test.js.map +0 -7
- package/cjs/CheckIcon/index.test/index.js +0 -62
- package/cjs/CheckIcon/index.test.js.map +0 -7
- package/cjs/ChevronIcon/index.test/index.js +0 -40
- package/cjs/ChevronIcon/index.test.js.map +0 -7
- package/cjs/CloseIcon/index.test/index.js +0 -25
- package/cjs/CloseIcon/index.test.js.map +0 -7
- package/cjs/DownloadIcon/index.test/index.js +0 -57
- package/cjs/DownloadIcon/index.test.js.map +0 -7
- package/cjs/ExclamationIcon/index.test/index.js +0 -57
- package/cjs/ExclamationIcon/index.test.js.map +0 -7
- package/cjs/GlobeIcon/index.test/index.js +0 -40
- package/cjs/GlobeIcon/index.test.js.map +0 -7
- package/cjs/Icon/index.test/index.js +0 -71
- package/cjs/Icon/index.test.js.map +0 -7
- package/cjs/LockIcon/index.test/index.js +0 -57
- package/cjs/LockIcon/index.test.js.map +0 -7
- package/cjs/LoginIcon/index.test/index.js +0 -57
- package/cjs/LoginIcon/index.test.js.map +0 -7
- package/cjs/MinusIcon/index.test/index.js +0 -57
- package/cjs/MinusIcon/index.test.js.map +0 -7
- package/cjs/MoreVertIcon/index.test/index.js +0 -67
- package/cjs/MoreVertIcon/index.test.js.map +0 -7
- package/cjs/PdfFileIcon/index.test/index.js +0 -57
- package/cjs/PdfFileIcon/index.test.js.map +0 -7
- package/cjs/PlusIcon/index.test/index.js +0 -57
- package/cjs/PlusIcon/index.test.js.map +0 -7
- package/cjs/PrintIcon/index.test/index.js +0 -57
- package/cjs/PrintIcon/index.test.js.map +0 -7
- package/cjs/ReplyIcon/index.test/index.js +0 -57
- package/cjs/ReplyIcon/index.test.js.map +0 -7
- package/cjs/RestoreIcon/index.test/index.js +0 -57
- package/cjs/RestoreIcon/index.test.js.map +0 -7
- package/cjs/SearchIcon/index.test/index.js +0 -25
- package/cjs/SearchIcon/index.test.js.map +0 -7
- package/cjs/UncheckIcon/index.test/index.js +0 -67
- package/cjs/UncheckIcon/index.test.js.map +0 -7
|
@@ -1,14 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
const chevron = ({direction = "right"}) => {
|
|
3
|
-
return /* @__PURE__ */ React.createElement(React.Fragment, null, direction === "left" && /* @__PURE__ */ React.createElement("path", {
|
|
4
|
-
d: "M14.8,22l2.4-2.3L9.6,12l7.6-7.6L14.8,2l-10,10L14.8,22z"
|
|
5
|
-
}), direction === "right" && /* @__PURE__ */ React.createElement("path", {
|
|
6
|
-
d: "M8.5,2L6.1,4.3l7.6,7.7l-7.6,7.6L8.5,22l10-10L8.5,2z"
|
|
7
|
-
}), direction === "up" && /* @__PURE__ */ React.createElement("path", {
|
|
8
|
-
d: "M2,15.8l2.3,2.4l7.7-7.6l7.6,7.6l2.4-2.4l-10-10L2,15.8z"
|
|
9
|
-
}), direction === "down" && /* @__PURE__ */ React.createElement("path", {
|
|
10
|
-
d: "M22,8.2l-2.3-2.4L12,13.4L4.4,5.8L2,8.2l10,10L22,8.2z"
|
|
11
|
-
}));
|
|
2
|
+
const chevron = ({ direction = "right" }) => {
|
|
3
|
+
return /* @__PURE__ */ React.createElement(React.Fragment, null, direction === "left" && /* @__PURE__ */ React.createElement("path", { d: "M14.8,22l2.4-2.3L9.6,12l7.6-7.6L14.8,2l-10,10L14.8,22z" }), direction === "right" && /* @__PURE__ */ React.createElement("path", { d: "M8.5,2L6.1,4.3l7.6,7.7l-7.6,7.6L8.5,22l10-10L8.5,2z" }), direction === "up" && /* @__PURE__ */ React.createElement("path", { d: "M2,15.8l2.3,2.4l7.7-7.6l7.6,7.6l2.4-2.4l-10-10L2,15.8z" }), direction === "down" && /* @__PURE__ */ React.createElement("path", { d: "M22,8.2l-2.3-2.4L12,13.4L4.4,5.8L2,8.2l10,10L22,8.2z" }));
|
|
12
4
|
};
|
|
13
5
|
chevron.props = ["direction"];
|
|
14
6
|
var config_default = chevron;
|
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/ChevronIcon/config.tsx"],
|
|
4
4
|
"sourcesContent": ["import React from 'react';\n\nexport interface ChevronType {\n /**\n * direction sets the direction of the chevron icon.\n * @value 'left'\n * @value 'right'\n * @value 'up'\n * @value 'down'\n * @default 'right'\n */\n direction?: 'left' | 'right' | 'up' | 'down';\n}\n\nexport const chevron: React.FC<ChevronType> = ({ direction = 'right' }) => {\n return (\n <>\n {direction === 'left' && (\n <path d=\"M14.8,22l2.4-2.3L9.6,12l7.6-7.6L14.8,2l-10,10L14.8,22z\" />\n )}\n {direction === 'right' && (\n <path d=\"M8.5,2L6.1,4.3l7.6,7.7l-7.6,7.6L8.5,22l10-10L8.5,2z\" />\n )}\n {direction === 'up' && (\n <path d=\"M2,15.8l2.3,2.4l7.7-7.6l7.6,7.6l2.4-2.4l-10-10L2,15.8z\" />\n )}\n {direction === 'down' && (\n <path d=\"M22,8.2l-2.3-2.4L12,13.4L4.4,5.8L2,8.2l10,10L22,8.2z\" />\n )}\n </>\n );\n};\n// eslint-disable-next-line @typescript-eslint/ban-ts-comment\n// @ts-ignore\nchevron.props = ['direction'];\n\nexport default chevron;\n"],
|
|
5
|
-
"mappings": "AAAA;
|
|
5
|
+
"mappings": "AAAA,OAAO,WAAW;AAcX,MAAM,UAAiC,CAAC,EAAE,YAAY,QAAQ,MAAM;AACzE,SACE,0DACG,cAAc,UACb,oCAAC,UAAK,GAAE,0DAAyD,GAElE,cAAc,WACb,oCAAC,UAAK,GAAE,uDAAsD,GAE/D,cAAc,QACb,oCAAC,UAAK,GAAE,0DAAyD,GAElE,cAAc,UACb,oCAAC,UAAK,GAAE,wDAAuD,CAEnE;AAEJ;AAGA,QAAQ,QAAQ,CAAC,WAAW;AAE5B,IAAO,iBAAQ;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/ChevronIcon/index.js
CHANGED
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import Icon from "@digigov/react-icons/Icon";
|
|
3
3
|
const ChevronIcon = (props) => {
|
|
4
|
-
return /* @__PURE__ */ React.createElement(Icon, {
|
|
5
|
-
...props,
|
|
6
|
-
icon: "chevron"
|
|
7
|
-
});
|
|
4
|
+
return /* @__PURE__ */ React.createElement(Icon, { ...props, icon: "chevron" });
|
|
8
5
|
};
|
|
9
6
|
var ChevronIcon_default = ChevronIcon;
|
|
10
7
|
export {
|
package/ChevronIcon/index.js.map
CHANGED
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/ChevronIcon/index.tsx"],
|
|
4
4
|
"sourcesContent": ["import React from 'react';\nimport Icon, { IconProps } from '@digigov/react-icons/Icon';\n\nexport const ChevronIcon: React.FC<IconProps<'chevron'>> = (props) => {\n return <Icon {...props} icon=\"chevron\"></Icon>;\n};\n\nexport default ChevronIcon;\n"],
|
|
5
|
-
"mappings": "AAAA;
|
|
5
|
+
"mappings": "AAAA,OAAO,WAAW;AAClB,OAAO,UAAyB;AAEzB,MAAM,cAA8C,CAAC,UAAU;AACpE,SAAO,oCAAC,QAAM,GAAG,OAAO,MAAK,WAAU;AACzC;AAEA,IAAO,sBAAQ;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
function close() {
|
|
3
|
-
return /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("polygon", {
|
|
4
|
-
points: "14.4,11.8 22,4.2 19.7,1.8 12,9.4 4.4,1.8 2,4.2 9.7,11.9 2.1,19.5 4.4,21.9 12.1,14.3 19.7,21.9 22.1,19.5 "
|
|
5
|
-
}));
|
|
3
|
+
return /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("polygon", { points: "14.4,11.8 22,4.2 19.7,1.8 12,9.4 4.4,1.8 2,4.2 9.7,11.9 2.1,19.5 4.4,21.9 12.1,14.3 19.7,21.9 22.1,19.5 " }));
|
|
6
4
|
}
|
|
7
5
|
close.props = [];
|
|
8
6
|
var config_default = close;
|
package/CloseIcon/config.js.map
CHANGED
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/CloseIcon/config.tsx"],
|
|
4
4
|
"sourcesContent": ["import React from 'react';\n\nexport interface CloseType {}\n\nexport function close(): React.ReactElement {\n return (\n <>\n <polygon points=\"14.4,11.8 22,4.2 19.7,1.8 12,9.4 4.4,1.8 2,4.2 9.7,11.9 2.1,19.5 4.4,21.9 12.1,14.3 19.7,21.9 22.1,19.5 \" />\n </>\n );\n}\n\nclose.props = [];\n\nexport default close;\n"],
|
|
5
|
-
"mappings": "AAAA;
|
|
5
|
+
"mappings": "AAAA,OAAO,WAAW;AAIX,SAAS,QAA4B;AAC1C,SACE,0DACE,oCAAC,aAAQ,QAAO,4GAA2G,CAC7H;AAEJ;AAEA,MAAM,QAAQ,CAAC;AAEf,IAAO,iBAAQ;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/CloseIcon/index.js
CHANGED
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import Icon from "@digigov/react-icons/Icon";
|
|
3
3
|
const CloseIcon = (props) => {
|
|
4
|
-
return /* @__PURE__ */ React.createElement(Icon, {
|
|
5
|
-
...props,
|
|
6
|
-
icon: "close"
|
|
7
|
-
});
|
|
4
|
+
return /* @__PURE__ */ React.createElement(Icon, { ...props, icon: "close" });
|
|
8
5
|
};
|
|
9
6
|
var CloseIcon_default = CloseIcon;
|
|
10
7
|
export {
|
package/CloseIcon/index.js.map
CHANGED
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/CloseIcon/index.tsx"],
|
|
4
4
|
"sourcesContent": ["import React from 'react';\nimport Icon, { IconProps } from '@digigov/react-icons/Icon';\n\nexport const CloseIcon: React.FC<IconProps<'close'>> = (props) => {\n return <Icon {...props} icon=\"close\"></Icon>;\n};\n\nexport default CloseIcon;\n"],
|
|
5
|
-
"mappings": "AAAA;
|
|
5
|
+
"mappings": "AAAA,OAAO,WAAW;AAClB,OAAO,UAAyB;AAEzB,MAAM,YAA0C,CAAC,UAAU;AAChE,SAAO,oCAAC,QAAM,GAAG,OAAO,MAAK,SAAQ;AACvC;AAEA,IAAO,oBAAQ;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -1,13 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
function download() {
|
|
3
|
-
return /* @__PURE__ */ React.createElement("g", null, /* @__PURE__ */ React.createElement("polygon", {
|
|
4
|
-
points: "12 18 20 10 15.3 10 15.3 2 8.7 2 8.7 10 4 10 12 18"
|
|
5
|
-
}), /* @__PURE__ */ React.createElement("rect", {
|
|
6
|
-
x: "6",
|
|
7
|
-
y: "18.699",
|
|
8
|
-
width: "12",
|
|
9
|
-
height: "3.301"
|
|
10
|
-
}));
|
|
3
|
+
return /* @__PURE__ */ React.createElement("g", null, /* @__PURE__ */ React.createElement("polygon", { points: "12 18 20 10 15.3 10 15.3 2 8.7 2 8.7 10 4 10 12 18" }), /* @__PURE__ */ React.createElement("rect", { x: "6", y: "18.699", width: "12", height: "3.301" }));
|
|
11
4
|
}
|
|
12
5
|
download.props = [];
|
|
13
6
|
var config_default = download;
|
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/DownloadIcon/config.tsx"],
|
|
4
4
|
"sourcesContent": ["import React from 'react';\n\nexport interface DownloadType {}\n\nexport function download(): React.ReactElement {\n return (\n <g>\n <polygon points=\"12 18 20 10 15.3 10 15.3 2 8.7 2 8.7 10 4 10 12 18\"/>\n <rect x=\"6\" y=\"18.699\" width=\"12\" height=\"3.301\"/> \n </g>\n );\n}\n\ndownload.props = [];\n\nexport default download;\n"],
|
|
5
|
-
"mappings": "AAAA;
|
|
5
|
+
"mappings": "AAAA,OAAO,WAAW;AAIX,SAAS,WAA+B;AAC7C,SACE,oCAAC,WACD,oCAAC,aAAQ,QAAO,sDAAoD,GACpE,oCAAC,UAAK,GAAE,KAAI,GAAE,UAAS,OAAM,MAAK,QAAO,SAAO,CAChD;AAEJ;AAEA,SAAS,QAAQ,CAAC;AAElB,IAAO,iBAAQ;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/DownloadIcon/index.js
CHANGED
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import Icon from "@digigov/react-icons/Icon";
|
|
3
3
|
const DownloadIcon = (props) => {
|
|
4
|
-
return /* @__PURE__ */ React.createElement(Icon, {
|
|
5
|
-
...props,
|
|
6
|
-
icon: "download"
|
|
7
|
-
});
|
|
4
|
+
return /* @__PURE__ */ React.createElement(Icon, { ...props, icon: "download" });
|
|
8
5
|
};
|
|
9
6
|
var DownloadIcon_default = DownloadIcon;
|
|
10
7
|
export {
|
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/DownloadIcon/index.tsx"],
|
|
4
4
|
"sourcesContent": ["import React from 'react';\nimport Icon, { IconProps } from '@digigov/react-icons/Icon';\n\nexport const DownloadIcon: React.FC<IconProps<'download'>> = (props) => {\n return <Icon {...props} icon=\"download\"></Icon>;\n};\n\nexport default DownloadIcon;\n"],
|
|
5
|
-
"mappings": "AAAA;
|
|
5
|
+
"mappings": "AAAA,OAAO,WAAW;AAClB,OAAO,UAAyB;AAEzB,MAAM,eAAgD,CAAC,UAAU;AACtE,SAAO,oCAAC,QAAM,GAAG,OAAO,MAAK,YAAW;AAC1C;AAEA,IAAO,uBAAQ;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -1,12 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
function exclamation() {
|
|
3
|
-
return /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("path", {
|
|
4
|
-
d: "M13.716,16.486h-3.446l-.488-14.486h4.422l-.488,14.486Z"
|
|
5
|
-
}), /* @__PURE__ */ React.createElement("circle", {
|
|
6
|
-
cx: "11.993",
|
|
7
|
-
cy: "19.9",
|
|
8
|
-
r: "2.1"
|
|
9
|
-
}));
|
|
3
|
+
return /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("path", { d: "M13.716,16.486h-3.446l-.488-14.486h4.422l-.488,14.486Z" }), /* @__PURE__ */ React.createElement("circle", { cx: "11.993", cy: "19.9", r: "2.1" }));
|
|
10
4
|
}
|
|
11
5
|
exclamation.props = [];
|
|
12
6
|
var config_default = exclamation;
|
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/ExclamationIcon/config.tsx"],
|
|
4
4
|
"sourcesContent": ["import React from 'react';\n\nexport interface ExclamationType {}\n\nexport function exclamation(): React.ReactElement {\n return (\n <>\n <path d=\"M13.716,16.486h-3.446l-.488-14.486h4.422l-.488,14.486Z\" />\n <circle cx=\"11.993\" cy=\"19.9\" r=\"2.1\" />\n </>\n );\n}\n\nexclamation.props = [];\n\nexport default exclamation;\n"],
|
|
5
|
-
"mappings": "AAAA;
|
|
5
|
+
"mappings": "AAAA,OAAO,WAAW;AAIX,SAAS,cAAkC;AAChD,SACE,0DACE,oCAAC,UAAK,GAAE,0DAAyD,GACjE,oCAAC,YAAO,IAAG,UAAS,IAAG,QAAO,GAAE,OAAM,CACxC;AAEJ;AAEA,YAAY,QAAQ,CAAC;AAErB,IAAO,iBAAQ;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/ExclamationIcon/index.js
CHANGED
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import Icon from "@digigov/react-icons/Icon";
|
|
3
3
|
const ExclamationIcon = (props) => {
|
|
4
|
-
return /* @__PURE__ */ React.createElement(Icon, {
|
|
5
|
-
...props,
|
|
6
|
-
icon: "exclamation"
|
|
7
|
-
});
|
|
4
|
+
return /* @__PURE__ */ React.createElement(Icon, { ...props, icon: "exclamation" });
|
|
8
5
|
};
|
|
9
6
|
var ExclamationIcon_default = ExclamationIcon;
|
|
10
7
|
export {
|
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/ExclamationIcon/index.tsx"],
|
|
4
4
|
"sourcesContent": ["import React from 'react';\nimport Icon, { IconProps } from '@digigov/react-icons/Icon';\n\nexport const ExclamationIcon: React.FC<IconProps<'exclamation'>> = (props) => {\n return <Icon {...props} icon=\"exclamation\"></Icon>;\n};\n\nexport default ExclamationIcon;\n"],
|
|
5
|
-
"mappings": "AAAA;
|
|
5
|
+
"mappings": "AAAA,OAAO,WAAW;AAClB,OAAO,UAAyB;AAEzB,MAAM,kBAAsD,CAAC,UAAU;AAC5E,SAAO,oCAAC,QAAM,GAAG,OAAO,MAAK,eAAc;AAC7C;AAEA,IAAO,0BAAQ;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
function globe() {
|
|
3
|
-
return /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("path", {
|
|
4
|
-
d: "M12,1C5.925,1,1,5.925,1,12s4.925,11,11,11,11-4.925,11-11S18.075,1,12,1ZM19.203,7.7h-2.6c-.236-1.22-.572-2.32-.98-3.267,1.49.716,2.735,1.857,3.58,3.267ZM20.4,12c0,.582-.06,1.151-.173,1.7h-3.292c.039-.556.066-1.12.066-1.7s-.026-1.145-.066-1.7h3.292c.113.549.173,1.118.173,1.7ZM12,20.378c-.484-.265-1.393-1.667-1.943-4.078h3.885c-.55,2.411-1.459,3.814-1.943,4.078ZM9.667,13.7c-.042-.537-.068-1.103-.068-1.7s.025-1.163.068-1.7h4.665c.042.537.068,1.103.068,1.7s-.025,1.163-.068,1.7h-4.665ZM3.6,12c0-.582.06-1.151.173-1.7h3.292c-.039.556-.066,1.12-.066,1.7s.026,1.145.066,1.7h-3.292c-.113-.549-.173-1.118-.173-1.7ZM12,3.622c.484.265,1.393,1.667,1.943,4.079h-3.885c.55-2.411,1.459-3.814,1.943-4.079ZM8.377,4.433c-.409.947-.745,2.047-.98,3.267h-2.6c.845-1.411,2.09-2.551,3.58-3.267ZM4.797,16.3h2.6c.236,1.22.572,2.32.98,3.267-1.49-.716-2.735-1.857-3.58-3.267ZM15.623,19.567c.409-.947.745-2.047.98-3.267h2.6c-.845,1.411-2.09,2.551-3.58,3.267Z"
|
|
5
|
-
}));
|
|
3
|
+
return /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("path", { d: "M12,1C5.925,1,1,5.925,1,12s4.925,11,11,11,11-4.925,11-11S18.075,1,12,1ZM19.203,7.7h-2.6c-.236-1.22-.572-2.32-.98-3.267,1.49.716,2.735,1.857,3.58,3.267ZM20.4,12c0,.582-.06,1.151-.173,1.7h-3.292c.039-.556.066-1.12.066-1.7s-.026-1.145-.066-1.7h3.292c.113.549.173,1.118.173,1.7ZM12,20.378c-.484-.265-1.393-1.667-1.943-4.078h3.885c-.55,2.411-1.459,3.814-1.943,4.078ZM9.667,13.7c-.042-.537-.068-1.103-.068-1.7s.025-1.163.068-1.7h4.665c.042.537.068,1.103.068,1.7s-.025,1.163-.068,1.7h-4.665ZM3.6,12c0-.582.06-1.151.173-1.7h3.292c-.039.556-.066,1.12-.066,1.7s.026,1.145.066,1.7h-3.292c-.113-.549-.173-1.118-.173-1.7ZM12,3.622c.484.265,1.393,1.667,1.943,4.079h-3.885c.55-2.411,1.459-3.814,1.943-4.079ZM8.377,4.433c-.409.947-.745,2.047-.98,3.267h-2.6c.845-1.411,2.09-2.551,3.58-3.267ZM4.797,16.3h2.6c.236,1.22.572,2.32.98,3.267-1.49-.716-2.735-1.857-3.58-3.267ZM15.623,19.567c.409-.947.745-2.047.98-3.267h2.6c-.845,1.411-2.09,2.551-3.58,3.267Z" }));
|
|
6
4
|
}
|
|
7
5
|
globe.props = [];
|
|
8
6
|
var config_default = globe;
|
package/GlobeIcon/config.js.map
CHANGED
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/GlobeIcon/config.tsx"],
|
|
4
4
|
"sourcesContent": ["import React from 'react';\n\nexport interface GlobeType {}\n\nexport function globe(): React.ReactElement {\n return (\n <>\n <path d=\"M12,1C5.925,1,1,5.925,1,12s4.925,11,11,11,11-4.925,11-11S18.075,1,12,1ZM19.203,7.7h-2.6c-.236-1.22-.572-2.32-.98-3.267,1.49.716,2.735,1.857,3.58,3.267ZM20.4,12c0,.582-.06,1.151-.173,1.7h-3.292c.039-.556.066-1.12.066-1.7s-.026-1.145-.066-1.7h3.292c.113.549.173,1.118.173,1.7ZM12,20.378c-.484-.265-1.393-1.667-1.943-4.078h3.885c-.55,2.411-1.459,3.814-1.943,4.078ZM9.667,13.7c-.042-.537-.068-1.103-.068-1.7s.025-1.163.068-1.7h4.665c.042.537.068,1.103.068,1.7s-.025,1.163-.068,1.7h-4.665ZM3.6,12c0-.582.06-1.151.173-1.7h3.292c-.039.556-.066,1.12-.066,1.7s.026,1.145.066,1.7h-3.292c-.113-.549-.173-1.118-.173-1.7ZM12,3.622c.484.265,1.393,1.667,1.943,4.079h-3.885c.55-2.411,1.459-3.814,1.943-4.079ZM8.377,4.433c-.409.947-.745,2.047-.98,3.267h-2.6c.845-1.411,2.09-2.551,3.58-3.267ZM4.797,16.3h2.6c.236,1.22.572,2.32.98,3.267-1.49-.716-2.735-1.857-3.58-3.267ZM15.623,19.567c.409-.947.745-2.047.98-3.267h2.6c-.845,1.411-2.09,2.551-3.58,3.267Z\" />\n </>\n );\n}\n\nglobe.props = [];\n\nexport default globe;\n"],
|
|
5
|
-
"mappings": "AAAA;
|
|
5
|
+
"mappings": "AAAA,OAAO,WAAW;AAIX,SAAS,QAA4B;AAC1C,SACE,0DACE,oCAAC,UAAK,GAAE,y6BAAw6B,CACl7B;AAEJ;AAEA,MAAM,QAAQ,CAAC;AAEf,IAAO,iBAAQ;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/GlobeIcon/index.js
CHANGED
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import Icon from "@digigov/react-icons/Icon";
|
|
3
3
|
const GlobeIcon = (props) => {
|
|
4
|
-
return /* @__PURE__ */ React.createElement(Icon, {
|
|
5
|
-
...props,
|
|
6
|
-
icon: "globe"
|
|
7
|
-
});
|
|
4
|
+
return /* @__PURE__ */ React.createElement(Icon, { ...props, icon: "globe" });
|
|
8
5
|
};
|
|
9
6
|
var GlobeIcon_default = GlobeIcon;
|
|
10
7
|
export {
|
package/GlobeIcon/index.js.map
CHANGED
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/GlobeIcon/index.tsx"],
|
|
4
4
|
"sourcesContent": ["import React from 'react';\nimport Icon, { IconProps } from '@digigov/react-icons/Icon';\n\nexport const GlobeIcon: React.FC<IconProps<'globe'>> = (props) => {\n return <Icon {...props} icon=\"globe\"></Icon>;\n};\n\nexport default GlobeIcon;\n"],
|
|
5
|
-
"mappings": "AAAA;
|
|
5
|
+
"mappings": "AAAA,OAAO,WAAW;AAClB,OAAO,UAAyB;AAEzB,MAAM,YAA0C,CAAC,UAAU;AAChE,SAAO,oCAAC,QAAM,GAAG,OAAO,MAAK,SAAQ;AACvC;AAEA,IAAO,oBAAQ;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/Icon/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { SvgIconProps } from '@digigov/react-
|
|
2
|
+
import { SvgIconProps } from '@digigov/react-icons/SvgIcon';
|
|
3
3
|
import type { IconTypes } from '@digigov/react-icons/icons';
|
|
4
4
|
export type IconProps<N extends keyof IconTypes> = SvgIconProps & IconTypes[N] & {
|
|
5
5
|
/**
|
|
@@ -15,7 +15,7 @@ export type IconProps<N extends keyof IconTypes> = SvgIconProps & IconTypes[N] &
|
|
|
15
15
|
*/
|
|
16
16
|
icon?: N;
|
|
17
17
|
};
|
|
18
|
-
type IconComponent = <C extends keyof IconTypes>(props: IconProps<C>) => React.
|
|
18
|
+
type IconComponent = <C extends keyof IconTypes>(props: IconProps<C>) => React.ReactNode | null;
|
|
19
19
|
export type IconNames = keyof IconTypes;
|
|
20
20
|
/**
|
|
21
21
|
* Icon is used whenever we need a GOV.GR icon.
|
package/Icon/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import clsx from "clsx";
|
|
3
|
-
import SvgIcon from "@digigov/react-
|
|
3
|
+
import SvgIcon from "@digigov/react-icons/SvgIcon";
|
|
4
4
|
import * as icons from "@digigov/react-icons/icons";
|
|
5
|
-
const Icon = React.forwardRef(function Icon2({icon = "chevron", className, ...props}, ref) {
|
|
5
|
+
const Icon = React.forwardRef(function Icon2({ icon = "chevron", className, ...props }, ref) {
|
|
6
6
|
const IconComponent = icons[icon];
|
|
7
7
|
const iconProps = IconComponent?.props.reduce((compProps, propName) => {
|
|
8
8
|
const value = props[propName];
|
|
@@ -12,15 +12,17 @@ const Icon = React.forwardRef(function Icon2({icon = "chevron", className, ...pr
|
|
|
12
12
|
[propName]: value
|
|
13
13
|
};
|
|
14
14
|
}, {});
|
|
15
|
-
return /* @__PURE__ */ React.createElement(
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
15
|
+
return /* @__PURE__ */ React.createElement(
|
|
16
|
+
SvgIcon,
|
|
17
|
+
{
|
|
18
|
+
ref,
|
|
19
|
+
...props,
|
|
20
|
+
className: clsx(className, {
|
|
21
|
+
[`ds-svg-icon--${icon}`]: true
|
|
22
|
+
})
|
|
23
|
+
},
|
|
24
|
+
/* @__PURE__ */ React.createElement(IconComponent, { ...iconProps })
|
|
25
|
+
);
|
|
24
26
|
});
|
|
25
27
|
var Icon_default = Icon;
|
|
26
28
|
export {
|
package/Icon/index.js.map
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/Icon/index.tsx"],
|
|
4
|
-
"sourcesContent": ["import React from 'react';\nimport clsx from 'clsx';\nimport SvgIcon, { SvgIconProps } from '@digigov/react-
|
|
5
|
-
"mappings": "AAAA;
|
|
6
|
-
"names": []
|
|
4
|
+
"sourcesContent": ["import React from 'react';\nimport clsx from 'clsx';\nimport SvgIcon, { SvgIconProps } from '@digigov/react-icons/SvgIcon';\nimport * as icons from '@digigov/react-icons/icons';\nimport type { IconTypes } from '@digigov/react-icons/icons';\n\nexport type IconProps<N extends keyof IconTypes> = SvgIconProps &\n IconTypes[N] & {\n /**\n * ref is optional.\n * ref prop declares the reference of the svg icon component.\n * It can be used to to access the DOM element and the React element.\n */\n ref?: React.Ref<SVGSVGElement>;\n /**\n * icon is optional, but strongly recommended.\n * Default value is 'chevron'.\n * Use this prop to display the icon you want.\n */\n icon?: N;\n };\n\ntype IconComponent = <C extends keyof IconTypes>(\n props: IconProps<C>\n) => React.ReactNode | null;\nexport type IconNames = keyof IconTypes;\n/**\n * Icon is used whenever we need a GOV.GR icon.\n * Choose the icon from the list in icon prop.\n */\nexport const Icon: IconComponent = React.forwardRef<\n SVGSVGElement,\n IconProps<IconNames>\n>(function Icon(\n { icon = 'chevron', className, ...props }: IconProps<IconNames>,\n ref\n) {\n const IconComponent = icons[icon];\n // eslint-disable-next-line @typescript-eslint/ban-ts-comment\n // @ts-ignore\n const iconProps = IconComponent?.props.reduce((compProps, propName) => {\n const value = props[propName];\n delete props[propName];\n return {\n ...compProps,\n [propName]: value,\n };\n }, {});\n\n return (\n <SvgIcon\n ref={ref}\n {...props}\n className={clsx(className, {\n [`ds-svg-icon--${icon}`]: true,\n })}\n >\n <IconComponent {...iconProps} />\n </SvgIcon>\n );\n});\n\nexport default Icon;\n"],
|
|
5
|
+
"mappings": "AAAA,OAAO,WAAW;AAClB,OAAO,UAAU;AACjB,OAAO,aAA+B;AACtC,YAAY,WAAW;AA2BhB,MAAM,OAAsB,MAAM,WAGvC,SAASA,MACT,EAAE,OAAO,WAAW,WAAW,GAAG,MAAM,GACxC,KACA;AACA,QAAM,gBAAgB,MAAM,IAAI;AAGhC,QAAM,YAAY,eAAe,MAAM,OAAO,CAAC,WAAW,aAAa;AACrE,UAAM,QAAQ,MAAM,QAAQ;AAC5B,WAAO,MAAM,QAAQ;AACrB,WAAO;AAAA,MACL,GAAG;AAAA,MACH,CAAC,QAAQ,GAAG;AAAA,IACd;AAAA,EACF,GAAG,CAAC,CAAC;AAEL,SACE;AAAA,IAAC;AAAA;AAAA,MACC;AAAA,MACC,GAAG;AAAA,MACJ,WAAW,KAAK,WAAW;AAAA,QACzB,CAAC,gBAAgB,IAAI,EAAE,GAAG;AAAA,MAC5B,CAAC;AAAA;AAAA,IAED,oCAAC,iBAAe,GAAG,WAAW;AAAA,EAChC;AAEJ,CAAC;AAED,IAAO,eAAQ;",
|
|
6
|
+
"names": ["Icon"]
|
|
7
7
|
}
|
package/LockIcon/config/index.js
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
function lock() {
|
|
3
|
-
return /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("path", {
|
|
4
|
-
d: "M17.872,9v-1.128c0-3.238-2.635-5.872-5.872-5.872s-5.872,2.634-5.872,5.872v1.128h-2.128v13h16v-13h-2.128ZM9.429,7.872c0-1.418,1.153-2.572,2.571-2.572s2.571,1.154,2.571,2.572v1.128h-5.143v-1.128ZM13.65,16c0,.911-.739,1.65-1.65,1.65s-1.65-.739-1.65-1.65v-2c0-.911.739-1.65,1.65-1.65s1.65.739,1.65,1.65v2Z"
|
|
5
|
-
}));
|
|
3
|
+
return /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("path", { d: "M17.872,9v-1.128c0-3.238-2.635-5.872-5.872-5.872s-5.872,2.634-5.872,5.872v1.128h-2.128v13h16v-13h-2.128ZM9.429,7.872c0-1.418,1.153-2.572,2.571-2.572s2.571,1.154,2.571,2.572v1.128h-5.143v-1.128ZM13.65,16c0,.911-.739,1.65-1.65,1.65s-1.65-.739-1.65-1.65v-2c0-.911.739-1.65,1.65-1.65s1.65.739,1.65,1.65v2Z" }));
|
|
6
4
|
}
|
|
7
5
|
lock.props = [];
|
|
8
6
|
var config_default = lock;
|
package/LockIcon/config.js.map
CHANGED
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/LockIcon/config.tsx"],
|
|
4
4
|
"sourcesContent": ["import React from 'react';\n\nexport interface LockType {}\n\nexport function lock(): React.ReactElement {\n return (\n <>\n <path d=\"M17.872,9v-1.128c0-3.238-2.635-5.872-5.872-5.872s-5.872,2.634-5.872,5.872v1.128h-2.128v13h16v-13h-2.128ZM9.429,7.872c0-1.418,1.153-2.572,2.571-2.572s2.571,1.154,2.571,2.572v1.128h-5.143v-1.128ZM13.65,16c0,.911-.739,1.65-1.65,1.65s-1.65-.739-1.65-1.65v-2c0-.911.739-1.65,1.65-1.65s1.65.739,1.65,1.65v2Z\"/>\n </>\n );\n}\n\nlock.props = [];\n\nexport default lock;\n"],
|
|
5
|
-
"mappings": "AAAA;
|
|
5
|
+
"mappings": "AAAA,OAAO,WAAW;AAIX,SAAS,OAA2B;AACzC,SACE,0DACE,oCAAC,UAAK,GAAE,iTAA+S,CACzT;AAEJ;AAEA,KAAK,QAAQ,CAAC;AAEd,IAAO,iBAAQ;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/LockIcon/index.js
CHANGED
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import Icon from "@digigov/react-icons/Icon";
|
|
3
3
|
const LockIcon = (props) => {
|
|
4
|
-
return /* @__PURE__ */ React.createElement(Icon, {
|
|
5
|
-
...props,
|
|
6
|
-
icon: "lock"
|
|
7
|
-
});
|
|
4
|
+
return /* @__PURE__ */ React.createElement(Icon, { ...props, icon: "lock" });
|
|
8
5
|
};
|
|
9
6
|
var LockIcon_default = LockIcon;
|
|
10
7
|
export {
|
package/LockIcon/index.js.map
CHANGED
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/LockIcon/index.tsx"],
|
|
4
4
|
"sourcesContent": ["import React from 'react';\nimport Icon, { IconProps } from '@digigov/react-icons/Icon';\n\nexport const LockIcon: React.FC<IconProps<'lock'>> = (props) => {\n return <Icon {...props} icon=\"lock\"></Icon>;\n};\n\nexport default LockIcon;\n"],
|
|
5
|
-
"mappings": "AAAA;
|
|
5
|
+
"mappings": "AAAA,OAAO,WAAW;AAClB,OAAO,UAAyB;AAEzB,MAAM,WAAwC,CAAC,UAAU;AAC9D,SAAO,oCAAC,QAAM,GAAG,OAAO,MAAK,QAAO;AACtC;AAEA,IAAO,mBAAQ;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
function login() {
|
|
3
|
-
return /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("polygon", {
|
|
4
|
-
points: "10.419 6.081 8.581 7.919 11.361 10.7 2 10.7 2 13.3 11.361 13.3 8.581 16.081 10.419 17.919 16.339 12 10.419 6.081"
|
|
5
|
-
}), /* @__PURE__ */ React.createElement("polygon", {
|
|
6
|
-
points: "19.4 2 15 2 15 4.6 19.4 4.6 19.4 19.4 15 19.4 15 22 19.4 22 22 22 22 19.4 22 4.6 22 2 19.4 2"
|
|
7
|
-
}));
|
|
3
|
+
return /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("polygon", { points: "10.419 6.081 8.581 7.919 11.361 10.7 2 10.7 2 13.3 11.361 13.3 8.581 16.081 10.419 17.919 16.339 12 10.419 6.081" }), /* @__PURE__ */ React.createElement("polygon", { points: "19.4 2 15 2 15 4.6 19.4 4.6 19.4 19.4 15 19.4 15 22 19.4 22 22 22 22 19.4 22 4.6 22 2 19.4 2" }));
|
|
8
4
|
}
|
|
9
5
|
login.props = [];
|
|
10
6
|
var config_default = login;
|
package/LoginIcon/config.js.map
CHANGED
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/LoginIcon/config.tsx"],
|
|
4
4
|
"sourcesContent": ["import React from 'react';\n\nexport interface LoginType {}\n\nexport function login(): React.ReactElement {\n return (\n <>\n <polygon points=\"10.419 6.081 8.581 7.919 11.361 10.7 2 10.7 2 13.3 11.361 13.3 8.581 16.081 10.419 17.919 16.339 12 10.419 6.081\" />\n <polygon points=\"19.4 2 15 2 15 4.6 19.4 4.6 19.4 19.4 15 19.4 15 22 19.4 22 22 22 22 19.4 22 4.6 22 2 19.4 2\" />\n </>\n );\n}\n\nlogin.props = [];\n\nexport default login;\n"],
|
|
5
|
-
"mappings": "AAAA;
|
|
5
|
+
"mappings": "AAAA,OAAO,WAAW;AAIX,SAAS,QAA4B;AAC1C,SACE,0DACE,oCAAC,aAAQ,QAAO,oHAAmH,GACnI,oCAAC,aAAQ,QAAO,gGAA+F,CACjH;AAEJ;AAEA,MAAM,QAAQ,CAAC;AAEf,IAAO,iBAAQ;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/LoginIcon/index.js
CHANGED
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import Icon from "@digigov/react-icons/Icon";
|
|
3
3
|
const LoginIcon = (props) => {
|
|
4
|
-
return /* @__PURE__ */ React.createElement(Icon, {
|
|
5
|
-
...props,
|
|
6
|
-
icon: "login"
|
|
7
|
-
});
|
|
4
|
+
return /* @__PURE__ */ React.createElement(Icon, { ...props, icon: "login" });
|
|
8
5
|
};
|
|
9
6
|
var LoginIcon_default = LoginIcon;
|
|
10
7
|
export {
|
package/LoginIcon/index.js.map
CHANGED
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/LoginIcon/index.tsx"],
|
|
4
4
|
"sourcesContent": ["import React from 'react';\nimport Icon, { IconProps } from '@digigov/react-icons/Icon';\n\nexport const LoginIcon: React.FC<IconProps<'login'>> = (props) => {\n return <Icon {...props} icon=\"login\"></Icon>;\n};\n\nexport default LoginIcon;\n"],
|
|
5
|
-
"mappings": "AAAA;
|
|
5
|
+
"mappings": "AAAA,OAAO,WAAW;AAClB,OAAO,UAAyB;AAEzB,MAAM,YAA0C,CAAC,UAAU;AAChE,SAAO,oCAAC,QAAM,GAAG,OAAO,MAAK,SAAQ;AACvC;AAEA,IAAO,oBAAQ;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -1,11 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
function minus() {
|
|
3
|
-
return /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("rect", {
|
|
4
|
-
x: "2",
|
|
5
|
-
y: "10.35",
|
|
6
|
-
width: "20",
|
|
7
|
-
height: "3.3"
|
|
8
|
-
}));
|
|
3
|
+
return /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("rect", { x: "2", y: "10.35", width: "20", height: "3.3" }));
|
|
9
4
|
}
|
|
10
5
|
minus.props = [];
|
|
11
6
|
var config_default = minus;
|
package/MinusIcon/config.js.map
CHANGED
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/MinusIcon/config.tsx"],
|
|
4
4
|
"sourcesContent": ["import React from 'react';\n\nexport interface MinusType {}\n\nexport function minus(): React.ReactElement {\n return (\n <>\n <rect x=\"2\" y=\"10.35\" width=\"20\" height=\"3.3\"/>\n </>\n );\n}\n\nminus.props = [];\n\nexport default minus;\n"],
|
|
5
|
-
"mappings": "AAAA;
|
|
5
|
+
"mappings": "AAAA,OAAO,WAAW;AAIX,SAAS,QAA4B;AAC1C,SACE,0DACE,oCAAC,UAAK,GAAE,KAAI,GAAE,SAAQ,OAAM,MAAK,QAAO,OAAK,CAChD;AAEH;AAEA,MAAM,QAAQ,CAAC;AAEf,IAAO,iBAAQ;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/MinusIcon/index.js
CHANGED
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import Icon from "@digigov/react-icons/Icon";
|
|
3
3
|
const MinusIcon = (props) => {
|
|
4
|
-
return /* @__PURE__ */ React.createElement(Icon, {
|
|
5
|
-
...props,
|
|
6
|
-
icon: "minus"
|
|
7
|
-
});
|
|
4
|
+
return /* @__PURE__ */ React.createElement(Icon, { ...props, icon: "minus" });
|
|
8
5
|
};
|
|
9
6
|
var MinusIcon_default = MinusIcon;
|
|
10
7
|
export {
|
package/MinusIcon/index.js.map
CHANGED
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/MinusIcon/index.tsx"],
|
|
4
4
|
"sourcesContent": ["import React from 'react';\nimport Icon, { IconProps } from '@digigov/react-icons/Icon';\n\nexport const MinusIcon: React.FC<IconProps<'minus'>> = (props) => {\n return <Icon {...props} icon=\"minus\"></Icon>;\n};\n\nexport default MinusIcon;\n"],
|
|
5
|
-
"mappings": "AAAA;
|
|
5
|
+
"mappings": "AAAA,OAAO,WAAW;AAClB,OAAO,UAAyB;AAEzB,MAAM,YAA0C,CAAC,UAAU;AAChE,SAAO,oCAAC,QAAM,GAAG,OAAO,MAAK,SAAQ;AACvC;AAEA,IAAO,oBAAQ;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -1,18 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
function moreVert() {
|
|
3
|
-
return /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("circle", {
|
|
4
|
-
cx: "12",
|
|
5
|
-
cy: "5",
|
|
6
|
-
r: "2"
|
|
7
|
-
}), /* @__PURE__ */ React.createElement("circle", {
|
|
8
|
-
cx: "12",
|
|
9
|
-
cy: "12",
|
|
10
|
-
r: "2"
|
|
11
|
-
}), /* @__PURE__ */ React.createElement("circle", {
|
|
12
|
-
cx: "12",
|
|
13
|
-
cy: "19",
|
|
14
|
-
r: "2"
|
|
15
|
-
}));
|
|
3
|
+
return /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("circle", { cx: "12", cy: "5", r: "2" }), /* @__PURE__ */ React.createElement("circle", { cx: "12", cy: "12", r: "2" }), /* @__PURE__ */ React.createElement("circle", { cx: "12", cy: "19", r: "2" }));
|
|
16
4
|
}
|
|
17
5
|
moreVert.props = [];
|
|
18
6
|
var config_default = moreVert;
|
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/MoreVertIcon/config.tsx"],
|
|
4
4
|
"sourcesContent": ["import React from 'react';\n\nexport interface MoreVertType {}\n\nexport function moreVert(): React.ReactElement {\n return (\n <>\n <circle cx=\"12\" cy=\"5\" r=\"2\" />\n <circle cx=\"12\" cy=\"12\" r=\"2\" />\n <circle cx=\"12\" cy=\"19\" r=\"2\" />\n </>\n );\n}\n\nmoreVert.props = [];\n\nexport default moreVert;\n"],
|
|
5
|
-
"mappings": "AAAA;
|
|
5
|
+
"mappings": "AAAA,OAAO,WAAW;AAIX,SAAS,WAA+B;AAC7C,SACE,0DACE,oCAAC,YAAO,IAAG,MAAK,IAAG,KAAI,GAAE,KAAI,GAC7B,oCAAC,YAAO,IAAG,MAAK,IAAG,MAAK,GAAE,KAAI,GAC9B,oCAAC,YAAO,IAAG,MAAK,IAAG,MAAK,GAAE,KAAI,CAChC;AAEJ;AAEA,SAAS,QAAQ,CAAC;AAElB,IAAO,iBAAQ;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/MoreVertIcon/index.js
CHANGED
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import Icon from "@digigov/react-icons/Icon";
|
|
3
3
|
const MoreVertIcon = (props) => {
|
|
4
|
-
return /* @__PURE__ */ React.createElement(Icon, {
|
|
5
|
-
...props,
|
|
6
|
-
icon: "moreVert"
|
|
7
|
-
});
|
|
4
|
+
return /* @__PURE__ */ React.createElement(Icon, { ...props, icon: "moreVert" });
|
|
8
5
|
};
|
|
9
6
|
var MoreVertIcon_default = MoreVertIcon;
|
|
10
7
|
export {
|
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/MoreVertIcon/index.tsx"],
|
|
4
4
|
"sourcesContent": ["import React from 'react';\nimport Icon, { IconProps } from '@digigov/react-icons/Icon';\n\nexport const MoreVertIcon: React.FC<IconProps<'moreVert'>> = (props) => {\n return <Icon {...props} icon=\"moreVert\"></Icon>;\n};\n\nexport default MoreVertIcon;\n"],
|
|
5
|
-
"mappings": "AAAA;
|
|
5
|
+
"mappings": "AAAA,OAAO,WAAW;AAClB,OAAO,UAAyB;AAEzB,MAAM,eAAgD,CAAC,UAAU;AACtE,SAAO,oCAAC,QAAM,GAAG,OAAO,MAAK,YAAW;AAC1C;AAEA,IAAO,uBAAQ;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -1,14 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
function pdfFile() {
|
|
3
|
-
return /* @__PURE__ */ React.createElement("g", null, /* @__PURE__ */ React.createElement("polygon", {
|
|
4
|
-
points: "4 19 4 7 2 7 2 21 18 21 18 19 4 19"
|
|
5
|
-
}), /* @__PURE__ */ React.createElement("g", null, /* @__PURE__ */ React.createElement("path", {
|
|
6
|
-
d: "M9.594,8.364h-.838v1.504h.823c.243,0,.429-.061.557-.183.128-.122.192-.294.192-.516,0-.243-.066-.438-.197-.584-.131-.146-.31-.22-.537-.222Z"
|
|
7
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
8
|
-
d: "M13.952,8.364h-.422v3.276h.437c.36,0,.637-.128.831-.385.193-.257.29-.638.29-1.144v-.226c0-.504-.097-.883-.29-1.139-.193-.255-.475-.383-.845-.383Z"
|
|
9
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
10
|
-
d: "M6,3v14h16V3H6ZM11.057,10.381c-.364.304-.863.456-1.498.456h-.802v1.769h-1.257v-5.213h2.08c.399,0,.751.073,1.058.22s.544.356.712.627c.168.271.252.578.252.922,0,.508-.182.915-.546,1.219ZM16.368,10.111c0,.477-.101.905-.303,1.284-.202.378-.486.674-.852.888-.366.214-.775.322-1.226.324h-1.715v-5.213h1.679c.461,0,.875.104,1.242.313.368.209.655.504.861.884.206.381.311.807.313,1.28v.24ZM20.5,8.364h-2.231v1.199h2.026v.967h-2.026v2.077h-1.257v-5.213h3.487v.97Z"
|
|
11
|
-
})));
|
|
3
|
+
return /* @__PURE__ */ React.createElement("g", null, /* @__PURE__ */ React.createElement("polygon", { points: "4 19 4 7 2 7 2 21 18 21 18 19 4 19" }), /* @__PURE__ */ React.createElement("g", null, /* @__PURE__ */ React.createElement("path", { d: "M9.594,8.364h-.838v1.504h.823c.243,0,.429-.061.557-.183.128-.122.192-.294.192-.516,0-.243-.066-.438-.197-.584-.131-.146-.31-.22-.537-.222Z" }), /* @__PURE__ */ React.createElement("path", { d: "M13.952,8.364h-.422v3.276h.437c.36,0,.637-.128.831-.385.193-.257.29-.638.29-1.144v-.226c0-.504-.097-.883-.29-1.139-.193-.255-.475-.383-.845-.383Z" }), /* @__PURE__ */ React.createElement("path", { d: "M6,3v14h16V3H6ZM11.057,10.381c-.364.304-.863.456-1.498.456h-.802v1.769h-1.257v-5.213h2.08c.399,0,.751.073,1.058.22s.544.356.712.627c.168.271.252.578.252.922,0,.508-.182.915-.546,1.219ZM16.368,10.111c0,.477-.101.905-.303,1.284-.202.378-.486.674-.852.888-.366.214-.775.322-1.226.324h-1.715v-5.213h1.679c.461,0,.875.104,1.242.313.368.209.655.504.861.884.206.381.311.807.313,1.28v.24ZM20.5,8.364h-2.231v1.199h2.026v.967h-2.026v2.077h-1.257v-5.213h3.487v.97Z" })));
|
|
12
4
|
}
|
|
13
5
|
pdfFile.props = [];
|
|
14
6
|
var config_default = pdfFile;
|
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/PdfFileIcon/config.tsx"],
|
|
4
4
|
"sourcesContent": ["import React from 'react';\n\nexport interface PdfFileType {}\n\nexport function pdfFile(): React.ReactElement {\n return (\n <g>\n <polygon points=\"4 19 4 7 2 7 2 21 18 21 18 19 4 19\" />\n <g>\n <path d=\"M9.594,8.364h-.838v1.504h.823c.243,0,.429-.061.557-.183.128-.122.192-.294.192-.516,0-.243-.066-.438-.197-.584-.131-.146-.31-.22-.537-.222Z\" />\n <path d=\"M13.952,8.364h-.422v3.276h.437c.36,0,.637-.128.831-.385.193-.257.29-.638.29-1.144v-.226c0-.504-.097-.883-.29-1.139-.193-.255-.475-.383-.845-.383Z\" />\n <path d=\"M6,3v14h16V3H6ZM11.057,10.381c-.364.304-.863.456-1.498.456h-.802v1.769h-1.257v-5.213h2.08c.399,0,.751.073,1.058.22s.544.356.712.627c.168.271.252.578.252.922,0,.508-.182.915-.546,1.219ZM16.368,10.111c0,.477-.101.905-.303,1.284-.202.378-.486.674-.852.888-.366.214-.775.322-1.226.324h-1.715v-5.213h1.679c.461,0,.875.104,1.242.313.368.209.655.504.861.884.206.381.311.807.313,1.28v.24ZM20.5,8.364h-2.231v1.199h2.026v.967h-2.026v2.077h-1.257v-5.213h3.487v.97Z\" />\n </g>\n </g>\n );\n}\n\npdfFile.props = [];\n\nexport default pdfFile;\n"],
|
|
5
|
-
"mappings": "AAAA;
|
|
5
|
+
"mappings": "AAAA,OAAO,WAAW;AAIX,SAAS,UAA8B;AAC5C,SACE,oCAAC,WACC,oCAAC,aAAQ,QAAO,sCAAqC,GACrD,oCAAC,WACC,oCAAC,UAAK,GAAE,8IAA6I,GACrJ,oCAAC,UAAK,GAAE,qJAAoJ,GAC5J,oCAAC,UAAK,GAAE,ycAAwc,CACld,CACF;AAEJ;AAEA,QAAQ,QAAQ,CAAC;AAEjB,IAAO,iBAAQ;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/PdfFileIcon/index.js
CHANGED
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import Icon from "@digigov/react-icons/Icon";
|
|
3
3
|
const PdfFileIcon = (props) => {
|
|
4
|
-
return /* @__PURE__ */ React.createElement(Icon, {
|
|
5
|
-
...props,
|
|
6
|
-
icon: "pdfFile"
|
|
7
|
-
});
|
|
4
|
+
return /* @__PURE__ */ React.createElement(Icon, { ...props, icon: "pdfFile" });
|
|
8
5
|
};
|
|
9
6
|
var PdfFileIcon_default = PdfFileIcon;
|
|
10
7
|
export {
|
package/PdfFileIcon/index.js.map
CHANGED
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/PdfFileIcon/index.tsx"],
|
|
4
4
|
"sourcesContent": ["import React from 'react';\nimport Icon, { IconProps } from '@digigov/react-icons/Icon';\n\nexport const PdfFileIcon: React.FC<IconProps<'pdfFile'>> = (props) => {\n return <Icon {...props} icon=\"pdfFile\"></Icon>;\n};\n\nexport default PdfFileIcon;\n"],
|
|
5
|
-
"mappings": "AAAA;
|
|
5
|
+
"mappings": "AAAA,OAAO,WAAW;AAClB,OAAO,UAAyB;AAEzB,MAAM,cAA8C,CAAC,UAAU;AACpE,SAAO,oCAAC,QAAM,GAAG,OAAO,MAAK,WAAU;AACzC;AAEA,IAAO,sBAAQ;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/PlusIcon/config/index.js
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
function plus() {
|
|
3
|
-
return /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("polygon", {
|
|
4
|
-
points: "22 10.35 13.65 10.35 13.65 2 10.35 2 10.35 10.35 2 10.35 2 13.65 10.35 13.65 10.35 22 13.65 22 13.65 13.65 22 13.65 22 10.35"
|
|
5
|
-
}));
|
|
3
|
+
return /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("polygon", { points: "22 10.35 13.65 10.35 13.65 2 10.35 2 10.35 10.35 2 10.35 2 13.65 10.35 13.65 10.35 22 13.65 22 13.65 13.65 22 13.65 22 10.35" }));
|
|
6
4
|
}
|
|
7
5
|
plus.props = [];
|
|
8
6
|
var config_default = plus;
|
package/PlusIcon/config.js.map
CHANGED
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/PlusIcon/config.tsx"],
|
|
4
4
|
"sourcesContent": ["import React from 'react';\n\nexport interface PlusType {}\n\nexport function plus(): React.ReactElement {\n return (\n <>\n <polygon points=\"22 10.35 13.65 10.35 13.65 2 10.35 2 10.35 10.35 2 10.35 2 13.65 10.35 13.65 10.35 22 13.65 22 13.65 13.65 22 13.65 22 10.35\" />\n </>\n );\n}\n\nplus.props = [];\n\nexport default plus;\n"],
|
|
5
|
-
"mappings": "AAAA;
|
|
5
|
+
"mappings": "AAAA,OAAO,WAAW;AAIX,SAAS,OAA2B;AACzC,SACE,0DACE,oCAAC,aAAQ,QAAO,gIAA+H,CACjJ;AAEJ;AAEA,KAAK,QAAQ,CAAC;AAEd,IAAO,iBAAQ;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|