@digigov/react-icons 1.2.0-dcbd7ded → 2.0.0-2445d5cb
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 +14 -13
- package/AccessibilityIcon/config.js.map +7 -0
- package/AccessibilityIcon/index.js +10 -8
- package/AccessibilityIcon/index.js.map +7 -0
- package/ArrowIcon/config/index.js +10 -21
- package/ArrowIcon/config.js.map +7 -0
- package/ArrowIcon/index.js +10 -8
- package/ArrowIcon/index.js.map +7 -0
- 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 +21 -27
- package/BurgerIcon/config.js.map +7 -0
- package/BurgerIcon/index.js +10 -8
- package/BurgerIcon/index.js.map +7 -0
- package/CancelIcon/config/index.js +11 -0
- package/{CloseIcon/index.test → CancelIcon/config}/package.json +1 -1
- package/CancelIcon/config.d.ts +8 -0
- package/CancelIcon/config.js.map +7 -0
- package/CancelIcon/index.d.ts +4 -0
- package/CancelIcon/index.js +11 -0
- package/CancelIcon/index.js.map +7 -0
- package/CancelIcon/index.test.d.ts +1 -0
- package/{CheckIcon/index.test → CancelIcon}/package.json +1 -1
- package/CaretIcon/config/index.js +10 -21
- package/CaretIcon/config.js.map +7 -0
- package/CaretIcon/index.js +10 -8
- package/CaretIcon/index.js.map +7 -0
- package/ChatIcon/config/index.js +11 -0
- package/{CaretIcon/index.test → ChatIcon/config}/package.json +1 -1
- package/ChatIcon/config.d.ts +11 -0
- package/ChatIcon/config.js.map +7 -0
- package/ChatIcon/index.d.ts +4 -0
- package/ChatIcon/index.js +11 -0
- package/ChatIcon/index.js.map +7 -0
- package/ChatIcon/index.test.d.ts +1 -0
- package/ChatIcon/package.json +6 -0
- package/CheckIcon/config/index.js +9 -7
- package/CheckIcon/config.js.map +7 -0
- package/CheckIcon/index.js +10 -8
- package/CheckIcon/index.js.map +7 -0
- package/ChevronIcon/config/index.js +10 -21
- package/ChevronIcon/config.js.map +7 -0
- package/ChevronIcon/index.js +10 -8
- package/ChevronIcon/index.js.map +7 -0
- package/CloseIcon/config/index.js +9 -7
- package/CloseIcon/config.js.map +7 -0
- package/CloseIcon/index.js +10 -8
- package/CloseIcon/index.js.map +7 -0
- package/DownloadIcon/config/index.js +11 -0
- package/DownloadIcon/config/package.json +6 -0
- package/DownloadIcon/config.d.ts +8 -0
- package/DownloadIcon/config.js.map +7 -0
- package/DownloadIcon/index.d.ts +4 -0
- package/DownloadIcon/index.js +11 -0
- package/DownloadIcon/index.js.map +7 -0
- package/DownloadIcon/index.test.d.ts +1 -0
- package/DownloadIcon/package.json +6 -0
- package/ExclamationIcon/config/index.js +11 -0
- package/{ArrowIcon/index.test → ExclamationIcon/config}/package.json +1 -1
- package/ExclamationIcon/config.d.ts +8 -0
- package/ExclamationIcon/config.js.map +7 -0
- package/ExclamationIcon/index.d.ts +4 -0
- package/ExclamationIcon/index.js +11 -0
- package/ExclamationIcon/index.js.map +7 -0
- package/ExclamationIcon/index.test.d.ts +1 -0
- package/ExclamationIcon/package.json +6 -0
- package/GlobeIcon/config/index.js +9 -7
- package/GlobeIcon/config.js.map +7 -0
- package/GlobeIcon/index.js +10 -8
- package/GlobeIcon/index.js.map +7 -0
- package/Icon/index.d.ts +2 -2
- package/Icon/index.js +29 -29
- package/Icon/index.js.map +7 -0
- package/LockIcon/config/index.js +11 -0
- package/LockIcon/config/package.json +6 -0
- package/LockIcon/config.d.ts +8 -0
- package/LockIcon/config.js.map +7 -0
- package/LockIcon/index.d.ts +4 -0
- package/LockIcon/index.js +11 -0
- package/LockIcon/index.js.map +7 -0
- package/LockIcon/index.test.d.ts +1 -0
- package/LockIcon/package.json +6 -0
- package/LoginIcon/config/index.js +11 -0
- package/LoginIcon/config/package.json +6 -0
- package/LoginIcon/config.d.ts +8 -0
- package/LoginIcon/config.js.map +7 -0
- package/LoginIcon/index.d.ts +4 -0
- package/LoginIcon/index.js +11 -0
- package/LoginIcon/index.js.map +7 -0
- package/LoginIcon/index.test.d.ts +1 -0
- package/LoginIcon/package.json +6 -0
- package/MinusIcon/config/index.js +11 -0
- package/MinusIcon/config/package.json +6 -0
- package/MinusIcon/config.d.ts +8 -0
- package/MinusIcon/config.js.map +7 -0
- package/MinusIcon/index.d.ts +4 -0
- package/MinusIcon/index.js +11 -0
- package/MinusIcon/index.js.map +7 -0
- package/MinusIcon/index.test.d.ts +1 -0
- package/MinusIcon/package.json +6 -0
- package/MoreVertIcon/config/index.js +9 -19
- package/MoreVertIcon/config.js.map +7 -0
- package/MoreVertIcon/index.js +10 -8
- package/MoreVertIcon/index.js.map +7 -0
- package/PdfFileIcon/config/index.js +11 -0
- package/PdfFileIcon/config/package.json +6 -0
- package/PdfFileIcon/config.d.ts +8 -0
- package/PdfFileIcon/config.js.map +7 -0
- package/PdfFileIcon/index.d.ts +4 -0
- package/PdfFileIcon/index.js +11 -0
- package/PdfFileIcon/index.js.map +7 -0
- package/PdfFileIcon/index.test.d.ts +1 -0
- package/PdfFileIcon/package.json +6 -0
- package/PlusIcon/config/index.js +11 -0
- package/PlusIcon/config/package.json +6 -0
- package/PlusIcon/config.d.ts +8 -0
- package/PlusIcon/config.js.map +7 -0
- package/PlusIcon/index.d.ts +4 -0
- package/PlusIcon/index.js +11 -0
- package/PlusIcon/index.js.map +7 -0
- package/PlusIcon/index.test.d.ts +1 -0
- package/PlusIcon/package.json +6 -0
- package/PrintIcon/config/index.js +11 -0
- package/PrintIcon/config/package.json +6 -0
- package/PrintIcon/config.d.ts +8 -0
- package/PrintIcon/config.js.map +7 -0
- package/PrintIcon/index.d.ts +4 -0
- package/PrintIcon/index.js +11 -0
- package/PrintIcon/index.js.map +7 -0
- package/PrintIcon/index.test.d.ts +1 -0
- package/PrintIcon/package.json +6 -0
- package/ReplyIcon/config/index.js +11 -0
- package/ReplyIcon/config/package.json +6 -0
- package/ReplyIcon/config.d.ts +8 -0
- package/ReplyIcon/config.js.map +7 -0
- package/ReplyIcon/index.d.ts +4 -0
- package/ReplyIcon/index.js +11 -0
- package/ReplyIcon/index.js.map +7 -0
- package/ReplyIcon/index.test.d.ts +1 -0
- package/ReplyIcon/package.json +6 -0
- package/RestoreIcon/config/index.js +11 -0
- package/RestoreIcon/config/package.json +6 -0
- package/RestoreIcon/config.d.ts +8 -0
- package/RestoreIcon/config.js.map +7 -0
- package/RestoreIcon/index.d.ts +4 -0
- package/RestoreIcon/index.js +11 -0
- package/RestoreIcon/index.js.map +7 -0
- package/RestoreIcon/index.test.d.ts +1 -0
- package/RestoreIcon/package.json +6 -0
- package/SearchIcon/config/index.js +9 -7
- package/SearchIcon/config.js.map +7 -0
- package/SearchIcon/index.js +10 -8
- package/SearchIcon/index.js.map +7 -0
- 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/SvgIcon/package.json +6 -0
- package/UncheckIcon/config/index.js +9 -7
- package/UncheckIcon/config.js.map +7 -0
- package/UncheckIcon/index.js +10 -8
- package/UncheckIcon/index.js.map +7 -0
- package/cjs/AccessibilityIcon/config/index.js +45 -19
- package/cjs/AccessibilityIcon/config.js.map +7 -0
- package/cjs/AccessibilityIcon/index.js +42 -14
- package/cjs/AccessibilityIcon/index.js.map +7 -0
- package/cjs/ArrowIcon/config/index.js +42 -27
- package/cjs/ArrowIcon/config.js.map +7 -0
- package/cjs/ArrowIcon/index.js +42 -14
- package/cjs/ArrowIcon/index.js.map +7 -0
- package/cjs/Base/index.js +134 -0
- package/cjs/Base/index.js.map +7 -0
- package/cjs/BurgerIcon/config/index.js +53 -33
- package/cjs/BurgerIcon/config.js.map +7 -0
- package/cjs/BurgerIcon/index.js +42 -14
- package/cjs/BurgerIcon/index.js.map +7 -0
- package/cjs/CancelIcon/config/index.js +44 -0
- package/cjs/CancelIcon/config.js.map +7 -0
- package/cjs/CancelIcon/index.js +44 -0
- package/cjs/CancelIcon/index.js.map +7 -0
- package/cjs/CaretIcon/config/index.js +42 -27
- package/cjs/CaretIcon/config.js.map +7 -0
- package/cjs/CaretIcon/index.js +42 -14
- package/cjs/CaretIcon/index.js.map +7 -0
- package/cjs/ChatIcon/config/index.js +44 -0
- package/cjs/ChatIcon/config.js.map +7 -0
- package/cjs/ChatIcon/index.js +44 -0
- package/cjs/ChatIcon/index.js.map +7 -0
- package/cjs/CheckIcon/config/index.js +40 -13
- package/cjs/CheckIcon/config.js.map +7 -0
- package/cjs/CheckIcon/index.js +42 -14
- package/cjs/CheckIcon/index.js.map +7 -0
- package/cjs/ChevronIcon/config/index.js +42 -27
- package/cjs/ChevronIcon/config.js.map +7 -0
- package/cjs/ChevronIcon/index.js +42 -14
- package/cjs/ChevronIcon/index.js.map +7 -0
- package/cjs/CloseIcon/config/index.js +40 -13
- package/cjs/CloseIcon/config.js.map +7 -0
- package/cjs/CloseIcon/index.js +42 -14
- package/cjs/CloseIcon/index.js.map +7 -0
- package/cjs/DownloadIcon/config/index.js +44 -0
- package/cjs/DownloadIcon/config.js.map +7 -0
- package/cjs/DownloadIcon/index.js +44 -0
- package/cjs/DownloadIcon/index.js.map +7 -0
- package/cjs/ExclamationIcon/config/index.js +44 -0
- package/cjs/ExclamationIcon/config.js.map +7 -0
- package/cjs/ExclamationIcon/index.js +44 -0
- package/cjs/ExclamationIcon/index.js.map +7 -0
- package/cjs/GlobeIcon/config/index.js +40 -13
- package/cjs/GlobeIcon/config.js.map +7 -0
- package/cjs/GlobeIcon/index.js +42 -14
- package/cjs/GlobeIcon/index.js.map +7 -0
- package/cjs/Icon/index.js +61 -38
- package/cjs/Icon/index.js.map +7 -0
- package/cjs/LockIcon/config/index.js +44 -0
- package/cjs/LockIcon/config.js.map +7 -0
- package/cjs/LockIcon/index.js +44 -0
- package/cjs/LockIcon/index.js.map +7 -0
- package/cjs/LoginIcon/config/index.js +44 -0
- package/cjs/LoginIcon/config.js.map +7 -0
- package/cjs/LoginIcon/index.js +44 -0
- package/cjs/LoginIcon/index.js.map +7 -0
- package/cjs/MinusIcon/config/index.js +44 -0
- package/cjs/MinusIcon/config.js.map +7 -0
- package/cjs/MinusIcon/index.js +44 -0
- package/cjs/MinusIcon/index.js.map +7 -0
- package/cjs/MoreVertIcon/config/index.js +40 -25
- package/cjs/MoreVertIcon/config.js.map +7 -0
- package/cjs/MoreVertIcon/index.js +42 -14
- package/cjs/MoreVertIcon/index.js.map +7 -0
- package/cjs/PdfFileIcon/config/index.js +44 -0
- package/cjs/PdfFileIcon/config.js.map +7 -0
- package/cjs/PdfFileIcon/index.js +44 -0
- package/cjs/PdfFileIcon/index.js.map +7 -0
- package/cjs/PlusIcon/config/index.js +44 -0
- package/cjs/PlusIcon/config.js.map +7 -0
- package/cjs/PlusIcon/index.js +44 -0
- package/cjs/PlusIcon/index.js.map +7 -0
- package/cjs/PrintIcon/config/index.js +44 -0
- package/cjs/PrintIcon/config.js.map +7 -0
- package/cjs/PrintIcon/index.js +44 -0
- package/cjs/PrintIcon/index.js.map +7 -0
- package/cjs/ReplyIcon/config/index.js +44 -0
- package/cjs/ReplyIcon/config.js.map +7 -0
- package/cjs/ReplyIcon/index.js +44 -0
- package/cjs/ReplyIcon/index.js.map +7 -0
- package/cjs/RestoreIcon/config/index.js +44 -0
- package/cjs/RestoreIcon/config.js.map +7 -0
- package/cjs/RestoreIcon/index.js +44 -0
- package/cjs/RestoreIcon/index.js.map +7 -0
- package/cjs/SearchIcon/config/index.js +40 -13
- package/cjs/SearchIcon/config.js.map +7 -0
- package/cjs/SearchIcon/index.js +42 -14
- package/cjs/SearchIcon/index.js.map +7 -0
- package/cjs/SvgIcon/index.js +63 -0
- package/cjs/SvgIcon/index.js.map +7 -0
- package/cjs/UncheckIcon/config/index.js +40 -13
- package/cjs/UncheckIcon/config.js.map +7 -0
- package/cjs/UncheckIcon/index.js +42 -14
- package/cjs/UncheckIcon/index.js.map +7 -0
- package/cjs/icons/index.js +65 -125
- package/cjs/icons.js.map +7 -0
- package/cjs/index.js +65 -125
- package/cjs/index.js.map +7 -0
- package/cjs/lazy/index.js +61 -120
- package/cjs/lazy.js.map +7 -0
- package/cjs/registry/index.js +102 -48
- package/cjs/registry.js.map +7 -0
- package/icons/index.js +24 -12
- package/icons.d.ts +36 -0
- package/icons.js.map +7 -0
- package/index.d.ts +12 -0
- package/index.js +25 -12
- package/index.js.map +7 -0
- package/lazy/index.js +33 -87
- package/lazy.d.ts +15 -1
- package/lazy.js.map +7 -0
- package/package.json +4 -7
- package/registry/index.js +74 -40
- package/registry.d.ts +14 -0
- package/registry.js.map +7 -0
- package/src/AccessibilityIcon/__snapshots__/index.test.tsx.snap +197 -379
- package/src/AccessibilityIcon/index.test.tsx +16 -16
- 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 +172 -293
- package/src/BurgerIcon/index.test.tsx +11 -11
- package/src/CancelIcon/__snapshots__/index.test.tsx.snap +120 -0
- package/src/CancelIcon/config.tsx +15 -0
- package/src/CancelIcon/index.test.tsx +26 -0
- package/src/CancelIcon/index.tsx +8 -0
- 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 +137 -0
- package/src/ChatIcon/config.tsx +28 -0
- package/src/ChatIcon/index.test.tsx +29 -0
- package/src/ChatIcon/index.tsx +8 -0
- package/src/CheckIcon/__snapshots__/index.test.tsx.snap +111 -273
- package/src/CheckIcon/index.test.tsx +14 -14
- package/src/ChevronIcon/__snapshots__/index.test.tsx.snap +69 -0
- 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 +176 -0
- package/src/DownloadIcon/config.tsx +16 -0
- package/src/DownloadIcon/index.test.tsx +26 -0
- package/src/DownloadIcon/index.tsx +8 -0
- package/src/ExclamationIcon/__snapshots__/index.test.tsx.snap +155 -0
- package/src/ExclamationIcon/config.tsx +16 -0
- package/src/ExclamationIcon/index.test.tsx +26 -0
- package/src/ExclamationIcon/index.tsx +8 -0
- package/src/GlobeIcon/__snapshots__/index.test.tsx.snap +55 -135
- package/src/GlobeIcon/config.tsx +1 -12
- package/src/GlobeIcon/index.test.tsx +8 -8
- package/src/Icon/__snapshots__/index.test.tsx.snap +127 -271
- package/src/Icon/index.test.tsx +11 -11
- package/src/Icon/index.tsx +2 -2
- package/src/LockIcon/__snapshots__/index.test.tsx.snap +120 -0
- package/src/LockIcon/config.tsx +15 -0
- package/src/LockIcon/index.test.tsx +26 -0
- package/src/LockIcon/index.tsx +8 -0
- package/src/LoginIcon/__snapshots__/index.test.tsx.snap +141 -0
- package/src/LoginIcon/config.tsx +16 -0
- package/src/LoginIcon/index.test.tsx +26 -0
- package/src/LoginIcon/index.tsx +8 -0
- package/src/MinusIcon/__snapshots__/index.test.tsx.snap +141 -0
- package/src/MinusIcon/config.tsx +15 -0
- package/src/MinusIcon/index.test.tsx +26 -0
- package/src/MinusIcon/index.tsx +8 -0
- package/src/MoreVertIcon/__snapshots__/index.test.tsx.snap +233 -415
- package/src/MoreVertIcon/index.test.tsx +16 -16
- package/src/PdfFileIcon/__snapshots__/index.test.tsx.snap +211 -0
- package/src/PdfFileIcon/config.tsx +20 -0
- package/src/PdfFileIcon/index.test.tsx +26 -0
- package/src/PdfFileIcon/index.tsx +8 -0
- package/src/PlusIcon/__snapshots__/index.test.tsx.snap +120 -0
- package/src/PlusIcon/config.tsx +15 -0
- package/src/PlusIcon/index.test.tsx +26 -0
- package/src/PlusIcon/index.tsx +8 -0
- package/src/PrintIcon/__snapshots__/index.test.tsx.snap +162 -0
- package/src/PrintIcon/config.tsx +16 -0
- package/src/PrintIcon/index.test.tsx +26 -0
- package/src/PrintIcon/index.tsx +8 -0
- package/src/ReplyIcon/__snapshots__/index.test.tsx.snap +120 -0
- package/src/ReplyIcon/config.tsx +15 -0
- package/src/ReplyIcon/index.test.tsx +26 -0
- package/src/ReplyIcon/index.tsx +8 -0
- package/src/RestoreIcon/__snapshots__/index.test.tsx.snap +176 -0
- package/src/RestoreIcon/config.tsx +17 -0
- package/src/RestoreIcon/index.test.tsx +26 -0
- package/src/RestoreIcon/index.tsx +8 -0
- 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 +125 -307
- package/src/UncheckIcon/index.test.tsx +16 -16
- package/src/icons.ts +37 -0
- package/src/index.ts +12 -0
- package/src/lazy.js +14 -0
- package/src/registry.js +28 -0
- package/AccessibilityIcon/__snapshots__/index.test.tsx.snap +0 -408
- package/AccessibilityIcon/index.test/index.js +0 -57
- package/AccessibilityIcon/index.test/package.json +0 -6
- package/ArrowIcon/__snapshots__/index.test.tsx.snap +0 -148
- package/ArrowIcon/index.test/index.js +0 -25
- package/BurgerIcon/__snapshots__/index.test.tsx.snap +0 -320
- package/BurgerIcon/index.test/index.js +0 -38
- package/BurgerIcon/index.test/package.json +0 -6
- package/CaretIcon/__snapshots__/index.test.tsx.snap +0 -148
- package/CaretIcon/index.test/index.js +0 -25
- package/CheckIcon/__snapshots__/index.test.tsx.snap +0 -299
- package/CheckIcon/index.test/index.js +0 -51
- package/ChevronIcon/index.test/index.js +0 -25
- package/ChevronIcon/index.test/package.json +0 -6
- package/CloseIcon/__snapshots__/index.test.tsx.snap +0 -34
- package/CloseIcon/index.test/index.js +0 -7
- package/GlobeIcon/__snapshots__/index.test.tsx.snap +0 -149
- package/GlobeIcon/index.test/index.js +0 -25
- package/GlobeIcon/index.test/package.json +0 -6
- package/Icon/__snapshots__/index.test.tsx.snap +0 -343
- package/Icon/index.test/index.js +0 -62
- package/MoreVertIcon/__snapshots__/index.test.tsx.snap +0 -444
- package/MoreVertIcon/index.test/index.js +0 -57
- package/MoreVertIcon/index.test/package.json +0 -6
- package/SearchIcon/__snapshots__/index.test.tsx.snap +0 -34
- package/SearchIcon/index.test/index.js +0 -7
- package/SearchIcon/index.test/package.json +0 -6
- package/UncheckIcon/__snapshots__/index.test.tsx.snap +0 -336
- package/UncheckIcon/index.test/index.js +0 -57
- package/UncheckIcon/index.test/package.json +0 -6
- package/cjs/AccessibilityIcon/__snapshots__/index.test.tsx.snap +0 -408
- package/cjs/AccessibilityIcon/index.test/index.js +0 -60
- package/cjs/ArrowIcon/__snapshots__/index.test.tsx.snap +0 -148
- package/cjs/ArrowIcon/index.test/index.js +0 -28
- package/cjs/BurgerIcon/__snapshots__/index.test.tsx.snap +0 -320
- package/cjs/BurgerIcon/index.test/index.js +0 -41
- package/cjs/CaretIcon/__snapshots__/index.test.tsx.snap +0 -148
- package/cjs/CaretIcon/index.test/index.js +0 -28
- package/cjs/CheckIcon/__snapshots__/index.test.tsx.snap +0 -299
- package/cjs/CheckIcon/index.test/index.js +0 -54
- package/cjs/ChevronIcon/index.test/index.js +0 -28
- package/cjs/CloseIcon/__snapshots__/index.test.tsx.snap +0 -34
- package/cjs/CloseIcon/index.test/index.js +0 -10
- package/cjs/GlobeIcon/__snapshots__/index.test.tsx.snap +0 -149
- package/cjs/GlobeIcon/index.test/index.js +0 -28
- package/cjs/Icon/__snapshots__/index.test.tsx.snap +0 -343
- package/cjs/Icon/index.test/index.js +0 -65
- package/cjs/MoreVertIcon/__snapshots__/index.test.tsx.snap +0 -444
- package/cjs/MoreVertIcon/index.test/index.js +0 -60
- package/cjs/SearchIcon/__snapshots__/index.test.tsx.snap +0 -34
- package/cjs/SearchIcon/index.test/index.js +0 -10
- package/cjs/UncheckIcon/__snapshots__/index.test.tsx.snap +0 -336
- package/cjs/UncheckIcon/index.test/index.js +0 -60
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import { render } from '@testing-library/react';
|
|
3
3
|
|
|
4
4
|
import MoreVertIcon from '@digigov/react-icons/MoreVertIcon';
|
|
5
5
|
|
|
6
6
|
it('renders the MoreVertIcon with no props', () => {
|
|
7
|
-
expect(
|
|
7
|
+
expect(render(<MoreVertIcon />).baseElement).toMatchSnapshot();
|
|
8
8
|
});
|
|
9
9
|
it('renders the MoreVertIcon with prop size=s', () => {
|
|
10
|
-
expect(
|
|
10
|
+
expect(render(<MoreVertIcon size="sm" />).baseElement).toMatchSnapshot();
|
|
11
11
|
});
|
|
12
12
|
it('renders the MoreVertIcon with prop size=l', () => {
|
|
13
|
-
expect(
|
|
13
|
+
expect(render(<MoreVertIcon size="lg" />).baseElement).toMatchSnapshot();
|
|
14
14
|
});
|
|
15
|
-
it('renders the MoreVertIcon with prop
|
|
16
|
-
expect(
|
|
15
|
+
it('renders the MoreVertIcon with prop color=dark', () => {
|
|
16
|
+
expect(render(<MoreVertIcon color="dark" />).baseElement).toMatchSnapshot();
|
|
17
17
|
});
|
|
18
|
-
it('renders the MoreVertIcon with prop
|
|
19
|
-
expect(
|
|
18
|
+
it('renders the MoreVertIcon with prop color=primary', () => {
|
|
19
|
+
expect(render(<MoreVertIcon color="primary" />).baseElement).toMatchSnapshot();
|
|
20
20
|
});
|
|
21
|
-
it('renders the MoreVertIcon with prop
|
|
22
|
-
expect(
|
|
21
|
+
it('renders the MoreVertIcon with prop color=success', () => {
|
|
22
|
+
expect(render(<MoreVertIcon color="success" />).baseElement).toMatchSnapshot();
|
|
23
23
|
});
|
|
24
|
-
it('renders the MoreVertIcon with prop
|
|
25
|
-
expect(
|
|
24
|
+
it('renders the MoreVertIcon with prop color=focus', () => {
|
|
25
|
+
expect(render(<MoreVertIcon color="focus" />).baseElement).toMatchSnapshot();
|
|
26
26
|
});
|
|
27
|
-
it('renders the MoreVertIcon with prop
|
|
28
|
-
expect(
|
|
27
|
+
it('renders the MoreVertIcon with prop color=warning and size=s', () => {
|
|
28
|
+
expect(render(<MoreVertIcon color="warning" size="sm" />).baseElement).toMatchSnapshot();
|
|
29
29
|
});
|
|
30
|
-
it('renders the MoreVertIcon with prop
|
|
31
|
-
expect(
|
|
30
|
+
it('renders the MoreVertIcon with prop color=error and size= xl', () => {
|
|
31
|
+
expect(render(<MoreVertIcon color="warning" size="xl" />).baseElement).toMatchSnapshot();
|
|
32
32
|
});
|
|
@@ -0,0 +1,211 @@
|
|
|
1
|
+
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
2
|
+
|
|
3
|
+
exports[`renders the PdfFileIcon with no props 1`] = `
|
|
4
|
+
<body>
|
|
5
|
+
<div>
|
|
6
|
+
<svg
|
|
7
|
+
aria-hidden="true"
|
|
8
|
+
class="ds-svg-icon--pdfFile ds-svg-icon"
|
|
9
|
+
focusable="false"
|
|
10
|
+
viewBox="0 0 24 24"
|
|
11
|
+
>
|
|
12
|
+
<g>
|
|
13
|
+
<polygon
|
|
14
|
+
points="4 19 4 7 2 7 2 21 18 21 18 19 4 19"
|
|
15
|
+
/>
|
|
16
|
+
<g>
|
|
17
|
+
<path
|
|
18
|
+
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"
|
|
19
|
+
/>
|
|
20
|
+
<path
|
|
21
|
+
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"
|
|
22
|
+
/>
|
|
23
|
+
<path
|
|
24
|
+
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"
|
|
25
|
+
/>
|
|
26
|
+
</g>
|
|
27
|
+
</g>
|
|
28
|
+
</svg>
|
|
29
|
+
</div>
|
|
30
|
+
</body>
|
|
31
|
+
`;
|
|
32
|
+
|
|
33
|
+
exports[`renders the PdfFileIcon with prop color=error and size= xl 1`] = `
|
|
34
|
+
<body>
|
|
35
|
+
<div>
|
|
36
|
+
<svg
|
|
37
|
+
aria-hidden="true"
|
|
38
|
+
class="ds-svg-icon--pdfFile ds-svg-icon--warning ds-svg-icon--xl ds-svg-icon"
|
|
39
|
+
focusable="false"
|
|
40
|
+
viewBox="0 0 24 24"
|
|
41
|
+
>
|
|
42
|
+
<g>
|
|
43
|
+
<polygon
|
|
44
|
+
points="4 19 4 7 2 7 2 21 18 21 18 19 4 19"
|
|
45
|
+
/>
|
|
46
|
+
<g>
|
|
47
|
+
<path
|
|
48
|
+
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"
|
|
49
|
+
/>
|
|
50
|
+
<path
|
|
51
|
+
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"
|
|
52
|
+
/>
|
|
53
|
+
<path
|
|
54
|
+
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"
|
|
55
|
+
/>
|
|
56
|
+
</g>
|
|
57
|
+
</g>
|
|
58
|
+
</svg>
|
|
59
|
+
</div>
|
|
60
|
+
</body>
|
|
61
|
+
`;
|
|
62
|
+
|
|
63
|
+
exports[`renders the PdfFileIcon with prop color=warning 1`] = `
|
|
64
|
+
<body>
|
|
65
|
+
<div>
|
|
66
|
+
<svg
|
|
67
|
+
aria-hidden="true"
|
|
68
|
+
class="ds-svg-icon--pdfFile ds-svg-icon--warning ds-svg-icon"
|
|
69
|
+
focusable="false"
|
|
70
|
+
viewBox="0 0 24 24"
|
|
71
|
+
>
|
|
72
|
+
<g>
|
|
73
|
+
<polygon
|
|
74
|
+
points="4 19 4 7 2 7 2 21 18 21 18 19 4 19"
|
|
75
|
+
/>
|
|
76
|
+
<g>
|
|
77
|
+
<path
|
|
78
|
+
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"
|
|
79
|
+
/>
|
|
80
|
+
<path
|
|
81
|
+
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"
|
|
82
|
+
/>
|
|
83
|
+
<path
|
|
84
|
+
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"
|
|
85
|
+
/>
|
|
86
|
+
</g>
|
|
87
|
+
</g>
|
|
88
|
+
</svg>
|
|
89
|
+
</div>
|
|
90
|
+
</body>
|
|
91
|
+
`;
|
|
92
|
+
|
|
93
|
+
exports[`renders the PdfFileIcon with prop color=warning and size=s 1`] = `
|
|
94
|
+
<body>
|
|
95
|
+
<div>
|
|
96
|
+
<svg
|
|
97
|
+
aria-hidden="true"
|
|
98
|
+
class="ds-svg-icon--pdfFile ds-svg-icon--warning ds-svg-icon--sm ds-svg-icon"
|
|
99
|
+
focusable="false"
|
|
100
|
+
viewBox="0 0 24 24"
|
|
101
|
+
>
|
|
102
|
+
<g>
|
|
103
|
+
<polygon
|
|
104
|
+
points="4 19 4 7 2 7 2 21 18 21 18 19 4 19"
|
|
105
|
+
/>
|
|
106
|
+
<g>
|
|
107
|
+
<path
|
|
108
|
+
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"
|
|
109
|
+
/>
|
|
110
|
+
<path
|
|
111
|
+
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"
|
|
112
|
+
/>
|
|
113
|
+
<path
|
|
114
|
+
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"
|
|
115
|
+
/>
|
|
116
|
+
</g>
|
|
117
|
+
</g>
|
|
118
|
+
</svg>
|
|
119
|
+
</div>
|
|
120
|
+
</body>
|
|
121
|
+
`;
|
|
122
|
+
|
|
123
|
+
exports[`renders the PdfFileIcon with prop color=white 1`] = `
|
|
124
|
+
<body>
|
|
125
|
+
<div>
|
|
126
|
+
<svg
|
|
127
|
+
aria-hidden="true"
|
|
128
|
+
class="ds-svg-icon--pdfFile ds-svg-icon--white ds-svg-icon"
|
|
129
|
+
focusable="false"
|
|
130
|
+
viewBox="0 0 24 24"
|
|
131
|
+
>
|
|
132
|
+
<g>
|
|
133
|
+
<polygon
|
|
134
|
+
points="4 19 4 7 2 7 2 21 18 21 18 19 4 19"
|
|
135
|
+
/>
|
|
136
|
+
<g>
|
|
137
|
+
<path
|
|
138
|
+
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"
|
|
139
|
+
/>
|
|
140
|
+
<path
|
|
141
|
+
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"
|
|
142
|
+
/>
|
|
143
|
+
<path
|
|
144
|
+
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"
|
|
145
|
+
/>
|
|
146
|
+
</g>
|
|
147
|
+
</g>
|
|
148
|
+
</svg>
|
|
149
|
+
</div>
|
|
150
|
+
</body>
|
|
151
|
+
`;
|
|
152
|
+
|
|
153
|
+
exports[`renders the PdfFileIcon with prop size=m 1`] = `
|
|
154
|
+
<body>
|
|
155
|
+
<div>
|
|
156
|
+
<svg
|
|
157
|
+
aria-hidden="true"
|
|
158
|
+
class="ds-svg-icon--pdfFile ds-svg-icon--md ds-svg-icon"
|
|
159
|
+
focusable="false"
|
|
160
|
+
viewBox="0 0 24 24"
|
|
161
|
+
>
|
|
162
|
+
<g>
|
|
163
|
+
<polygon
|
|
164
|
+
points="4 19 4 7 2 7 2 21 18 21 18 19 4 19"
|
|
165
|
+
/>
|
|
166
|
+
<g>
|
|
167
|
+
<path
|
|
168
|
+
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"
|
|
169
|
+
/>
|
|
170
|
+
<path
|
|
171
|
+
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"
|
|
172
|
+
/>
|
|
173
|
+
<path
|
|
174
|
+
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"
|
|
175
|
+
/>
|
|
176
|
+
</g>
|
|
177
|
+
</g>
|
|
178
|
+
</svg>
|
|
179
|
+
</div>
|
|
180
|
+
</body>
|
|
181
|
+
`;
|
|
182
|
+
|
|
183
|
+
exports[`renders the PdfFileIcon with prop size=xl 1`] = `
|
|
184
|
+
<body>
|
|
185
|
+
<div>
|
|
186
|
+
<svg
|
|
187
|
+
aria-hidden="true"
|
|
188
|
+
class="ds-svg-icon--pdfFile ds-svg-icon--xl ds-svg-icon"
|
|
189
|
+
focusable="false"
|
|
190
|
+
viewBox="0 0 24 24"
|
|
191
|
+
>
|
|
192
|
+
<g>
|
|
193
|
+
<polygon
|
|
194
|
+
points="4 19 4 7 2 7 2 21 18 21 18 19 4 19"
|
|
195
|
+
/>
|
|
196
|
+
<g>
|
|
197
|
+
<path
|
|
198
|
+
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"
|
|
199
|
+
/>
|
|
200
|
+
<path
|
|
201
|
+
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"
|
|
202
|
+
/>
|
|
203
|
+
<path
|
|
204
|
+
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"
|
|
205
|
+
/>
|
|
206
|
+
</g>
|
|
207
|
+
</g>
|
|
208
|
+
</svg>
|
|
209
|
+
</div>
|
|
210
|
+
</body>
|
|
211
|
+
`;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
|
|
3
|
+
export interface PdfFileType {}
|
|
4
|
+
|
|
5
|
+
export function pdfFile(): React.ReactElement {
|
|
6
|
+
return (
|
|
7
|
+
<g>
|
|
8
|
+
<polygon points="4 19 4 7 2 7 2 21 18 21 18 19 4 19" />
|
|
9
|
+
<g>
|
|
10
|
+
<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" />
|
|
11
|
+
<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" />
|
|
12
|
+
<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" />
|
|
13
|
+
</g>
|
|
14
|
+
</g>
|
|
15
|
+
);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
pdfFile.props = [];
|
|
19
|
+
|
|
20
|
+
export default pdfFile;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { render } from '@testing-library/react';
|
|
3
|
+
|
|
4
|
+
import PdfFileIcon from '@digigov/react-icons/PdfFileIcon';
|
|
5
|
+
|
|
6
|
+
it('renders the PdfFileIcon with no props', () => {
|
|
7
|
+
expect(render(<PdfFileIcon />).baseElement).toMatchSnapshot();
|
|
8
|
+
});
|
|
9
|
+
it('renders the PdfFileIcon with prop size=m', () => {
|
|
10
|
+
expect(render(<PdfFileIcon size="md" />).baseElement).toMatchSnapshot();
|
|
11
|
+
});
|
|
12
|
+
it('renders the PdfFileIcon with prop size=xl', () => {
|
|
13
|
+
expect(render(<PdfFileIcon size="xl" />).baseElement).toMatchSnapshot();
|
|
14
|
+
});
|
|
15
|
+
it('renders the PdfFileIcon with prop color=white', () => {
|
|
16
|
+
expect(render(<PdfFileIcon color="white" />).baseElement).toMatchSnapshot();
|
|
17
|
+
});
|
|
18
|
+
it('renders the PdfFileIcon with prop color=warning', () => {
|
|
19
|
+
expect(render(<PdfFileIcon color="warning" />).baseElement).toMatchSnapshot();
|
|
20
|
+
});
|
|
21
|
+
it('renders the PdfFileIcon with prop color=warning and size=s', () => {
|
|
22
|
+
expect(render(<PdfFileIcon color="warning" size="sm" />).baseElement).toMatchSnapshot();
|
|
23
|
+
});
|
|
24
|
+
it('renders the PdfFileIcon with prop color=error and size= xl', () => {
|
|
25
|
+
expect(render(<PdfFileIcon color="warning" size="xl" />).baseElement).toMatchSnapshot();
|
|
26
|
+
});
|
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
2
|
+
|
|
3
|
+
exports[`renders the PlusIcon with no props 1`] = `
|
|
4
|
+
<body>
|
|
5
|
+
<div>
|
|
6
|
+
<svg
|
|
7
|
+
aria-hidden="true"
|
|
8
|
+
class="ds-svg-icon--plus ds-svg-icon"
|
|
9
|
+
focusable="false"
|
|
10
|
+
viewBox="0 0 24 24"
|
|
11
|
+
>
|
|
12
|
+
<polygon
|
|
13
|
+
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"
|
|
14
|
+
/>
|
|
15
|
+
</svg>
|
|
16
|
+
</div>
|
|
17
|
+
</body>
|
|
18
|
+
`;
|
|
19
|
+
|
|
20
|
+
exports[`renders the PlusIcon with prop color=error and size= xl 1`] = `
|
|
21
|
+
<body>
|
|
22
|
+
<div>
|
|
23
|
+
<svg
|
|
24
|
+
aria-hidden="true"
|
|
25
|
+
class="ds-svg-icon--plus ds-svg-icon--warning ds-svg-icon--xl ds-svg-icon"
|
|
26
|
+
focusable="false"
|
|
27
|
+
viewBox="0 0 24 24"
|
|
28
|
+
>
|
|
29
|
+
<polygon
|
|
30
|
+
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"
|
|
31
|
+
/>
|
|
32
|
+
</svg>
|
|
33
|
+
</div>
|
|
34
|
+
</body>
|
|
35
|
+
`;
|
|
36
|
+
|
|
37
|
+
exports[`renders the PlusIcon with prop color=warning 1`] = `
|
|
38
|
+
<body>
|
|
39
|
+
<div>
|
|
40
|
+
<svg
|
|
41
|
+
aria-hidden="true"
|
|
42
|
+
class="ds-svg-icon--plus ds-svg-icon--warning ds-svg-icon"
|
|
43
|
+
focusable="false"
|
|
44
|
+
viewBox="0 0 24 24"
|
|
45
|
+
>
|
|
46
|
+
<polygon
|
|
47
|
+
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"
|
|
48
|
+
/>
|
|
49
|
+
</svg>
|
|
50
|
+
</div>
|
|
51
|
+
</body>
|
|
52
|
+
`;
|
|
53
|
+
|
|
54
|
+
exports[`renders the PlusIcon with prop color=warning and size=s 1`] = `
|
|
55
|
+
<body>
|
|
56
|
+
<div>
|
|
57
|
+
<svg
|
|
58
|
+
aria-hidden="true"
|
|
59
|
+
class="ds-svg-icon--plus ds-svg-icon--warning ds-svg-icon--sm ds-svg-icon"
|
|
60
|
+
focusable="false"
|
|
61
|
+
viewBox="0 0 24 24"
|
|
62
|
+
>
|
|
63
|
+
<polygon
|
|
64
|
+
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"
|
|
65
|
+
/>
|
|
66
|
+
</svg>
|
|
67
|
+
</div>
|
|
68
|
+
</body>
|
|
69
|
+
`;
|
|
70
|
+
|
|
71
|
+
exports[`renders the PlusIcon with prop color=white 1`] = `
|
|
72
|
+
<body>
|
|
73
|
+
<div>
|
|
74
|
+
<svg
|
|
75
|
+
aria-hidden="true"
|
|
76
|
+
class="ds-svg-icon--plus ds-svg-icon--white ds-svg-icon"
|
|
77
|
+
focusable="false"
|
|
78
|
+
viewBox="0 0 24 24"
|
|
79
|
+
>
|
|
80
|
+
<polygon
|
|
81
|
+
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"
|
|
82
|
+
/>
|
|
83
|
+
</svg>
|
|
84
|
+
</div>
|
|
85
|
+
</body>
|
|
86
|
+
`;
|
|
87
|
+
|
|
88
|
+
exports[`renders the PlusIcon with prop size=m 1`] = `
|
|
89
|
+
<body>
|
|
90
|
+
<div>
|
|
91
|
+
<svg
|
|
92
|
+
aria-hidden="true"
|
|
93
|
+
class="ds-svg-icon--plus ds-svg-icon--md ds-svg-icon"
|
|
94
|
+
focusable="false"
|
|
95
|
+
viewBox="0 0 24 24"
|
|
96
|
+
>
|
|
97
|
+
<polygon
|
|
98
|
+
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"
|
|
99
|
+
/>
|
|
100
|
+
</svg>
|
|
101
|
+
</div>
|
|
102
|
+
</body>
|
|
103
|
+
`;
|
|
104
|
+
|
|
105
|
+
exports[`renders the PlusIcon with prop size=xl 1`] = `
|
|
106
|
+
<body>
|
|
107
|
+
<div>
|
|
108
|
+
<svg
|
|
109
|
+
aria-hidden="true"
|
|
110
|
+
class="ds-svg-icon--plus ds-svg-icon--xl ds-svg-icon"
|
|
111
|
+
focusable="false"
|
|
112
|
+
viewBox="0 0 24 24"
|
|
113
|
+
>
|
|
114
|
+
<polygon
|
|
115
|
+
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"
|
|
116
|
+
/>
|
|
117
|
+
</svg>
|
|
118
|
+
</div>
|
|
119
|
+
</body>
|
|
120
|
+
`;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
|
|
3
|
+
export interface PlusType {}
|
|
4
|
+
|
|
5
|
+
export function plus(): React.ReactElement {
|
|
6
|
+
return (
|
|
7
|
+
<>
|
|
8
|
+
<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" />
|
|
9
|
+
</>
|
|
10
|
+
);
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
plus.props = [];
|
|
14
|
+
|
|
15
|
+
export default plus;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { render } from '@testing-library/react';
|
|
3
|
+
|
|
4
|
+
import PlusIcon from '@digigov/react-icons/PlusIcon';
|
|
5
|
+
|
|
6
|
+
it('renders the PlusIcon with no props', () => {
|
|
7
|
+
expect(render(<PlusIcon />).baseElement).toMatchSnapshot();
|
|
8
|
+
});
|
|
9
|
+
it('renders the PlusIcon with prop size=m', () => {
|
|
10
|
+
expect(render(<PlusIcon size="md" />).baseElement).toMatchSnapshot();
|
|
11
|
+
});
|
|
12
|
+
it('renders the PlusIcon with prop size=xl', () => {
|
|
13
|
+
expect(render(<PlusIcon size="xl" />).baseElement).toMatchSnapshot();
|
|
14
|
+
});
|
|
15
|
+
it('renders the PlusIcon with prop color=white', () => {
|
|
16
|
+
expect(render(<PlusIcon color="white" />).baseElement).toMatchSnapshot();
|
|
17
|
+
});
|
|
18
|
+
it('renders the PlusIcon with prop color=warning', () => {
|
|
19
|
+
expect(render(<PlusIcon color="warning" />).baseElement).toMatchSnapshot();
|
|
20
|
+
});
|
|
21
|
+
it('renders the PlusIcon with prop color=warning and size=s', () => {
|
|
22
|
+
expect(render(<PlusIcon color="warning" size="sm" />).baseElement).toMatchSnapshot();
|
|
23
|
+
});
|
|
24
|
+
it('renders the PlusIcon with prop color=error and size= xl', () => {
|
|
25
|
+
expect(render(<PlusIcon color="warning" size="xl" />).baseElement).toMatchSnapshot();
|
|
26
|
+
});
|
|
@@ -0,0 +1,162 @@
|
|
|
1
|
+
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
2
|
+
|
|
3
|
+
exports[`renders the PrintIcon with no props 1`] = `
|
|
4
|
+
<body>
|
|
5
|
+
<div>
|
|
6
|
+
<svg
|
|
7
|
+
aria-hidden="true"
|
|
8
|
+
class="ds-svg-icon--print ds-svg-icon"
|
|
9
|
+
focusable="false"
|
|
10
|
+
viewBox="0 0 24 24"
|
|
11
|
+
>
|
|
12
|
+
<rect
|
|
13
|
+
height="4"
|
|
14
|
+
width="10"
|
|
15
|
+
x="7"
|
|
16
|
+
y="2"
|
|
17
|
+
/>
|
|
18
|
+
<path
|
|
19
|
+
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"
|
|
20
|
+
/>
|
|
21
|
+
</svg>
|
|
22
|
+
</div>
|
|
23
|
+
</body>
|
|
24
|
+
`;
|
|
25
|
+
|
|
26
|
+
exports[`renders the PrintIcon with prop color=error and size=sm 1`] = `
|
|
27
|
+
<body>
|
|
28
|
+
<div>
|
|
29
|
+
<svg
|
|
30
|
+
aria-hidden="true"
|
|
31
|
+
class="ds-svg-icon--print ds-svg-icon--error ds-svg-icon--sm ds-svg-icon"
|
|
32
|
+
focusable="false"
|
|
33
|
+
viewBox="0 0 24 24"
|
|
34
|
+
>
|
|
35
|
+
<rect
|
|
36
|
+
height="4"
|
|
37
|
+
width="10"
|
|
38
|
+
x="7"
|
|
39
|
+
y="2"
|
|
40
|
+
/>
|
|
41
|
+
<path
|
|
42
|
+
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"
|
|
43
|
+
/>
|
|
44
|
+
</svg>
|
|
45
|
+
</div>
|
|
46
|
+
</body>
|
|
47
|
+
`;
|
|
48
|
+
|
|
49
|
+
exports[`renders the PrintIcon with prop color=info and size= xl 1`] = `
|
|
50
|
+
<body>
|
|
51
|
+
<div>
|
|
52
|
+
<svg
|
|
53
|
+
aria-hidden="true"
|
|
54
|
+
class="ds-svg-icon--print ds-svg-icon--info ds-svg-icon--xl ds-svg-icon"
|
|
55
|
+
focusable="false"
|
|
56
|
+
viewBox="0 0 24 24"
|
|
57
|
+
>
|
|
58
|
+
<rect
|
|
59
|
+
height="4"
|
|
60
|
+
width="10"
|
|
61
|
+
x="7"
|
|
62
|
+
y="2"
|
|
63
|
+
/>
|
|
64
|
+
<path
|
|
65
|
+
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"
|
|
66
|
+
/>
|
|
67
|
+
</svg>
|
|
68
|
+
</div>
|
|
69
|
+
</body>
|
|
70
|
+
`;
|
|
71
|
+
|
|
72
|
+
exports[`renders the PrintIcon with prop color=warning 1`] = `
|
|
73
|
+
<body>
|
|
74
|
+
<div>
|
|
75
|
+
<svg
|
|
76
|
+
aria-hidden="true"
|
|
77
|
+
class="ds-svg-icon--print ds-svg-icon--warning ds-svg-icon"
|
|
78
|
+
focusable="false"
|
|
79
|
+
viewBox="0 0 24 24"
|
|
80
|
+
>
|
|
81
|
+
<rect
|
|
82
|
+
height="4"
|
|
83
|
+
width="10"
|
|
84
|
+
x="7"
|
|
85
|
+
y="2"
|
|
86
|
+
/>
|
|
87
|
+
<path
|
|
88
|
+
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"
|
|
89
|
+
/>
|
|
90
|
+
</svg>
|
|
91
|
+
</div>
|
|
92
|
+
</body>
|
|
93
|
+
`;
|
|
94
|
+
|
|
95
|
+
exports[`renders the PrintIcon with prop color=white 1`] = `
|
|
96
|
+
<body>
|
|
97
|
+
<div>
|
|
98
|
+
<svg
|
|
99
|
+
aria-hidden="true"
|
|
100
|
+
class="ds-svg-icon--print ds-svg-icon--white ds-svg-icon"
|
|
101
|
+
focusable="false"
|
|
102
|
+
viewBox="0 0 24 24"
|
|
103
|
+
>
|
|
104
|
+
<rect
|
|
105
|
+
height="4"
|
|
106
|
+
width="10"
|
|
107
|
+
x="7"
|
|
108
|
+
y="2"
|
|
109
|
+
/>
|
|
110
|
+
<path
|
|
111
|
+
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"
|
|
112
|
+
/>
|
|
113
|
+
</svg>
|
|
114
|
+
</div>
|
|
115
|
+
</body>
|
|
116
|
+
`;
|
|
117
|
+
|
|
118
|
+
exports[`renders the PrintIcon with prop size=md 1`] = `
|
|
119
|
+
<body>
|
|
120
|
+
<div>
|
|
121
|
+
<svg
|
|
122
|
+
aria-hidden="true"
|
|
123
|
+
class="ds-svg-icon--print ds-svg-icon--md ds-svg-icon"
|
|
124
|
+
focusable="false"
|
|
125
|
+
viewBox="0 0 24 24"
|
|
126
|
+
>
|
|
127
|
+
<rect
|
|
128
|
+
height="4"
|
|
129
|
+
width="10"
|
|
130
|
+
x="7"
|
|
131
|
+
y="2"
|
|
132
|
+
/>
|
|
133
|
+
<path
|
|
134
|
+
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"
|
|
135
|
+
/>
|
|
136
|
+
</svg>
|
|
137
|
+
</div>
|
|
138
|
+
</body>
|
|
139
|
+
`;
|
|
140
|
+
|
|
141
|
+
exports[`renders the PrintIcon with prop size=xl 1`] = `
|
|
142
|
+
<body>
|
|
143
|
+
<div>
|
|
144
|
+
<svg
|
|
145
|
+
aria-hidden="true"
|
|
146
|
+
class="ds-svg-icon--print ds-svg-icon--xl ds-svg-icon"
|
|
147
|
+
focusable="false"
|
|
148
|
+
viewBox="0 0 24 24"
|
|
149
|
+
>
|
|
150
|
+
<rect
|
|
151
|
+
height="4"
|
|
152
|
+
width="10"
|
|
153
|
+
x="7"
|
|
154
|
+
y="2"
|
|
155
|
+
/>
|
|
156
|
+
<path
|
|
157
|
+
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"
|
|
158
|
+
/>
|
|
159
|
+
</svg>
|
|
160
|
+
</div>
|
|
161
|
+
</body>
|
|
162
|
+
`;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
|
|
3
|
+
export interface PrintType {}
|
|
4
|
+
|
|
5
|
+
export function print(): React.ReactElement {
|
|
6
|
+
return (
|
|
7
|
+
<>
|
|
8
|
+
<rect x="7" y="2" width="10" height="4" />
|
|
9
|
+
<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" />
|
|
10
|
+
</>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
print.props = [];
|
|
15
|
+
|
|
16
|
+
export default print;
|