chore: fix super icons

This commit is contained in:
Aman Harwara
2023-08-02 01:20:14 +05:30
parent 73609ca7e3
commit a059c2e7e9
13 changed files with 16 additions and 12 deletions

View File

@@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 16">
<path fill="currentColor"
d="M7.62 7.18L2.79 3.03c-.7-.6-1.79-.1-1.79.82v8.29c0 .93 1.09 1.42 1.79.82l4.83-4.14c.5-.43.5-1.21 0-1.64Z" />
</svg>

After

Width:  |  Height:  |  Size: 207 B

View File

@@ -29,6 +29,7 @@ import BoldIcon from './ic-bold.svg'
import BoxFilledIcon from './ic-box-filled.svg'
import BoxIcon from './ic-box.svg'
import CameraIcon from './ic-camera.svg'
import CaretRightIcon from './ic-caret-right.svg'
import CheckAllIcon from './ic-check-all.svg'
import CheckBoldIcon from './ic-check-bold.svg'
import CheckCircleFilledIcon from './ic-check-circle-filled.svg'
@@ -242,6 +243,7 @@ export {
BoxFilledIcon,
BoxIcon,
CameraIcon,
CaretRightIcon,
CheckAllIcon,
CheckBoldIcon,
CheckCircleFilledIcon,