@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
|
@@ -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": "
|
|
6
|
-
"names": []
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAAkB;AAClB,kBAAgC;AAEzB,MAAM,eAAgD,CAAC,UAAU;AACtE,SAAO,6BAAAA,QAAA,cAAC,YAAAC,SAAA,EAAM,GAAG,OAAO,MAAK,YAAW;AAC1C;AAEA,IAAO,uBAAQ;",
|
|
6
|
+
"names": ["React", "Icon"]
|
|
7
7
|
}
|
|
@@ -1,41 +1,39 @@
|
|
|
1
1
|
var __create = Object.create;
|
|
2
2
|
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
3
5
|
var __getProtoOf = Object.getPrototypeOf;
|
|
4
6
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
7
|
-
var __markAsModule = (target) => __defProp(target, "__esModule", {value: true});
|
|
8
7
|
var __export = (target, all) => {
|
|
9
8
|
for (var name in all)
|
|
10
|
-
__defProp(target, name, {get: all[name], enumerable: true});
|
|
9
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
10
|
};
|
|
12
|
-
var
|
|
13
|
-
if (
|
|
14
|
-
for (let key of __getOwnPropNames(
|
|
15
|
-
if (!__hasOwnProp.call(
|
|
16
|
-
__defProp(
|
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
+
for (let key of __getOwnPropNames(from))
|
|
14
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
16
|
}
|
|
18
|
-
return
|
|
19
|
-
};
|
|
20
|
-
var __toModule = (module2) => {
|
|
21
|
-
return __reExport(__markAsModule(__defProp(module2 != null ? __create(__getProtoOf(module2)) : {}, "default", module2 && module2.__esModule && "default" in module2 ? {get: () => module2.default, enumerable: true} : {value: module2, enumerable: true})), module2);
|
|
17
|
+
return to;
|
|
22
18
|
};
|
|
23
|
-
|
|
24
|
-
|
|
19
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
20
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
21
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
22
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
23
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
24
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
25
|
+
mod
|
|
26
|
+
));
|
|
27
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
28
|
+
var config_exports = {};
|
|
29
|
+
__export(config_exports, {
|
|
25
30
|
default: () => config_default,
|
|
26
31
|
pdfFile: () => pdfFile
|
|
27
32
|
});
|
|
28
|
-
|
|
33
|
+
module.exports = __toCommonJS(config_exports);
|
|
34
|
+
var import_react = __toESM(require("react"));
|
|
29
35
|
function pdfFile() {
|
|
30
|
-
return /* @__PURE__ */ import_react.default.createElement("g", null, /* @__PURE__ */ import_react.default.createElement("polygon", {
|
|
31
|
-
points: "4 19 4 7 2 7 2 21 18 21 18 19 4 19"
|
|
32
|
-
}), /* @__PURE__ */ import_react.default.createElement("g", null, /* @__PURE__ */ import_react.default.createElement("path", {
|
|
33
|
-
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"
|
|
34
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
35
|
-
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"
|
|
36
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
37
|
-
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"
|
|
38
|
-
})));
|
|
36
|
+
return /* @__PURE__ */ import_react.default.createElement("g", null, /* @__PURE__ */ import_react.default.createElement("polygon", { points: "4 19 4 7 2 7 2 21 18 21 18 19 4 19" }), /* @__PURE__ */ import_react.default.createElement("g", null, /* @__PURE__ */ import_react.default.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__ */ import_react.default.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__ */ import_react.default.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" })));
|
|
39
37
|
}
|
|
40
38
|
pdfFile.props = [];
|
|
41
39
|
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": "
|
|
6
|
-
"names": []
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAAkB;AAIX,SAAS,UAA8B;AAC5C,SACE,6BAAAA,QAAA,cAAC,WACC,6BAAAA,QAAA,cAAC,aAAQ,QAAO,sCAAqC,GACrD,6BAAAA,QAAA,cAAC,WACC,6BAAAA,QAAA,cAAC,UAAK,GAAE,8IAA6I,GACrJ,6BAAAA,QAAA,cAAC,UAAK,GAAE,qJAAoJ,GAC5J,6BAAAA,QAAA,cAAC,UAAK,GAAE,ycAAwc,CACld,CACF;AAEJ;AAEA,QAAQ,QAAQ,CAAC;AAEjB,IAAO,iBAAQ;",
|
|
6
|
+
"names": ["React"]
|
|
7
7
|
}
|
package/cjs/PdfFileIcon/index.js
CHANGED
|
@@ -1,37 +1,40 @@
|
|
|
1
1
|
var __create = Object.create;
|
|
2
2
|
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
3
5
|
var __getProtoOf = Object.getPrototypeOf;
|
|
4
6
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
7
|
-
var __markAsModule = (target) => __defProp(target, "__esModule", {value: true});
|
|
8
7
|
var __export = (target, all) => {
|
|
9
8
|
for (var name in all)
|
|
10
|
-
__defProp(target, name, {get: all[name], enumerable: true});
|
|
9
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
10
|
};
|
|
12
|
-
var
|
|
13
|
-
if (
|
|
14
|
-
for (let key of __getOwnPropNames(
|
|
15
|
-
if (!__hasOwnProp.call(
|
|
16
|
-
__defProp(
|
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
+
for (let key of __getOwnPropNames(from))
|
|
14
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
16
|
}
|
|
18
|
-
return
|
|
19
|
-
};
|
|
20
|
-
var __toModule = (module2) => {
|
|
21
|
-
return __reExport(__markAsModule(__defProp(module2 != null ? __create(__getProtoOf(module2)) : {}, "default", module2 && module2.__esModule && "default" in module2 ? {get: () => module2.default, enumerable: true} : {value: module2, enumerable: true})), module2);
|
|
17
|
+
return to;
|
|
22
18
|
};
|
|
23
|
-
|
|
24
|
-
|
|
19
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
20
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
21
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
22
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
23
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
24
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
25
|
+
mod
|
|
26
|
+
));
|
|
27
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
28
|
+
var PdfFileIcon_exports = {};
|
|
29
|
+
__export(PdfFileIcon_exports, {
|
|
25
30
|
PdfFileIcon: () => PdfFileIcon,
|
|
26
31
|
default: () => PdfFileIcon_default
|
|
27
32
|
});
|
|
28
|
-
|
|
29
|
-
var
|
|
33
|
+
module.exports = __toCommonJS(PdfFileIcon_exports);
|
|
34
|
+
var import_react = __toESM(require("react"));
|
|
35
|
+
var import_Icon = __toESM(require("@digigov/react-icons/Icon"));
|
|
30
36
|
const PdfFileIcon = (props) => {
|
|
31
|
-
return /* @__PURE__ */ import_react.default.createElement(import_Icon.default, {
|
|
32
|
-
...props,
|
|
33
|
-
icon: "pdfFile"
|
|
34
|
-
});
|
|
37
|
+
return /* @__PURE__ */ import_react.default.createElement(import_Icon.default, { ...props, icon: "pdfFile" });
|
|
35
38
|
};
|
|
36
39
|
var PdfFileIcon_default = PdfFileIcon;
|
|
37
40
|
// Annotate the CommonJS export names for ESM import in node:
|
|
@@ -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": "
|
|
6
|
-
"names": []
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAAkB;AAClB,kBAAgC;AAEzB,MAAM,cAA8C,CAAC,UAAU;AACpE,SAAO,6BAAAA,QAAA,cAAC,YAAAC,SAAA,EAAM,GAAG,OAAO,MAAK,WAAU;AACzC;AAEA,IAAO,sBAAQ;",
|
|
6
|
+
"names": ["React", "Icon"]
|
|
7
7
|
}
|
|
@@ -1,35 +1,39 @@
|
|
|
1
1
|
var __create = Object.create;
|
|
2
2
|
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
3
5
|
var __getProtoOf = Object.getPrototypeOf;
|
|
4
6
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
7
|
-
var __markAsModule = (target) => __defProp(target, "__esModule", {value: true});
|
|
8
7
|
var __export = (target, all) => {
|
|
9
8
|
for (var name in all)
|
|
10
|
-
__defProp(target, name, {get: all[name], enumerable: true});
|
|
9
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
10
|
};
|
|
12
|
-
var
|
|
13
|
-
if (
|
|
14
|
-
for (let key of __getOwnPropNames(
|
|
15
|
-
if (!__hasOwnProp.call(
|
|
16
|
-
__defProp(
|
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
+
for (let key of __getOwnPropNames(from))
|
|
14
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
16
|
}
|
|
18
|
-
return
|
|
19
|
-
};
|
|
20
|
-
var __toModule = (module2) => {
|
|
21
|
-
return __reExport(__markAsModule(__defProp(module2 != null ? __create(__getProtoOf(module2)) : {}, "default", module2 && module2.__esModule && "default" in module2 ? {get: () => module2.default, enumerable: true} : {value: module2, enumerable: true})), module2);
|
|
17
|
+
return to;
|
|
22
18
|
};
|
|
23
|
-
|
|
24
|
-
|
|
19
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
20
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
21
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
22
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
23
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
24
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
25
|
+
mod
|
|
26
|
+
));
|
|
27
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
28
|
+
var config_exports = {};
|
|
29
|
+
__export(config_exports, {
|
|
25
30
|
default: () => config_default,
|
|
26
31
|
plus: () => plus
|
|
27
32
|
});
|
|
28
|
-
|
|
33
|
+
module.exports = __toCommonJS(config_exports);
|
|
34
|
+
var import_react = __toESM(require("react"));
|
|
29
35
|
function plus() {
|
|
30
|
-
return /* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, /* @__PURE__ */ import_react.default.createElement("polygon", {
|
|
31
|
-
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"
|
|
32
|
-
}));
|
|
36
|
+
return /* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, /* @__PURE__ */ import_react.default.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" }));
|
|
33
37
|
}
|
|
34
38
|
plus.props = [];
|
|
35
39
|
var config_default = plus;
|
|
@@ -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": "
|
|
6
|
-
"names": []
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAAkB;AAIX,SAAS,OAA2B;AACzC,SACE,6BAAAA,QAAA,2BAAAA,QAAA,gBACE,6BAAAA,QAAA,cAAC,aAAQ,QAAO,gIAA+H,CACjJ;AAEJ;AAEA,KAAK,QAAQ,CAAC;AAEd,IAAO,iBAAQ;",
|
|
6
|
+
"names": ["React"]
|
|
7
7
|
}
|
package/cjs/PlusIcon/index.js
CHANGED
|
@@ -1,37 +1,40 @@
|
|
|
1
1
|
var __create = Object.create;
|
|
2
2
|
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
3
5
|
var __getProtoOf = Object.getPrototypeOf;
|
|
4
6
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
7
|
-
var __markAsModule = (target) => __defProp(target, "__esModule", {value: true});
|
|
8
7
|
var __export = (target, all) => {
|
|
9
8
|
for (var name in all)
|
|
10
|
-
__defProp(target, name, {get: all[name], enumerable: true});
|
|
9
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
10
|
};
|
|
12
|
-
var
|
|
13
|
-
if (
|
|
14
|
-
for (let key of __getOwnPropNames(
|
|
15
|
-
if (!__hasOwnProp.call(
|
|
16
|
-
__defProp(
|
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
+
for (let key of __getOwnPropNames(from))
|
|
14
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
16
|
}
|
|
18
|
-
return
|
|
19
|
-
};
|
|
20
|
-
var __toModule = (module2) => {
|
|
21
|
-
return __reExport(__markAsModule(__defProp(module2 != null ? __create(__getProtoOf(module2)) : {}, "default", module2 && module2.__esModule && "default" in module2 ? {get: () => module2.default, enumerable: true} : {value: module2, enumerable: true})), module2);
|
|
17
|
+
return to;
|
|
22
18
|
};
|
|
23
|
-
|
|
24
|
-
|
|
19
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
20
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
21
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
22
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
23
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
24
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
25
|
+
mod
|
|
26
|
+
));
|
|
27
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
28
|
+
var PlusIcon_exports = {};
|
|
29
|
+
__export(PlusIcon_exports, {
|
|
25
30
|
PlusIcon: () => PlusIcon,
|
|
26
31
|
default: () => PlusIcon_default
|
|
27
32
|
});
|
|
28
|
-
|
|
29
|
-
var
|
|
33
|
+
module.exports = __toCommonJS(PlusIcon_exports);
|
|
34
|
+
var import_react = __toESM(require("react"));
|
|
35
|
+
var import_Icon = __toESM(require("@digigov/react-icons/Icon"));
|
|
30
36
|
const PlusIcon = (props) => {
|
|
31
|
-
return /* @__PURE__ */ import_react.default.createElement(import_Icon.default, {
|
|
32
|
-
...props,
|
|
33
|
-
icon: "plus"
|
|
34
|
-
});
|
|
37
|
+
return /* @__PURE__ */ import_react.default.createElement(import_Icon.default, { ...props, icon: "plus" });
|
|
35
38
|
};
|
|
36
39
|
var PlusIcon_default = PlusIcon;
|
|
37
40
|
// Annotate the CommonJS export names for ESM import in node:
|
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../src/PlusIcon/index.tsx"],
|
|
4
4
|
"sourcesContent": ["import React from 'react';\nimport Icon, { IconProps } from '@digigov/react-icons/Icon';\n\nexport const PlusIcon: React.FC<IconProps<'plus'>> = (props) => {\n return <Icon {...props} icon=\"plus\"></Icon>;\n};\n\nexport default PlusIcon;\n"],
|
|
5
|
-
"mappings": "
|
|
6
|
-
"names": []
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAAkB;AAClB,kBAAgC;AAEzB,MAAM,WAAwC,CAAC,UAAU;AAC9D,SAAO,6BAAAA,QAAA,cAAC,YAAAC,SAAA,EAAM,GAAG,OAAO,MAAK,QAAO;AACtC;AAEA,IAAO,mBAAQ;",
|
|
6
|
+
"names": ["React", "Icon"]
|
|
7
7
|
}
|
|
@@ -1,40 +1,39 @@
|
|
|
1
1
|
var __create = Object.create;
|
|
2
2
|
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
3
5
|
var __getProtoOf = Object.getPrototypeOf;
|
|
4
6
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
7
|
-
var __markAsModule = (target) => __defProp(target, "__esModule", {value: true});
|
|
8
7
|
var __export = (target, all) => {
|
|
9
8
|
for (var name in all)
|
|
10
|
-
__defProp(target, name, {get: all[name], enumerable: true});
|
|
9
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
10
|
};
|
|
12
|
-
var
|
|
13
|
-
if (
|
|
14
|
-
for (let key of __getOwnPropNames(
|
|
15
|
-
if (!__hasOwnProp.call(
|
|
16
|
-
__defProp(
|
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
+
for (let key of __getOwnPropNames(from))
|
|
14
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
16
|
}
|
|
18
|
-
return
|
|
19
|
-
};
|
|
20
|
-
var __toModule = (module2) => {
|
|
21
|
-
return __reExport(__markAsModule(__defProp(module2 != null ? __create(__getProtoOf(module2)) : {}, "default", module2 && module2.__esModule && "default" in module2 ? {get: () => module2.default, enumerable: true} : {value: module2, enumerable: true})), module2);
|
|
17
|
+
return to;
|
|
22
18
|
};
|
|
23
|
-
|
|
24
|
-
|
|
19
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
20
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
21
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
22
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
23
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
24
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
25
|
+
mod
|
|
26
|
+
));
|
|
27
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
28
|
+
var config_exports = {};
|
|
29
|
+
__export(config_exports, {
|
|
25
30
|
default: () => config_default,
|
|
26
31
|
print: () => print
|
|
27
32
|
});
|
|
28
|
-
|
|
33
|
+
module.exports = __toCommonJS(config_exports);
|
|
34
|
+
var import_react = __toESM(require("react"));
|
|
29
35
|
function print() {
|
|
30
|
-
return /* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, /* @__PURE__ */ import_react.default.createElement("rect", {
|
|
31
|
-
x: "7",
|
|
32
|
-
y: "2",
|
|
33
|
-
width: "10",
|
|
34
|
-
height: "4"
|
|
35
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
36
|
-
d: "M18.7,7.935H5.3c-1.823,0-3.3,1.477-3.3,3.3v6.7h2.4v4.065h15.2v-4.065h2.4v-6.7c0-1.823-1.477-3.3-3.3-3.3ZM17,19.4H7v-5h10v5ZM18.7,12.535c-.718,0-1.3-.582-1.3-1.3s.582-1.3,1.3-1.3,1.3.582,1.3,1.3-.582,1.3-1.3,1.3Z"
|
|
37
|
-
}));
|
|
36
|
+
return /* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, /* @__PURE__ */ import_react.default.createElement("rect", { x: "7", y: "2", width: "10", height: "4" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M18.7,7.935H5.3c-1.823,0-3.3,1.477-3.3,3.3v6.7h2.4v4.065h15.2v-4.065h2.4v-6.7c0-1.823-1.477-3.3-3.3-3.3ZM17,19.4H7v-5h10v5ZM18.7,12.535c-.718,0-1.3-.582-1.3-1.3s.582-1.3,1.3-1.3,1.3.582,1.3,1.3-.582,1.3-1.3,1.3Z" }));
|
|
38
37
|
}
|
|
39
38
|
print.props = [];
|
|
40
39
|
var config_default = print;
|
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../src/PrintIcon/config.tsx"],
|
|
4
4
|
"sourcesContent": ["import React from 'react';\n\nexport interface PrintType {}\n\nexport function print(): React.ReactElement {\n return (\n <>\n <rect x=\"7\" y=\"2\" width=\"10\" height=\"4\" />\n <path d=\"M18.7,7.935H5.3c-1.823,0-3.3,1.477-3.3,3.3v6.7h2.4v4.065h15.2v-4.065h2.4v-6.7c0-1.823-1.477-3.3-3.3-3.3ZM17,19.4H7v-5h10v5ZM18.7,12.535c-.718,0-1.3-.582-1.3-1.3s.582-1.3,1.3-1.3,1.3.582,1.3,1.3-.582,1.3-1.3,1.3Z\" />\n </>\n );\n}\n\nprint.props = [];\n\nexport default print;\n"],
|
|
5
|
-
"mappings": "
|
|
6
|
-
"names": []
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAAkB;AAIX,SAAS,QAA4B;AAC1C,SACE,6BAAAA,QAAA,2BAAAA,QAAA,gBACE,6BAAAA,QAAA,cAAC,UAAK,GAAE,KAAI,GAAE,KAAI,OAAM,MAAK,QAAO,KAAI,GACxC,6BAAAA,QAAA,cAAC,UAAK,GAAE,uNAAsN,CAChO;AAEJ;AAEA,MAAM,QAAQ,CAAC;AAEf,IAAO,iBAAQ;",
|
|
6
|
+
"names": ["React"]
|
|
7
7
|
}
|
package/cjs/PrintIcon/index.js
CHANGED
|
@@ -1,37 +1,40 @@
|
|
|
1
1
|
var __create = Object.create;
|
|
2
2
|
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
3
5
|
var __getProtoOf = Object.getPrototypeOf;
|
|
4
6
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
7
|
-
var __markAsModule = (target) => __defProp(target, "__esModule", {value: true});
|
|
8
7
|
var __export = (target, all) => {
|
|
9
8
|
for (var name in all)
|
|
10
|
-
__defProp(target, name, {get: all[name], enumerable: true});
|
|
9
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
10
|
};
|
|
12
|
-
var
|
|
13
|
-
if (
|
|
14
|
-
for (let key of __getOwnPropNames(
|
|
15
|
-
if (!__hasOwnProp.call(
|
|
16
|
-
__defProp(
|
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
+
for (let key of __getOwnPropNames(from))
|
|
14
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
16
|
}
|
|
18
|
-
return
|
|
19
|
-
};
|
|
20
|
-
var __toModule = (module2) => {
|
|
21
|
-
return __reExport(__markAsModule(__defProp(module2 != null ? __create(__getProtoOf(module2)) : {}, "default", module2 && module2.__esModule && "default" in module2 ? {get: () => module2.default, enumerable: true} : {value: module2, enumerable: true})), module2);
|
|
17
|
+
return to;
|
|
22
18
|
};
|
|
23
|
-
|
|
24
|
-
|
|
19
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
20
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
21
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
22
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
23
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
24
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
25
|
+
mod
|
|
26
|
+
));
|
|
27
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
28
|
+
var PrintIcon_exports = {};
|
|
29
|
+
__export(PrintIcon_exports, {
|
|
25
30
|
PrintIcon: () => PrintIcon,
|
|
26
31
|
default: () => PrintIcon_default
|
|
27
32
|
});
|
|
28
|
-
|
|
29
|
-
var
|
|
33
|
+
module.exports = __toCommonJS(PrintIcon_exports);
|
|
34
|
+
var import_react = __toESM(require("react"));
|
|
35
|
+
var import_Icon = __toESM(require("@digigov/react-icons/Icon"));
|
|
30
36
|
const PrintIcon = (props) => {
|
|
31
|
-
return /* @__PURE__ */ import_react.default.createElement(import_Icon.default, {
|
|
32
|
-
...props,
|
|
33
|
-
icon: "print"
|
|
34
|
-
});
|
|
37
|
+
return /* @__PURE__ */ import_react.default.createElement(import_Icon.default, { ...props, icon: "print" });
|
|
35
38
|
};
|
|
36
39
|
var PrintIcon_default = PrintIcon;
|
|
37
40
|
// Annotate the CommonJS export names for ESM import in node:
|
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../src/PrintIcon/index.tsx"],
|
|
4
4
|
"sourcesContent": ["import React from 'react';\nimport Icon, { IconProps } from '@digigov/react-icons/Icon';\n\nexport const PrintIcon: React.FC<IconProps<'print'>> = (props) => {\n return <Icon {...props} icon=\"print\"></Icon>;\n};\n\nexport default PrintIcon;\n"],
|
|
5
|
-
"mappings": "
|
|
6
|
-
"names": []
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAAkB;AAClB,kBAAgC;AAEzB,MAAM,YAA0C,CAAC,UAAU;AAChE,SAAO,6BAAAA,QAAA,cAAC,YAAAC,SAAA,EAAM,GAAG,OAAO,MAAK,SAAQ;AACvC;AAEA,IAAO,oBAAQ;",
|
|
6
|
+
"names": ["React", "Icon"]
|
|
7
7
|
}
|
|
@@ -1,35 +1,39 @@
|
|
|
1
1
|
var __create = Object.create;
|
|
2
2
|
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
3
5
|
var __getProtoOf = Object.getPrototypeOf;
|
|
4
6
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
7
|
-
var __markAsModule = (target) => __defProp(target, "__esModule", {value: true});
|
|
8
7
|
var __export = (target, all) => {
|
|
9
8
|
for (var name in all)
|
|
10
|
-
__defProp(target, name, {get: all[name], enumerable: true});
|
|
9
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
10
|
};
|
|
12
|
-
var
|
|
13
|
-
if (
|
|
14
|
-
for (let key of __getOwnPropNames(
|
|
15
|
-
if (!__hasOwnProp.call(
|
|
16
|
-
__defProp(
|
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
+
for (let key of __getOwnPropNames(from))
|
|
14
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
16
|
}
|
|
18
|
-
return
|
|
19
|
-
};
|
|
20
|
-
var __toModule = (module2) => {
|
|
21
|
-
return __reExport(__markAsModule(__defProp(module2 != null ? __create(__getProtoOf(module2)) : {}, "default", module2 && module2.__esModule && "default" in module2 ? {get: () => module2.default, enumerable: true} : {value: module2, enumerable: true})), module2);
|
|
17
|
+
return to;
|
|
22
18
|
};
|
|
23
|
-
|
|
24
|
-
|
|
19
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
20
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
21
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
22
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
23
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
24
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
25
|
+
mod
|
|
26
|
+
));
|
|
27
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
28
|
+
var config_exports = {};
|
|
29
|
+
__export(config_exports, {
|
|
25
30
|
default: () => config_default,
|
|
26
31
|
reply: () => reply
|
|
27
32
|
});
|
|
28
|
-
|
|
33
|
+
module.exports = __toCommonJS(config_exports);
|
|
34
|
+
var import_react = __toESM(require("react"));
|
|
29
35
|
function reply() {
|
|
30
|
-
return /* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, /* @__PURE__ */ import_react.default.createElement("path", {
|
|
31
|
-
d: "M16.35,9.517h-8.034l4.184-4.184-2.334-2.333L2,11.167l8.166,8.167,2.334-2.334-4.184-4.183h8.033c1.296,0,2.35,1.054,2.35,2.35v5.834h3.301v-5.834c0-3.115-2.535-5.65-5.65-5.65Z"
|
|
32
|
-
}));
|
|
36
|
+
return /* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, /* @__PURE__ */ import_react.default.createElement("path", { d: "M16.35,9.517h-8.034l4.184-4.184-2.334-2.333L2,11.167l8.166,8.167,2.334-2.334-4.184-4.183h8.033c1.296,0,2.35,1.054,2.35,2.35v5.834h3.301v-5.834c0-3.115-2.535-5.65-5.65-5.65Z" }));
|
|
33
37
|
}
|
|
34
38
|
reply.props = [];
|
|
35
39
|
var config_default = reply;
|
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../src/ReplyIcon/config.tsx"],
|
|
4
4
|
"sourcesContent": ["import React from 'react';\n\nexport interface ReplyType {}\n\nexport function reply(): React.ReactElement {\n return (\n <>\n <path d=\"M16.35,9.517h-8.034l4.184-4.184-2.334-2.333L2,11.167l8.166,8.167,2.334-2.334-4.184-4.183h8.033c1.296,0,2.35,1.054,2.35,2.35v5.834h3.301v-5.834c0-3.115-2.535-5.65-5.65-5.65Z\" />\n </>\n );\n}\n\nreply.props = [];\n\nexport default reply;\n"],
|
|
5
|
-
"mappings": "
|
|
6
|
-
"names": []
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAAkB;AAIX,SAAS,QAA4B;AAC1C,SACE,6BAAAA,QAAA,2BAAAA,QAAA,gBACE,6BAAAA,QAAA,cAAC,UAAK,GAAE,gLAA+K,CACzL;AAEJ;AAEA,MAAM,QAAQ,CAAC;AAEf,IAAO,iBAAQ;",
|
|
6
|
+
"names": ["React"]
|
|
7
7
|
}
|
package/cjs/ReplyIcon/index.js
CHANGED
|
@@ -1,37 +1,40 @@
|
|
|
1
1
|
var __create = Object.create;
|
|
2
2
|
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
3
5
|
var __getProtoOf = Object.getPrototypeOf;
|
|
4
6
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
7
|
-
var __markAsModule = (target) => __defProp(target, "__esModule", {value: true});
|
|
8
7
|
var __export = (target, all) => {
|
|
9
8
|
for (var name in all)
|
|
10
|
-
__defProp(target, name, {get: all[name], enumerable: true});
|
|
9
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
10
|
};
|
|
12
|
-
var
|
|
13
|
-
if (
|
|
14
|
-
for (let key of __getOwnPropNames(
|
|
15
|
-
if (!__hasOwnProp.call(
|
|
16
|
-
__defProp(
|
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
+
for (let key of __getOwnPropNames(from))
|
|
14
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
16
|
}
|
|
18
|
-
return
|
|
19
|
-
};
|
|
20
|
-
var __toModule = (module2) => {
|
|
21
|
-
return __reExport(__markAsModule(__defProp(module2 != null ? __create(__getProtoOf(module2)) : {}, "default", module2 && module2.__esModule && "default" in module2 ? {get: () => module2.default, enumerable: true} : {value: module2, enumerable: true})), module2);
|
|
17
|
+
return to;
|
|
22
18
|
};
|
|
23
|
-
|
|
24
|
-
|
|
19
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
20
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
21
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
22
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
23
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
24
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
25
|
+
mod
|
|
26
|
+
));
|
|
27
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
28
|
+
var ReplyIcon_exports = {};
|
|
29
|
+
__export(ReplyIcon_exports, {
|
|
25
30
|
ReplyIcon: () => ReplyIcon,
|
|
26
31
|
default: () => ReplyIcon_default
|
|
27
32
|
});
|
|
28
|
-
|
|
29
|
-
var
|
|
33
|
+
module.exports = __toCommonJS(ReplyIcon_exports);
|
|
34
|
+
var import_react = __toESM(require("react"));
|
|
35
|
+
var import_Icon = __toESM(require("@digigov/react-icons/Icon"));
|
|
30
36
|
const ReplyIcon = (props) => {
|
|
31
|
-
return /* @__PURE__ */ import_react.default.createElement(import_Icon.default, {
|
|
32
|
-
...props,
|
|
33
|
-
icon: "reply"
|
|
34
|
-
});
|
|
37
|
+
return /* @__PURE__ */ import_react.default.createElement(import_Icon.default, { ...props, icon: "reply" });
|
|
35
38
|
};
|
|
36
39
|
var ReplyIcon_default = ReplyIcon;
|
|
37
40
|
// Annotate the CommonJS export names for ESM import in node:
|
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../src/ReplyIcon/index.tsx"],
|
|
4
4
|
"sourcesContent": ["import React from 'react';\nimport Icon, { IconProps } from '@digigov/react-icons/Icon';\n\nexport const ReplyIcon: React.FC<IconProps<'reply'>> = (props) => {\n return <Icon {...props} icon=\"reply\"></Icon>;\n};\n\nexport default ReplyIcon;\n"],
|
|
5
|
-
"mappings": "
|
|
6
|
-
"names": []
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAAkB;AAClB,kBAAgC;AAEzB,MAAM,YAA0C,CAAC,UAAU;AAChE,SAAO,6BAAAA,QAAA,cAAC,YAAAC,SAAA,EAAM,GAAG,OAAO,MAAK,SAAQ;AACvC;AAEA,IAAO,oBAAQ;",
|
|
6
|
+
"names": ["React", "Icon"]
|
|
7
7
|
}
|