From 7e4bee58814d3fecd3af0f2952a355e62b11d307 Mon Sep 17 00:00:00 2001 From: Hanna Jeong Date: Fri, 18 Oct 2024 20:21:47 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EC=95=84=EC=9D=B4=EC=BD=98=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD=EC=82=AC=ED=95=AD=EC=9D=84=20=EC=A0=81=EC=9A=A9?= =?UTF-8?q?=ED=95=9C=EB=8B=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../lib/CardNumberField/CardNumberField.tsx | 1 + .../TableDateFilter/TableDateFilter.tsx | 1 + .../assets/icons/BellOff/Fill.svg | 6 +- .../assets/icons/BellOff/Regular.svg | 6 +- .../assets/icons/BellOff/Thin.svg | 6 +- .../assets/icons/ChatBubble/Fill.svg | 3 + .../assets/icons/ChatBubble/Regular.svg | 3 + .../assets/icons/ChatBubble/Thin.svg | 3 + .../assets/icons/ClearStyle/Fill.svg | 4 +- .../assets/icons/ClearStyle/Regular.svg | 4 +- .../assets/icons/ClearStyle/Thin.svg | 4 +- .../vibrant-icons/assets/icons/Flag/Fill.svg | 3 + .../assets/icons/Flag/Regular.svg | 3 + .../vibrant-icons/assets/icons/Flag/Thin.svg | 3 + .../assets/icons/Hashtag/Fill.svg | 4 +- .../assets/icons/Hashtag/Regular.svg | 4 +- .../assets/icons/Hashtag/Thin.svg | 4 +- .../vibrant-icons/assets/icons/Home/Fill.svg | 4 +- .../assets/icons/Home/Regular.svg | 4 +- .../vibrant-icons/assets/icons/Home/Thin.svg | 4 +- .../assets/icons/PaperPlane/Fill.svg | 3 + .../assets/icons/PaperPlane/Regular.svg | 3 + .../assets/icons/PaperPlane/Thin.svg | 3 + .../assets/icons/Person/Fill.svg | 5 +- .../assets/icons/Person/Regular.svg | 5 +- .../assets/icons/Person/Thin.svg | 5 +- .../assets/icons/PersonSlash/Fill.svg | 4 + .../assets/icons/PersonSlash/Regular.svg | 4 + .../assets/icons/PersonSlash/Thin.svg | 4 + .../assets/icons/PinSlash/Fill.svg | 4 + .../assets/icons/PinSlash/Regular.svg | 4 + .../assets/icons/PinSlash/Thin.svg | 4 + .../assets/icons/PlayCircle/Fill.svg | 4 +- .../assets/icons/PlayCircle/Regular.svg | 4 +- .../assets/icons/PlayCircle/Thin.svg | 4 +- .../assets/icons/Replay/Fill.svg | 4 +- .../assets/icons/Replay/Regular.svg | 4 +- .../assets/icons/Replay/Thin.svg | 4 +- .../assets/icons/SearchText/Fill.svg | 6 + .../assets/icons/SearchText/Regular.svg | 6 + .../assets/icons/SearchText/Thin.svg | 6 + .../vibrant-icons/assets/icons/Video/Fill.svg | 4 +- .../assets/icons/Video/Regular.svg | 4 +- .../vibrant-icons/assets/icons/Video/Thin.svg | 4 +- .../assets/icons/VolumeMute/Fill.svg | 5 +- .../assets/icons/VolumeMute/Regular.svg | 5 +- .../assets/icons/VolumeMute/Thin.svg | 5 +- .../lib/Icon/__snapshots__/Icon.spec.tsx.snap | 1438 +++++++++++++++-- .../src/lib/Icon/generated/BellOff/Fill.tsx | 4 +- .../lib/Icon/generated/BellOff/Regular.tsx | 4 +- .../src/lib/Icon/generated/BellOff/Thin.tsx | 4 +- .../lib/Icon/generated/ChatBubble/Fill.tsx | 15 + .../lib/Icon/generated/ChatBubble/Regular.tsx | 15 + .../lib/Icon/generated/ChatBubble/Thin.tsx | 15 + .../lib/Icon/generated/ChatBubble/index.ts | 3 + .../lib/Icon/generated/ClearStyle/Fill.tsx | 2 +- .../lib/Icon/generated/ClearStyle/Regular.tsx | 2 +- .../lib/Icon/generated/ClearStyle/Thin.tsx | 2 +- .../src/lib/Icon/generated/Flag/Fill.tsx | 15 + .../src/lib/Icon/generated/Flag/Regular.tsx | 15 + .../src/lib/Icon/generated/Flag/Thin.tsx | 15 + .../src/lib/Icon/generated/Flag/index.ts | 3 + .../src/lib/Icon/generated/Hashtag/Fill.tsx | 6 +- .../lib/Icon/generated/Hashtag/Regular.tsx | 6 +- .../src/lib/Icon/generated/Hashtag/Thin.tsx | 6 +- .../src/lib/Icon/generated/Home/Fill.tsx | 2 +- .../src/lib/Icon/generated/Home/Regular.tsx | 2 +- .../src/lib/Icon/generated/Home/Thin.tsx | 2 +- .../lib/Icon/generated/PaperPlane/Fill.tsx | 15 + .../lib/Icon/generated/PaperPlane/Regular.tsx | 19 + .../lib/Icon/generated/PaperPlane/Thin.tsx | 19 + .../lib/Icon/generated/PaperPlane/index.ts | 3 + .../src/lib/Icon/generated/Person/Fill.tsx | 7 +- .../src/lib/Icon/generated/Person/Regular.tsx | 11 +- .../src/lib/Icon/generated/Person/Thin.tsx | 11 +- .../lib/Icon/generated/PersonSlash/Fill.tsx | 16 + .../Icon/generated/PersonSlash/Regular.tsx | 20 + .../lib/Icon/generated/PersonSlash/Thin.tsx | 20 + .../lib/Icon/generated/PersonSlash/index.ts | 3 + .../src/lib/Icon/generated/PinSlash/Fill.tsx | 16 + .../lib/Icon/generated/PinSlash/Regular.tsx | 20 + .../src/lib/Icon/generated/PinSlash/Thin.tsx | 20 + .../src/lib/Icon/generated/PinSlash/index.ts | 3 + .../lib/Icon/generated/PlayCircle/Fill.tsx | 2 +- .../lib/Icon/generated/PlayCircle/Regular.tsx | 3 +- .../lib/Icon/generated/PlayCircle/Thin.tsx | 3 +- .../src/lib/Icon/generated/Replay/Fill.tsx | 3 +- .../src/lib/Icon/generated/Replay/Regular.tsx | 3 +- .../src/lib/Icon/generated/Replay/Thin.tsx | 3 +- .../lib/Icon/generated/SearchText/Fill.tsx | 22 + .../lib/Icon/generated/SearchText/Regular.tsx | 22 + .../lib/Icon/generated/SearchText/Thin.tsx | 22 + .../lib/Icon/generated/SearchText/index.ts | 3 + .../src/lib/Icon/generated/Video/Fill.tsx | 2 +- .../src/lib/Icon/generated/Video/Regular.tsx | 3 +- .../src/lib/Icon/generated/Video/Thin.tsx | 3 +- .../lib/Icon/generated/VolumeMute/Fill.tsx | 3 +- .../lib/Icon/generated/VolumeMute/Regular.tsx | 7 +- .../lib/Icon/generated/VolumeMute/Thin.tsx | 7 +- .../src/lib/Icon/generated/index.ts | 6 + 100 files changed, 1852 insertions(+), 235 deletions(-) create mode 100644 packages/vibrant-icons/assets/icons/ChatBubble/Fill.svg create mode 100644 packages/vibrant-icons/assets/icons/ChatBubble/Regular.svg create mode 100644 packages/vibrant-icons/assets/icons/ChatBubble/Thin.svg create mode 100644 packages/vibrant-icons/assets/icons/Flag/Fill.svg create mode 100644 packages/vibrant-icons/assets/icons/Flag/Regular.svg create mode 100644 packages/vibrant-icons/assets/icons/Flag/Thin.svg create mode 100644 packages/vibrant-icons/assets/icons/PaperPlane/Fill.svg create mode 100644 packages/vibrant-icons/assets/icons/PaperPlane/Regular.svg create mode 100644 packages/vibrant-icons/assets/icons/PaperPlane/Thin.svg create mode 100644 packages/vibrant-icons/assets/icons/PersonSlash/Fill.svg create mode 100644 packages/vibrant-icons/assets/icons/PersonSlash/Regular.svg create mode 100644 packages/vibrant-icons/assets/icons/PersonSlash/Thin.svg create mode 100644 packages/vibrant-icons/assets/icons/PinSlash/Fill.svg create mode 100644 packages/vibrant-icons/assets/icons/PinSlash/Regular.svg create mode 100644 packages/vibrant-icons/assets/icons/PinSlash/Thin.svg create mode 100644 packages/vibrant-icons/assets/icons/SearchText/Fill.svg create mode 100644 packages/vibrant-icons/assets/icons/SearchText/Regular.svg create mode 100644 packages/vibrant-icons/assets/icons/SearchText/Thin.svg create mode 100644 packages/vibrant-icons/src/lib/Icon/generated/ChatBubble/Fill.tsx create mode 100644 packages/vibrant-icons/src/lib/Icon/generated/ChatBubble/Regular.tsx create mode 100644 packages/vibrant-icons/src/lib/Icon/generated/ChatBubble/Thin.tsx create mode 100644 packages/vibrant-icons/src/lib/Icon/generated/ChatBubble/index.ts create mode 100644 packages/vibrant-icons/src/lib/Icon/generated/Flag/Fill.tsx create mode 100644 packages/vibrant-icons/src/lib/Icon/generated/Flag/Regular.tsx create mode 100644 packages/vibrant-icons/src/lib/Icon/generated/Flag/Thin.tsx create mode 100644 packages/vibrant-icons/src/lib/Icon/generated/Flag/index.ts create mode 100644 packages/vibrant-icons/src/lib/Icon/generated/PaperPlane/Fill.tsx create mode 100644 packages/vibrant-icons/src/lib/Icon/generated/PaperPlane/Regular.tsx create mode 100644 packages/vibrant-icons/src/lib/Icon/generated/PaperPlane/Thin.tsx create mode 100644 packages/vibrant-icons/src/lib/Icon/generated/PaperPlane/index.ts create mode 100644 packages/vibrant-icons/src/lib/Icon/generated/PersonSlash/Fill.tsx create mode 100644 packages/vibrant-icons/src/lib/Icon/generated/PersonSlash/Regular.tsx create mode 100644 packages/vibrant-icons/src/lib/Icon/generated/PersonSlash/Thin.tsx create mode 100644 packages/vibrant-icons/src/lib/Icon/generated/PersonSlash/index.ts create mode 100644 packages/vibrant-icons/src/lib/Icon/generated/PinSlash/Fill.tsx create mode 100644 packages/vibrant-icons/src/lib/Icon/generated/PinSlash/Regular.tsx create mode 100644 packages/vibrant-icons/src/lib/Icon/generated/PinSlash/Thin.tsx create mode 100644 packages/vibrant-icons/src/lib/Icon/generated/PinSlash/index.ts create mode 100644 packages/vibrant-icons/src/lib/Icon/generated/SearchText/Fill.tsx create mode 100644 packages/vibrant-icons/src/lib/Icon/generated/SearchText/Regular.tsx create mode 100644 packages/vibrant-icons/src/lib/Icon/generated/SearchText/Thin.tsx create mode 100644 packages/vibrant-icons/src/lib/Icon/generated/SearchText/index.ts diff --git a/packages/vibrant-components/src/lib/CardNumberField/CardNumberField.tsx b/packages/vibrant-components/src/lib/CardNumberField/CardNumberField.tsx index be0d51eb9..5dca8ff1f 100644 --- a/packages/vibrant-components/src/lib/CardNumberField/CardNumberField.tsx +++ b/packages/vibrant-components/src/lib/CardNumberField/CardNumberField.tsx @@ -74,6 +74,7 @@ export const CardNumberField = withCardNumberFieldVariation( onValueChange?.({ value, prevent }); onCardNumberChange(value); + if (value.length > 0) { setShowLockIcon(true); } else { diff --git a/packages/vibrant-components/src/lib/TableFilterGroup/TableDateFilter/TableDateFilter.tsx b/packages/vibrant-components/src/lib/TableFilterGroup/TableDateFilter/TableDateFilter.tsx index ed88effc6..741400e5d 100644 --- a/packages/vibrant-components/src/lib/TableFilterGroup/TableDateFilter/TableDateFilter.tsx +++ b/packages/vibrant-components/src/lib/TableFilterGroup/TableDateFilter/TableDateFilter.tsx @@ -105,6 +105,7 @@ export const TableDateFilter = withTableDateFilterVariation( setOperator(operatorOption); setFieldAutoFocus(false); + if (operatorOption === 'between' || operator === 'between') { setValue([]); } diff --git a/packages/vibrant-icons/assets/icons/BellOff/Fill.svg b/packages/vibrant-icons/assets/icons/BellOff/Fill.svg index 5ec4e13f9..4aa6650b5 100644 --- a/packages/vibrant-icons/assets/icons/BellOff/Fill.svg +++ b/packages/vibrant-icons/assets/icons/BellOff/Fill.svg @@ -1 +1,5 @@ - \ No newline at end of file + + + + + diff --git a/packages/vibrant-icons/assets/icons/BellOff/Regular.svg b/packages/vibrant-icons/assets/icons/BellOff/Regular.svg index 1e5561957..c17a02628 100644 --- a/packages/vibrant-icons/assets/icons/BellOff/Regular.svg +++ b/packages/vibrant-icons/assets/icons/BellOff/Regular.svg @@ -1 +1,5 @@ - \ No newline at end of file + + + + + diff --git a/packages/vibrant-icons/assets/icons/BellOff/Thin.svg b/packages/vibrant-icons/assets/icons/BellOff/Thin.svg index b39b60836..71ba53464 100644 --- a/packages/vibrant-icons/assets/icons/BellOff/Thin.svg +++ b/packages/vibrant-icons/assets/icons/BellOff/Thin.svg @@ -1 +1,5 @@ - \ No newline at end of file + + + + + diff --git a/packages/vibrant-icons/assets/icons/ChatBubble/Fill.svg b/packages/vibrant-icons/assets/icons/ChatBubble/Fill.svg new file mode 100644 index 000000000..0d38c55c4 --- /dev/null +++ b/packages/vibrant-icons/assets/icons/ChatBubble/Fill.svg @@ -0,0 +1,3 @@ + + + diff --git a/packages/vibrant-icons/assets/icons/ChatBubble/Regular.svg b/packages/vibrant-icons/assets/icons/ChatBubble/Regular.svg new file mode 100644 index 000000000..a5818d1f9 --- /dev/null +++ b/packages/vibrant-icons/assets/icons/ChatBubble/Regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/packages/vibrant-icons/assets/icons/ChatBubble/Thin.svg b/packages/vibrant-icons/assets/icons/ChatBubble/Thin.svg new file mode 100644 index 000000000..fcc226f48 --- /dev/null +++ b/packages/vibrant-icons/assets/icons/ChatBubble/Thin.svg @@ -0,0 +1,3 @@ + + + diff --git a/packages/vibrant-icons/assets/icons/ClearStyle/Fill.svg b/packages/vibrant-icons/assets/icons/ClearStyle/Fill.svg index 9c1511197..4f1d2b1a1 100644 --- a/packages/vibrant-icons/assets/icons/ClearStyle/Fill.svg +++ b/packages/vibrant-icons/assets/icons/ClearStyle/Fill.svg @@ -1 +1,3 @@ - \ No newline at end of file + + + diff --git a/packages/vibrant-icons/assets/icons/ClearStyle/Regular.svg b/packages/vibrant-icons/assets/icons/ClearStyle/Regular.svg index 9c1511197..4f1d2b1a1 100644 --- a/packages/vibrant-icons/assets/icons/ClearStyle/Regular.svg +++ b/packages/vibrant-icons/assets/icons/ClearStyle/Regular.svg @@ -1 +1,3 @@ - \ No newline at end of file + + + diff --git a/packages/vibrant-icons/assets/icons/ClearStyle/Thin.svg b/packages/vibrant-icons/assets/icons/ClearStyle/Thin.svg index 679acdbc4..875f40041 100644 --- a/packages/vibrant-icons/assets/icons/ClearStyle/Thin.svg +++ b/packages/vibrant-icons/assets/icons/ClearStyle/Thin.svg @@ -1 +1,3 @@ - \ No newline at end of file + + + diff --git a/packages/vibrant-icons/assets/icons/Flag/Fill.svg b/packages/vibrant-icons/assets/icons/Flag/Fill.svg new file mode 100644 index 000000000..abcff29f7 --- /dev/null +++ b/packages/vibrant-icons/assets/icons/Flag/Fill.svg @@ -0,0 +1,3 @@ + + + diff --git a/packages/vibrant-icons/assets/icons/Flag/Regular.svg b/packages/vibrant-icons/assets/icons/Flag/Regular.svg new file mode 100644 index 000000000..f49aa8a5d --- /dev/null +++ b/packages/vibrant-icons/assets/icons/Flag/Regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/packages/vibrant-icons/assets/icons/Flag/Thin.svg b/packages/vibrant-icons/assets/icons/Flag/Thin.svg new file mode 100644 index 000000000..393524d69 --- /dev/null +++ b/packages/vibrant-icons/assets/icons/Flag/Thin.svg @@ -0,0 +1,3 @@ + + + diff --git a/packages/vibrant-icons/assets/icons/Hashtag/Fill.svg b/packages/vibrant-icons/assets/icons/Hashtag/Fill.svg index 4c1e0cd33..c0ca23b7b 100644 --- a/packages/vibrant-icons/assets/icons/Hashtag/Fill.svg +++ b/packages/vibrant-icons/assets/icons/Hashtag/Fill.svg @@ -1 +1,3 @@ - \ No newline at end of file + + + diff --git a/packages/vibrant-icons/assets/icons/Hashtag/Regular.svg b/packages/vibrant-icons/assets/icons/Hashtag/Regular.svg index 4c1e0cd33..c0ca23b7b 100644 --- a/packages/vibrant-icons/assets/icons/Hashtag/Regular.svg +++ b/packages/vibrant-icons/assets/icons/Hashtag/Regular.svg @@ -1 +1,3 @@ - \ No newline at end of file + + + diff --git a/packages/vibrant-icons/assets/icons/Hashtag/Thin.svg b/packages/vibrant-icons/assets/icons/Hashtag/Thin.svg index 13defa515..9a0a798df 100644 --- a/packages/vibrant-icons/assets/icons/Hashtag/Thin.svg +++ b/packages/vibrant-icons/assets/icons/Hashtag/Thin.svg @@ -1 +1,3 @@ - \ No newline at end of file + + + diff --git a/packages/vibrant-icons/assets/icons/Home/Fill.svg b/packages/vibrant-icons/assets/icons/Home/Fill.svg index a95e90081..6f97797ec 100644 --- a/packages/vibrant-icons/assets/icons/Home/Fill.svg +++ b/packages/vibrant-icons/assets/icons/Home/Fill.svg @@ -1 +1,3 @@ - \ No newline at end of file + + + diff --git a/packages/vibrant-icons/assets/icons/Home/Regular.svg b/packages/vibrant-icons/assets/icons/Home/Regular.svg index 61d7f378c..686f1196a 100644 --- a/packages/vibrant-icons/assets/icons/Home/Regular.svg +++ b/packages/vibrant-icons/assets/icons/Home/Regular.svg @@ -1 +1,3 @@ - \ No newline at end of file + + + diff --git a/packages/vibrant-icons/assets/icons/Home/Thin.svg b/packages/vibrant-icons/assets/icons/Home/Thin.svg index ea4097516..e8939d27c 100644 --- a/packages/vibrant-icons/assets/icons/Home/Thin.svg +++ b/packages/vibrant-icons/assets/icons/Home/Thin.svg @@ -1 +1,3 @@ - \ No newline at end of file + + + diff --git a/packages/vibrant-icons/assets/icons/PaperPlane/Fill.svg b/packages/vibrant-icons/assets/icons/PaperPlane/Fill.svg new file mode 100644 index 000000000..4d35048c5 --- /dev/null +++ b/packages/vibrant-icons/assets/icons/PaperPlane/Fill.svg @@ -0,0 +1,3 @@ + + + diff --git a/packages/vibrant-icons/assets/icons/PaperPlane/Regular.svg b/packages/vibrant-icons/assets/icons/PaperPlane/Regular.svg new file mode 100644 index 000000000..f824c0b53 --- /dev/null +++ b/packages/vibrant-icons/assets/icons/PaperPlane/Regular.svg @@ -0,0 +1,3 @@ + + + diff --git a/packages/vibrant-icons/assets/icons/PaperPlane/Thin.svg b/packages/vibrant-icons/assets/icons/PaperPlane/Thin.svg new file mode 100644 index 000000000..0e3b382e3 --- /dev/null +++ b/packages/vibrant-icons/assets/icons/PaperPlane/Thin.svg @@ -0,0 +1,3 @@ + + + diff --git a/packages/vibrant-icons/assets/icons/Person/Fill.svg b/packages/vibrant-icons/assets/icons/Person/Fill.svg index 30127739f..cded39a2d 100644 --- a/packages/vibrant-icons/assets/icons/Person/Fill.svg +++ b/packages/vibrant-icons/assets/icons/Person/Fill.svg @@ -1 +1,4 @@ - \ No newline at end of file + + + + diff --git a/packages/vibrant-icons/assets/icons/Person/Regular.svg b/packages/vibrant-icons/assets/icons/Person/Regular.svg index b86cc73a3..26bc54675 100644 --- a/packages/vibrant-icons/assets/icons/Person/Regular.svg +++ b/packages/vibrant-icons/assets/icons/Person/Regular.svg @@ -1 +1,4 @@ - \ No newline at end of file + + + + diff --git a/packages/vibrant-icons/assets/icons/Person/Thin.svg b/packages/vibrant-icons/assets/icons/Person/Thin.svg index d07d0a353..1c01f2ecd 100644 --- a/packages/vibrant-icons/assets/icons/Person/Thin.svg +++ b/packages/vibrant-icons/assets/icons/Person/Thin.svg @@ -1 +1,4 @@ - \ No newline at end of file + + + + diff --git a/packages/vibrant-icons/assets/icons/PersonSlash/Fill.svg b/packages/vibrant-icons/assets/icons/PersonSlash/Fill.svg new file mode 100644 index 000000000..4a4a8e497 --- /dev/null +++ b/packages/vibrant-icons/assets/icons/PersonSlash/Fill.svg @@ -0,0 +1,4 @@ + + + + diff --git a/packages/vibrant-icons/assets/icons/PersonSlash/Regular.svg b/packages/vibrant-icons/assets/icons/PersonSlash/Regular.svg new file mode 100644 index 000000000..82fe13b94 --- /dev/null +++ b/packages/vibrant-icons/assets/icons/PersonSlash/Regular.svg @@ -0,0 +1,4 @@ + + + + diff --git a/packages/vibrant-icons/assets/icons/PersonSlash/Thin.svg b/packages/vibrant-icons/assets/icons/PersonSlash/Thin.svg new file mode 100644 index 000000000..da854089d --- /dev/null +++ b/packages/vibrant-icons/assets/icons/PersonSlash/Thin.svg @@ -0,0 +1,4 @@ + + + + diff --git a/packages/vibrant-icons/assets/icons/PinSlash/Fill.svg b/packages/vibrant-icons/assets/icons/PinSlash/Fill.svg new file mode 100644 index 000000000..68f3c39d3 --- /dev/null +++ b/packages/vibrant-icons/assets/icons/PinSlash/Fill.svg @@ -0,0 +1,4 @@ + + + + diff --git a/packages/vibrant-icons/assets/icons/PinSlash/Regular.svg b/packages/vibrant-icons/assets/icons/PinSlash/Regular.svg new file mode 100644 index 000000000..fff25107b --- /dev/null +++ b/packages/vibrant-icons/assets/icons/PinSlash/Regular.svg @@ -0,0 +1,4 @@ + + + + diff --git a/packages/vibrant-icons/assets/icons/PinSlash/Thin.svg b/packages/vibrant-icons/assets/icons/PinSlash/Thin.svg new file mode 100644 index 000000000..ca4326317 --- /dev/null +++ b/packages/vibrant-icons/assets/icons/PinSlash/Thin.svg @@ -0,0 +1,4 @@ + + + + diff --git a/packages/vibrant-icons/assets/icons/PlayCircle/Fill.svg b/packages/vibrant-icons/assets/icons/PlayCircle/Fill.svg index 931198643..f8a1ba5e2 100644 --- a/packages/vibrant-icons/assets/icons/PlayCircle/Fill.svg +++ b/packages/vibrant-icons/assets/icons/PlayCircle/Fill.svg @@ -1 +1,3 @@ - \ No newline at end of file + + + diff --git a/packages/vibrant-icons/assets/icons/PlayCircle/Regular.svg b/packages/vibrant-icons/assets/icons/PlayCircle/Regular.svg index 6e743c75b..2ecba1768 100644 --- a/packages/vibrant-icons/assets/icons/PlayCircle/Regular.svg +++ b/packages/vibrant-icons/assets/icons/PlayCircle/Regular.svg @@ -1 +1,3 @@ - \ No newline at end of file + + + diff --git a/packages/vibrant-icons/assets/icons/PlayCircle/Thin.svg b/packages/vibrant-icons/assets/icons/PlayCircle/Thin.svg index 5b41e9d75..f320a61d5 100644 --- a/packages/vibrant-icons/assets/icons/PlayCircle/Thin.svg +++ b/packages/vibrant-icons/assets/icons/PlayCircle/Thin.svg @@ -1 +1,3 @@ - \ No newline at end of file + + + diff --git a/packages/vibrant-icons/assets/icons/Replay/Fill.svg b/packages/vibrant-icons/assets/icons/Replay/Fill.svg index 81471281e..eb4ce2db7 100644 --- a/packages/vibrant-icons/assets/icons/Replay/Fill.svg +++ b/packages/vibrant-icons/assets/icons/Replay/Fill.svg @@ -1 +1,3 @@ - \ No newline at end of file + + + diff --git a/packages/vibrant-icons/assets/icons/Replay/Regular.svg b/packages/vibrant-icons/assets/icons/Replay/Regular.svg index 81471281e..a54c41fd9 100644 --- a/packages/vibrant-icons/assets/icons/Replay/Regular.svg +++ b/packages/vibrant-icons/assets/icons/Replay/Regular.svg @@ -1 +1,3 @@ - \ No newline at end of file + + + diff --git a/packages/vibrant-icons/assets/icons/Replay/Thin.svg b/packages/vibrant-icons/assets/icons/Replay/Thin.svg index f7b9f3d23..8309f4e6a 100644 --- a/packages/vibrant-icons/assets/icons/Replay/Thin.svg +++ b/packages/vibrant-icons/assets/icons/Replay/Thin.svg @@ -1 +1,3 @@ - \ No newline at end of file + + + diff --git a/packages/vibrant-icons/assets/icons/SearchText/Fill.svg b/packages/vibrant-icons/assets/icons/SearchText/Fill.svg new file mode 100644 index 000000000..6687239a9 --- /dev/null +++ b/packages/vibrant-icons/assets/icons/SearchText/Fill.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/packages/vibrant-icons/assets/icons/SearchText/Regular.svg b/packages/vibrant-icons/assets/icons/SearchText/Regular.svg new file mode 100644 index 000000000..6687239a9 --- /dev/null +++ b/packages/vibrant-icons/assets/icons/SearchText/Regular.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/packages/vibrant-icons/assets/icons/SearchText/Thin.svg b/packages/vibrant-icons/assets/icons/SearchText/Thin.svg new file mode 100644 index 000000000..95d82a5d7 --- /dev/null +++ b/packages/vibrant-icons/assets/icons/SearchText/Thin.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/packages/vibrant-icons/assets/icons/Video/Fill.svg b/packages/vibrant-icons/assets/icons/Video/Fill.svg index a05f0861f..f77e44703 100644 --- a/packages/vibrant-icons/assets/icons/Video/Fill.svg +++ b/packages/vibrant-icons/assets/icons/Video/Fill.svg @@ -1 +1,3 @@ - \ No newline at end of file + + + diff --git a/packages/vibrant-icons/assets/icons/Video/Regular.svg b/packages/vibrant-icons/assets/icons/Video/Regular.svg index 8882e7ff9..7d2b45d8c 100644 --- a/packages/vibrant-icons/assets/icons/Video/Regular.svg +++ b/packages/vibrant-icons/assets/icons/Video/Regular.svg @@ -1 +1,3 @@ - \ No newline at end of file + + + diff --git a/packages/vibrant-icons/assets/icons/Video/Thin.svg b/packages/vibrant-icons/assets/icons/Video/Thin.svg index e3c19f5cf..aad07ee92 100644 --- a/packages/vibrant-icons/assets/icons/Video/Thin.svg +++ b/packages/vibrant-icons/assets/icons/Video/Thin.svg @@ -1 +1,3 @@ - \ No newline at end of file + + + diff --git a/packages/vibrant-icons/assets/icons/VolumeMute/Fill.svg b/packages/vibrant-icons/assets/icons/VolumeMute/Fill.svg index 1a7f4be01..b6e005648 100644 --- a/packages/vibrant-icons/assets/icons/VolumeMute/Fill.svg +++ b/packages/vibrant-icons/assets/icons/VolumeMute/Fill.svg @@ -1 +1,4 @@ - \ No newline at end of file + + + + diff --git a/packages/vibrant-icons/assets/icons/VolumeMute/Regular.svg b/packages/vibrant-icons/assets/icons/VolumeMute/Regular.svg index f5ee7059a..495894919 100644 --- a/packages/vibrant-icons/assets/icons/VolumeMute/Regular.svg +++ b/packages/vibrant-icons/assets/icons/VolumeMute/Regular.svg @@ -1 +1,4 @@ - \ No newline at end of file + + + + diff --git a/packages/vibrant-icons/assets/icons/VolumeMute/Thin.svg b/packages/vibrant-icons/assets/icons/VolumeMute/Thin.svg index daf64093f..c1ff1b63d 100644 --- a/packages/vibrant-icons/assets/icons/VolumeMute/Thin.svg +++ b/packages/vibrant-icons/assets/icons/VolumeMute/Thin.svg @@ -1 +1,4 @@ - \ No newline at end of file + + + + diff --git a/packages/vibrant-icons/src/lib/Icon/__snapshots__/Icon.spec.tsx.snap b/packages/vibrant-icons/src/lib/Icon/__snapshots__/Icon.spec.tsx.snap index 741a39cf8..83bf7d296 100644 --- a/packages/vibrant-icons/src/lib/Icon/__snapshots__/Icon.spec.tsx.snap +++ b/packages/vibrant-icons/src/lib/Icon/__snapshots__/Icon.spec.tsx.snap @@ -4666,7 +4666,15 @@ exports[` when BellOff.Fill Icon rendered match snapshot 1`] = ` > + + @@ -4720,7 +4728,15 @@ exports[` when BellOff.Regular Icon rendered match snapshot 1`] = ` > + + @@ -4774,7 +4790,15 @@ exports[` when BellOff.Thin Icon rendered match snapshot 1`] = ` > + + @@ -6108,6 +6132,168 @@ exports[` when CashCircle.Thin Icon rendered match snapshot 1`] = ` `; +exports[` when ChatBubble.Fill Icon rendered match snapshot 1`] = ` +.emotion-0 { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-align-content: stretch; + -ms-flex-line-pack: stretch; + align-content: stretch; + -webkit-flex-shrink: 1; + -ms-flex-negative: 1; + flex-shrink: 1; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + box-sizing: border-box; + position: relative; + width: 24px; + height: 24px; + fill: #0c0c0c; +} + +.emotion-1 { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-align-content: stretch; + -ms-flex-line-pack: stretch; + align-content: stretch; + -webkit-flex-shrink: 1; + -ms-flex-negative: 1; + flex-shrink: 1; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + box-sizing: border-box; + position: relative; +} + +
+ + + +
+`; + +exports[` when ChatBubble.Regular Icon rendered match snapshot 1`] = ` +.emotion-0 { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-align-content: stretch; + -ms-flex-line-pack: stretch; + align-content: stretch; + -webkit-flex-shrink: 1; + -ms-flex-negative: 1; + flex-shrink: 1; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + box-sizing: border-box; + position: relative; + width: 24px; + height: 24px; + fill: #0c0c0c; +} + +.emotion-1 { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-align-content: stretch; + -ms-flex-line-pack: stretch; + align-content: stretch; + -webkit-flex-shrink: 1; + -ms-flex-negative: 1; + flex-shrink: 1; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + box-sizing: border-box; + position: relative; +} + +
+ + + +
+`; + +exports[` when ChatBubble.Thin Icon rendered match snapshot 1`] = ` +.emotion-0 { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-align-content: stretch; + -ms-flex-line-pack: stretch; + align-content: stretch; + -webkit-flex-shrink: 1; + -ms-flex-negative: 1; + flex-shrink: 1; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + box-sizing: border-box; + position: relative; + width: 24px; + height: 24px; + fill: #0c0c0c; +} + +.emotion-1 { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-align-content: stretch; + -ms-flex-line-pack: stretch; + align-content: stretch; + -webkit-flex-shrink: 1; + -ms-flex-negative: 1; + flex-shrink: 1; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + box-sizing: border-box; + position: relative; +} + +
+ + + +
+`; + exports[` when Check.Fill Icon rendered match snapshot 1`] = ` .emotion-0 { display: -webkit-box; @@ -8828,7 +9014,7 @@ exports[` when ClearStyle.Fill Icon rendered match snapshot 1`] = ` > @@ -8882,7 +9068,7 @@ exports[` when ClearStyle.Regular Icon rendered match snapshot 1`] = ` > @@ -8936,7 +9122,7 @@ exports[` when ClearStyle.Thin Icon rendered match snapshot 1`] = ` > @@ -13114,7 +13300,7 @@ exports[` when Filter.Thin Icon rendered match snapshot 1`] = ` `; -exports[` when Flash.Fill Icon rendered match snapshot 1`] = ` +exports[` when Flag.Fill Icon rendered match snapshot 1`] = ` .emotion-0 { display: -webkit-box; display: -webkit-flex; @@ -13157,18 +13343,18 @@ exports[` when Flash.Fill Icon rendered match snapshot 1`] = `
`; -exports[` when Flash.Regular Icon rendered match snapshot 1`] = ` +exports[` when Flag.Regular Icon rendered match snapshot 1`] = ` .emotion-0 { display: -webkit-box; display: -webkit-flex; @@ -13211,18 +13397,18 @@ exports[` when Flash.Regular Icon rendered match snapshot 1`] = `
`; -exports[` when Flash.Thin Icon rendered match snapshot 1`] = ` +exports[` when Flag.Thin Icon rendered match snapshot 1`] = ` .emotion-0 { display: -webkit-box; display: -webkit-flex; @@ -13265,18 +13451,18 @@ exports[` when Flash.Thin Icon rendered match snapshot 1`] = `
`; -exports[` when FlashAuto.Fill Icon rendered match snapshot 1`] = ` +exports[` when Flash.Fill Icon rendered match snapshot 1`] = ` .emotion-0 { display: -webkit-box; display: -webkit-flex; @@ -13319,18 +13505,18 @@ exports[` when FlashAuto.Fill Icon rendered match snapshot 1`] = `
`; -exports[` when FlashAuto.Regular Icon rendered match snapshot 1`] = ` +exports[` when Flash.Regular Icon rendered match snapshot 1`] = ` .emotion-0 { display: -webkit-box; display: -webkit-flex; @@ -13373,18 +13559,18 @@ exports[` when FlashAuto.Regular Icon rendered match snapshot 1`] = `
`; -exports[` when FlashAuto.Thin Icon rendered match snapshot 1`] = ` +exports[` when Flash.Thin Icon rendered match snapshot 1`] = ` .emotion-0 { display: -webkit-box; display: -webkit-flex; @@ -13427,18 +13613,18 @@ exports[` when FlashAuto.Thin Icon rendered match snapshot 1`] = `
`; -exports[` when FlashOff.Fill Icon rendered match snapshot 1`] = ` +exports[` when FlashAuto.Fill Icon rendered match snapshot 1`] = ` .emotion-0 { display: -webkit-box; display: -webkit-flex; @@ -13481,18 +13667,18 @@ exports[` when FlashOff.Fill Icon rendered match snapshot 1`] = `
`; -exports[` when FlashOff.Regular Icon rendered match snapshot 1`] = ` +exports[` when FlashAuto.Regular Icon rendered match snapshot 1`] = ` .emotion-0 { display: -webkit-box; display: -webkit-flex; @@ -13535,18 +13721,18 @@ exports[` when FlashOff.Regular Icon rendered match snapshot 1`] = `
`; -exports[` when FlashOff.Thin Icon rendered match snapshot 1`] = ` +exports[` when FlashAuto.Thin Icon rendered match snapshot 1`] = ` .emotion-0 { display: -webkit-box; display: -webkit-flex; @@ -13589,18 +13775,18 @@ exports[` when FlashOff.Thin Icon rendered match snapshot 1`] = `
`; -exports[` when FullScreen.Fill Icon rendered match snapshot 1`] = ` +exports[` when FlashOff.Fill Icon rendered match snapshot 1`] = ` .emotion-0 { display: -webkit-box; display: -webkit-flex; @@ -13643,18 +13829,18 @@ exports[` when FullScreen.Fill Icon rendered match snapshot 1`] = `
`; -exports[` when FullScreen.Regular Icon rendered match snapshot 1`] = ` +exports[` when FlashOff.Regular Icon rendered match snapshot 1`] = ` .emotion-0 { display: -webkit-box; display: -webkit-flex; @@ -13697,18 +13883,18 @@ exports[` when FullScreen.Regular Icon rendered match snapshot 1`] = `
`; -exports[` when FullScreen.Thin Icon rendered match snapshot 1`] = ` +exports[` when FlashOff.Thin Icon rendered match snapshot 1`] = ` .emotion-0 { display: -webkit-box; display: -webkit-flex; @@ -13751,22 +13937,18 @@ exports[` when FullScreen.Thin Icon rendered match snapshot 1`] = `
-
`; -exports[` when FullScreenExit.Fill Icon rendered match snapshot 1`] = ` +exports[` when FullScreen.Fill Icon rendered match snapshot 1`] = ` .emotion-0 { display: -webkit-box; display: -webkit-flex; @@ -13809,18 +13991,18 @@ exports[` when FullScreenExit.Fill Icon rendered match snapshot 1`] = `
`; -exports[` when FullScreenExit.Regular Icon rendered match snapshot 1`] = ` +exports[` when FullScreen.Regular Icon rendered match snapshot 1`] = ` .emotion-0 { display: -webkit-box; display: -webkit-flex; @@ -13863,18 +14045,18 @@ exports[` when FullScreenExit.Regular Icon rendered match snapshot 1`] =
`; -exports[` when FullScreenExit.Thin Icon rendered match snapshot 1`] = ` +exports[` when FullScreen.Thin Icon rendered match snapshot 1`] = ` .emotion-0 { display: -webkit-box; display: -webkit-flex; @@ -13917,12 +14099,178 @@ exports[` when FullScreenExit.Thin Icon rendered match snapshot 1`] = `
+ + +
+`; + +exports[` when FullScreenExit.Fill Icon rendered match snapshot 1`] = ` +.emotion-0 { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-align-content: stretch; + -ms-flex-line-pack: stretch; + align-content: stretch; + -webkit-flex-shrink: 1; + -ms-flex-negative: 1; + flex-shrink: 1; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + box-sizing: border-box; + position: relative; + width: 24px; + height: 24px; + fill: #0c0c0c; +} + +.emotion-1 { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-align-content: stretch; + -ms-flex-line-pack: stretch; + align-content: stretch; + -webkit-flex-shrink: 1; + -ms-flex-negative: 1; + flex-shrink: 1; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + box-sizing: border-box; + position: relative; +} + +
+ + + +
+`; + +exports[` when FullScreenExit.Regular Icon rendered match snapshot 1`] = ` +.emotion-0 { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-align-content: stretch; + -ms-flex-line-pack: stretch; + align-content: stretch; + -webkit-flex-shrink: 1; + -ms-flex-negative: 1; + flex-shrink: 1; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + box-sizing: border-box; + position: relative; + width: 24px; + height: 24px; + fill: #0c0c0c; +} + +.emotion-1 { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-align-content: stretch; + -ms-flex-line-pack: stretch; + align-content: stretch; + -webkit-flex-shrink: 1; + -ms-flex-negative: 1; + flex-shrink: 1; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + box-sizing: border-box; + position: relative; +} + +
+ + + +
+`; + +exports[` when FullScreenExit.Thin Icon rendered match snapshot 1`] = ` +.emotion-0 { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-align-content: stretch; + -ms-flex-line-pack: stretch; + align-content: stretch; + -webkit-flex-shrink: 1; + -ms-flex-negative: 1; + flex-shrink: 1; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + box-sizing: border-box; + position: relative; + width: 24px; + height: 24px; + fill: #0c0c0c; +} + +.emotion-1 { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-align-content: stretch; + -ms-flex-line-pack: stretch; + align-content: stretch; + -webkit-flex-shrink: 1; + -ms-flex-negative: 1; + flex-shrink: 1; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + box-sizing: border-box; + position: relative; +} + +
+ + when Hashtag.Fill Icon rendered match snapshot 1`] = ` >
@@ -15010,7 +15360,9 @@ exports[` when Hashtag.Regular Icon rendered match snapshot 1`] = ` > @@ -15064,7 +15416,9 @@ exports[` when Hashtag.Thin Icon rendered match snapshot 1`] = ` > @@ -15450,7 +15804,7 @@ exports[` when Home.Fill Icon rendered match snapshot 1`] = ` > @@ -15504,7 +15858,7 @@ exports[` when Home.Regular Icon rendered match snapshot 1`] = ` > @@ -15558,7 +15912,7 @@ exports[` when Home.Thin Icon rendered match snapshot 1`] = ` > @@ -20710,7 +21064,7 @@ exports[` when Paper3.Thin Icon rendered match snapshot 1`] = ` `; -exports[` when Pause.Fill Icon rendered match snapshot 1`] = ` +exports[` when PaperPlane.Fill Icon rendered match snapshot 1`] = ` .emotion-0 { display: -webkit-box; display: -webkit-flex; @@ -20753,18 +21107,18 @@ exports[` when Pause.Fill Icon rendered match snapshot 1`] = `
`; -exports[` when Pause.Regular Icon rendered match snapshot 1`] = ` +exports[` when PaperPlane.Regular Icon rendered match snapshot 1`] = ` .emotion-0 { display: -webkit-box; display: -webkit-flex; @@ -20807,18 +21161,20 @@ exports[` when Pause.Regular Icon rendered match snapshot 1`] = `
`; -exports[` when Pause.Thin Icon rendered match snapshot 1`] = ` +exports[` when PaperPlane.Thin Icon rendered match snapshot 1`] = ` .emotion-0 { display: -webkit-box; display: -webkit-flex; @@ -20861,18 +21217,20 @@ exports[` when Pause.Thin Icon rendered match snapshot 1`] = `
`; -exports[` when PauseCircle.Fill Icon rendered match snapshot 1`] = ` +exports[` when Pause.Fill Icon rendered match snapshot 1`] = ` .emotion-0 { display: -webkit-box; display: -webkit-flex; @@ -20915,18 +21273,18 @@ exports[` when PauseCircle.Fill Icon rendered match snapshot 1`] = `
`; -exports[` when PauseCircle.Regular Icon rendered match snapshot 1`] = ` +exports[` when Pause.Regular Icon rendered match snapshot 1`] = ` .emotion-0 { display: -webkit-box; display: -webkit-flex; @@ -20969,22 +21327,18 @@ exports[` when PauseCircle.Regular Icon rendered match snapshot 1`] = `
-
`; -exports[` when PauseCircle.Thin Icon rendered match snapshot 1`] = ` +exports[` when Pause.Thin Icon rendered match snapshot 1`] = ` .emotion-0 { display: -webkit-box; display: -webkit-flex; @@ -21027,22 +21381,18 @@ exports[` when PauseCircle.Thin Icon rendered match snapshot 1`] = `
-
`; -exports[` when Person.Fill Icon rendered match snapshot 1`] = ` +exports[` when PauseCircle.Fill Icon rendered match snapshot 1`] = ` .emotion-0 { display: -webkit-box; display: -webkit-flex; @@ -21085,18 +21435,18 @@ exports[` when Person.Fill Icon rendered match snapshot 1`] = `
`; -exports[` when Person.Regular Icon rendered match snapshot 1`] = ` +exports[` when PauseCircle.Regular Icon rendered match snapshot 1`] = ` .emotion-0 { display: -webkit-box; display: -webkit-flex; @@ -21139,18 +21489,22 @@ exports[` when Person.Regular Icon rendered match snapshot 1`] = `
+
`; -exports[` when Person.Thin Icon rendered match snapshot 1`] = ` +exports[` when PauseCircle.Thin Icon rendered match snapshot 1`] = ` .emotion-0 { display: -webkit-box; display: -webkit-flex; @@ -21193,18 +21547,22 @@ exports[` when Person.Thin Icon rendered match snapshot 1`] = `
+
`; -exports[` when Person2.Fill Icon rendered match snapshot 1`] = ` +exports[` when Person.Fill Icon rendered match snapshot 1`] = ` .emotion-0 { display: -webkit-box; display: -webkit-flex; @@ -21247,26 +21605,24 @@ exports[` when Person2.Fill Icon rendered match snapshot 1`] = `
-
`; -exports[` when Person2.Regular Icon rendered match snapshot 1`] = ` +exports[` when Person.Regular Icon rendered match snapshot 1`] = ` .emotion-0 { display: -webkit-box; display: -webkit-flex; @@ -21309,32 +21665,344 @@ exports[` when Person2.Regular Icon rendered match snapshot 1`] = `
- +
+`; + +exports[` when Person.Thin Icon rendered match snapshot 1`] = ` +.emotion-0 { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-align-content: stretch; + -ms-flex-line-pack: stretch; + align-content: stretch; + -webkit-flex-shrink: 1; + -ms-flex-negative: 1; + flex-shrink: 1; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + box-sizing: border-box; + position: relative; + width: 24px; + height: 24px; + fill: #0c0c0c; +} + +.emotion-1 { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-align-content: stretch; + -ms-flex-line-pack: stretch; + align-content: stretch; + -webkit-flex-shrink: 1; + -ms-flex-negative: 1; + flex-shrink: 1; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + box-sizing: border-box; + position: relative; +} + +
+ + + + +
+`; + +exports[` when Person2.Fill Icon rendered match snapshot 1`] = ` +.emotion-0 { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-align-content: stretch; + -ms-flex-line-pack: stretch; + align-content: stretch; + -webkit-flex-shrink: 1; + -ms-flex-negative: 1; + flex-shrink: 1; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + box-sizing: border-box; + position: relative; + width: 24px; + height: 24px; + fill: #0c0c0c; +} + +.emotion-1 { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-align-content: stretch; + -ms-flex-line-pack: stretch; + align-content: stretch; + -webkit-flex-shrink: 1; + -ms-flex-negative: 1; + flex-shrink: 1; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + box-sizing: border-box; + position: relative; +} + +
+ + + + + +
+`; + +exports[` when Person2.Regular Icon rendered match snapshot 1`] = ` +.emotion-0 { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-align-content: stretch; + -ms-flex-line-pack: stretch; + align-content: stretch; + -webkit-flex-shrink: 1; + -ms-flex-negative: 1; + flex-shrink: 1; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + box-sizing: border-box; + position: relative; + width: 24px; + height: 24px; + fill: #0c0c0c; +} + +.emotion-1 { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-align-content: stretch; + -ms-flex-line-pack: stretch; + align-content: stretch; + -webkit-flex-shrink: 1; + -ms-flex-negative: 1; + flex-shrink: 1; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + box-sizing: border-box; + position: relative; +} + +
+ + + +
`; -exports[` when Person2.Thin Icon rendered match snapshot 1`] = ` +exports[` when Person2.Thin Icon rendered match snapshot 1`] = ` +.emotion-0 { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-align-content: stretch; + -ms-flex-line-pack: stretch; + align-content: stretch; + -webkit-flex-shrink: 1; + -ms-flex-negative: 1; + flex-shrink: 1; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + box-sizing: border-box; + position: relative; + width: 24px; + height: 24px; + fill: #0c0c0c; +} + +.emotion-1 { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-align-content: stretch; + -ms-flex-line-pack: stretch; + align-content: stretch; + -webkit-flex-shrink: 1; + -ms-flex-negative: 1; + flex-shrink: 1; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + box-sizing: border-box; + position: relative; +} + +
+ + + + + +
+`; + +exports[` when PersonSlash.Fill Icon rendered match snapshot 1`] = ` +.emotion-0 { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-align-content: stretch; + -ms-flex-line-pack: stretch; + align-content: stretch; + -webkit-flex-shrink: 1; + -ms-flex-negative: 1; + flex-shrink: 1; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + box-sizing: border-box; + position: relative; + width: 24px; + height: 24px; + fill: #0c0c0c; +} + +.emotion-1 { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-align-content: stretch; + -ms-flex-line-pack: stretch; + align-content: stretch; + -webkit-flex-shrink: 1; + -ms-flex-negative: 1; + flex-shrink: 1; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + box-sizing: border-box; + position: relative; +} + +
+ + + + +
+`; + +exports[` when PersonSlash.Regular Icon rendered match snapshot 1`] = ` .emotion-0 { display: -webkit-box; display: -webkit-flex; @@ -21377,27 +22045,79 @@ exports[` when Person2.Thin Icon rendered match snapshot 1`] = `
+ +
+`; + +exports[` when PersonSlash.Thin Icon rendered match snapshot 1`] = ` +.emotion-0 { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-align-content: stretch; + -ms-flex-line-pack: stretch; + align-content: stretch; + -webkit-flex-shrink: 1; + -ms-flex-negative: 1; + flex-shrink: 1; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + box-sizing: border-box; + position: relative; + width: 24px; + height: 24px; + fill: #0c0c0c; +} + +.emotion-1 { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-align-content: stretch; + -ms-flex-line-pack: stretch; + align-content: stretch; + -webkit-flex-shrink: 1; + -ms-flex-negative: 1; + flex-shrink: 1; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + box-sizing: border-box; + position: relative; +} + +
+ +
`; @@ -22079,22 +22799,184 @@ exports[` when PhotoDouble.Thin Icon rendered match snapshot 1`] = `
+ + + +
+`; + +exports[` when Pin.Fill Icon rendered match snapshot 1`] = ` +.emotion-0 { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-align-content: stretch; + -ms-flex-line-pack: stretch; + align-content: stretch; + -webkit-flex-shrink: 1; + -ms-flex-negative: 1; + flex-shrink: 1; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + box-sizing: border-box; + position: relative; + width: 24px; + height: 24px; + fill: #0c0c0c; +} + +.emotion-1 { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-align-content: stretch; + -ms-flex-line-pack: stretch; + align-content: stretch; + -webkit-flex-shrink: 1; + -ms-flex-negative: 1; + flex-shrink: 1; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + box-sizing: border-box; + position: relative; +} + +
+ + + +
+`; + +exports[` when Pin.Regular Icon rendered match snapshot 1`] = ` +.emotion-0 { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-align-content: stretch; + -ms-flex-line-pack: stretch; + align-content: stretch; + -webkit-flex-shrink: 1; + -ms-flex-negative: 1; + flex-shrink: 1; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + box-sizing: border-box; + position: relative; + width: 24px; + height: 24px; + fill: #0c0c0c; +} + +.emotion-1 { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-align-content: stretch; + -ms-flex-line-pack: stretch; + align-content: stretch; + -webkit-flex-shrink: 1; + -ms-flex-negative: 1; + flex-shrink: 1; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + box-sizing: border-box; + position: relative; +} + +
+ + + +
+`; + +exports[` when Pin.Thin Icon rendered match snapshot 1`] = ` +.emotion-0 { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-align-content: stretch; + -ms-flex-line-pack: stretch; + align-content: stretch; + -webkit-flex-shrink: 1; + -ms-flex-negative: 1; + flex-shrink: 1; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + box-sizing: border-box; + position: relative; + width: 24px; + height: 24px; + fill: #0c0c0c; +} + +.emotion-1 { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-align-content: stretch; + -ms-flex-line-pack: stretch; + align-content: stretch; + -webkit-flex-shrink: 1; + -ms-flex-negative: 1; + flex-shrink: 1; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + box-sizing: border-box; + position: relative; +} + +
+ -
`; -exports[` when Pin.Fill Icon rendered match snapshot 1`] = ` +exports[` when PinSlash.Fill Icon rendered match snapshot 1`] = ` .emotion-0 { display: -webkit-box; display: -webkit-flex; @@ -22137,18 +23019,22 @@ exports[` when Pin.Fill Icon rendered match snapshot 1`] = `
+
`; -exports[` when Pin.Regular Icon rendered match snapshot 1`] = ` +exports[` when PinSlash.Regular Icon rendered match snapshot 1`] = ` .emotion-0 { display: -webkit-box; display: -webkit-flex; @@ -22191,18 +23077,24 @@ exports[` when Pin.Regular Icon rendered match snapshot 1`] = `
+
`; -exports[` when Pin.Thin Icon rendered match snapshot 1`] = ` +exports[` when PinSlash.Thin Icon rendered match snapshot 1`] = ` .emotion-0 { display: -webkit-box; display: -webkit-flex; @@ -22245,12 +23137,18 @@ exports[` when Pin.Thin Icon rendered match snapshot 1`] = `
+
@@ -22814,7 +23712,7 @@ exports[` when PlayCircle.Fill Icon rendered match snapshot 1`] = ` > @@ -22868,11 +23766,7 @@ exports[` when PlayCircle.Regular Icon rendered match snapshot 1`] = ` > - @@ -22926,11 +23820,7 @@ exports[` when PlayCircle.Thin Icon rendered match snapshot 1`] = ` > - @@ -27020,11 +27910,7 @@ exports[` when Replay.Fill Icon rendered match snapshot 1`] = ` > - @@ -27078,11 +27964,7 @@ exports[` when Replay.Regular Icon rendered match snapshot 1`] = ` > - @@ -27136,11 +28018,7 @@ exports[` when Replay.Thin Icon rendered match snapshot 1`] = ` > - @@ -28156,6 +29034,210 @@ exports[` when Search.Thin Icon rendered match snapshot 1`] = ` `; +exports[` when SearchText.Fill Icon rendered match snapshot 1`] = ` +.emotion-0 { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-align-content: stretch; + -ms-flex-line-pack: stretch; + align-content: stretch; + -webkit-flex-shrink: 1; + -ms-flex-negative: 1; + flex-shrink: 1; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + box-sizing: border-box; + position: relative; + width: 24px; + height: 24px; + fill: #0c0c0c; +} + +.emotion-1 { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-align-content: stretch; + -ms-flex-line-pack: stretch; + align-content: stretch; + -webkit-flex-shrink: 1; + -ms-flex-negative: 1; + flex-shrink: 1; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + box-sizing: border-box; + position: relative; +} + +
+ + + + + + +
+`; + +exports[` when SearchText.Regular Icon rendered match snapshot 1`] = ` +.emotion-0 { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-align-content: stretch; + -ms-flex-line-pack: stretch; + align-content: stretch; + -webkit-flex-shrink: 1; + -ms-flex-negative: 1; + flex-shrink: 1; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + box-sizing: border-box; + position: relative; + width: 24px; + height: 24px; + fill: #0c0c0c; +} + +.emotion-1 { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-align-content: stretch; + -ms-flex-line-pack: stretch; + align-content: stretch; + -webkit-flex-shrink: 1; + -ms-flex-negative: 1; + flex-shrink: 1; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + box-sizing: border-box; + position: relative; +} + +
+ + + + + + +
+`; + +exports[` when SearchText.Thin Icon rendered match snapshot 1`] = ` +.emotion-0 { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-align-content: stretch; + -ms-flex-line-pack: stretch; + align-content: stretch; + -webkit-flex-shrink: 1; + -ms-flex-negative: 1; + flex-shrink: 1; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + box-sizing: border-box; + position: relative; + width: 24px; + height: 24px; + fill: #0c0c0c; +} + +.emotion-1 { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; + -webkit-align-content: stretch; + -ms-flex-line-pack: stretch; + align-content: stretch; + -webkit-flex-shrink: 1; + -ms-flex-negative: 1; + flex-shrink: 1; + -webkit-flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; + box-sizing: border-box; + position: relative; +} + +
+ + + + + + +
+`; + exports[` when Send.Fill Icon rendered match snapshot 1`] = ` .emotion-0 { display: -webkit-box; @@ -33380,7 +34462,7 @@ exports[` when Video.Fill Icon rendered match snapshot 1`] = ` > @@ -33434,11 +34516,7 @@ exports[` when Video.Regular Icon rendered match snapshot 1`] = ` > - @@ -33492,11 +34570,7 @@ exports[` when Video.Thin Icon rendered match snapshot 1`] = ` > - @@ -33712,7 +34786,11 @@ exports[` when VolumeMute.Fill Icon rendered match snapshot 1`] = ` > + @@ -33766,7 +34844,13 @@ exports[` when VolumeMute.Regular Icon rendered match snapshot 1`] = ` > + @@ -33820,7 +34904,13 @@ exports[` when VolumeMute.Thin Icon rendered match snapshot 1`] = ` > + diff --git a/packages/vibrant-icons/src/lib/Icon/generated/BellOff/Fill.tsx b/packages/vibrant-icons/src/lib/Icon/generated/BellOff/Fill.tsx index 41066daa8..86f8c716c 100644 --- a/packages/vibrant-icons/src/lib/Icon/generated/BellOff/Fill.tsx +++ b/packages/vibrant-icons/src/lib/Icon/generated/BellOff/Fill.tsx @@ -8,7 +8,9 @@ export const Fill: IconComponent = ({ ...props }) => ( - + + + ); diff --git a/packages/vibrant-icons/src/lib/Icon/generated/BellOff/Regular.tsx b/packages/vibrant-icons/src/lib/Icon/generated/BellOff/Regular.tsx index 19816e74f..0e6cbb040 100644 --- a/packages/vibrant-icons/src/lib/Icon/generated/BellOff/Regular.tsx +++ b/packages/vibrant-icons/src/lib/Icon/generated/BellOff/Regular.tsx @@ -8,7 +8,9 @@ export const Regular: IconComponent = ({ ...props }) => ( - + + + ); diff --git a/packages/vibrant-icons/src/lib/Icon/generated/BellOff/Thin.tsx b/packages/vibrant-icons/src/lib/Icon/generated/BellOff/Thin.tsx index 3b3d8b4e9..8403e3e31 100644 --- a/packages/vibrant-icons/src/lib/Icon/generated/BellOff/Thin.tsx +++ b/packages/vibrant-icons/src/lib/Icon/generated/BellOff/Thin.tsx @@ -8,7 +8,9 @@ export const Thin: IconComponent = ({ ...props }) => ( - + + + ); diff --git a/packages/vibrant-icons/src/lib/Icon/generated/ChatBubble/Fill.tsx b/packages/vibrant-icons/src/lib/Icon/generated/ChatBubble/Fill.tsx new file mode 100644 index 000000000..072a11586 --- /dev/null +++ b/packages/vibrant-icons/src/lib/Icon/generated/ChatBubble/Fill.tsx @@ -0,0 +1,15 @@ +import { Svg } from '@vibrant-ui/core'; +import type { IconComponent, IconProps } from '../../IconProp'; + +export const Fill: IconComponent = ({ + size = 24, + fill = 'onColor', + testId = 'chatbubble-fill', + ...props +}) => ( + + + +); + +Fill.iconType = 'Fill'; diff --git a/packages/vibrant-icons/src/lib/Icon/generated/ChatBubble/Regular.tsx b/packages/vibrant-icons/src/lib/Icon/generated/ChatBubble/Regular.tsx new file mode 100644 index 000000000..9558d4554 --- /dev/null +++ b/packages/vibrant-icons/src/lib/Icon/generated/ChatBubble/Regular.tsx @@ -0,0 +1,15 @@ +import { Svg } from '@vibrant-ui/core'; +import type { IconComponent, IconProps } from '../../IconProp'; + +export const Regular: IconComponent = ({ + size = 24, + fill = 'onColor', + testId = 'chatbubble-regular', + ...props +}) => ( + + + +); + +Regular.iconType = 'Regular'; diff --git a/packages/vibrant-icons/src/lib/Icon/generated/ChatBubble/Thin.tsx b/packages/vibrant-icons/src/lib/Icon/generated/ChatBubble/Thin.tsx new file mode 100644 index 000000000..4a50256b2 --- /dev/null +++ b/packages/vibrant-icons/src/lib/Icon/generated/ChatBubble/Thin.tsx @@ -0,0 +1,15 @@ +import { Svg } from '@vibrant-ui/core'; +import type { IconComponent, IconProps } from '../../IconProp'; + +export const Thin: IconComponent = ({ + size = 24, + fill = 'onColor', + testId = 'chatbubble-thin', + ...props +}) => ( + + + +); + +Thin.iconType = 'Thin'; diff --git a/packages/vibrant-icons/src/lib/Icon/generated/ChatBubble/index.ts b/packages/vibrant-icons/src/lib/Icon/generated/ChatBubble/index.ts new file mode 100644 index 000000000..13cf66c04 --- /dev/null +++ b/packages/vibrant-icons/src/lib/Icon/generated/ChatBubble/index.ts @@ -0,0 +1,3 @@ +export { Fill } from './Fill'; +export { Regular } from './Regular'; +export { Thin } from './Thin'; diff --git a/packages/vibrant-icons/src/lib/Icon/generated/ClearStyle/Fill.tsx b/packages/vibrant-icons/src/lib/Icon/generated/ClearStyle/Fill.tsx index ad77a6fc9..93ac3f162 100644 --- a/packages/vibrant-icons/src/lib/Icon/generated/ClearStyle/Fill.tsx +++ b/packages/vibrant-icons/src/lib/Icon/generated/ClearStyle/Fill.tsx @@ -8,7 +8,7 @@ export const Fill: IconComponent = ({ ...props }) => ( - + ); diff --git a/packages/vibrant-icons/src/lib/Icon/generated/ClearStyle/Regular.tsx b/packages/vibrant-icons/src/lib/Icon/generated/ClearStyle/Regular.tsx index 268bb612c..314340e02 100644 --- a/packages/vibrant-icons/src/lib/Icon/generated/ClearStyle/Regular.tsx +++ b/packages/vibrant-icons/src/lib/Icon/generated/ClearStyle/Regular.tsx @@ -8,7 +8,7 @@ export const Regular: IconComponent = ({ ...props }) => ( - + ); diff --git a/packages/vibrant-icons/src/lib/Icon/generated/ClearStyle/Thin.tsx b/packages/vibrant-icons/src/lib/Icon/generated/ClearStyle/Thin.tsx index c2301a1cc..9a271217b 100644 --- a/packages/vibrant-icons/src/lib/Icon/generated/ClearStyle/Thin.tsx +++ b/packages/vibrant-icons/src/lib/Icon/generated/ClearStyle/Thin.tsx @@ -8,7 +8,7 @@ export const Thin: IconComponent = ({ ...props }) => ( - + ); diff --git a/packages/vibrant-icons/src/lib/Icon/generated/Flag/Fill.tsx b/packages/vibrant-icons/src/lib/Icon/generated/Flag/Fill.tsx new file mode 100644 index 000000000..450ca8859 --- /dev/null +++ b/packages/vibrant-icons/src/lib/Icon/generated/Flag/Fill.tsx @@ -0,0 +1,15 @@ +import { Svg } from '@vibrant-ui/core'; +import type { IconComponent, IconProps } from '../../IconProp'; + +export const Fill: IconComponent = ({ + size = 24, + fill = 'onColor', + testId = 'flag-fill', + ...props +}) => ( + + + +); + +Fill.iconType = 'Fill'; diff --git a/packages/vibrant-icons/src/lib/Icon/generated/Flag/Regular.tsx b/packages/vibrant-icons/src/lib/Icon/generated/Flag/Regular.tsx new file mode 100644 index 000000000..f73075317 --- /dev/null +++ b/packages/vibrant-icons/src/lib/Icon/generated/Flag/Regular.tsx @@ -0,0 +1,15 @@ +import { Svg } from '@vibrant-ui/core'; +import type { IconComponent, IconProps } from '../../IconProp'; + +export const Regular: IconComponent = ({ + size = 24, + fill = 'onColor', + testId = 'flag-regular', + ...props +}) => ( + + + +); + +Regular.iconType = 'Regular'; diff --git a/packages/vibrant-icons/src/lib/Icon/generated/Flag/Thin.tsx b/packages/vibrant-icons/src/lib/Icon/generated/Flag/Thin.tsx new file mode 100644 index 000000000..90d9d67b0 --- /dev/null +++ b/packages/vibrant-icons/src/lib/Icon/generated/Flag/Thin.tsx @@ -0,0 +1,15 @@ +import { Svg } from '@vibrant-ui/core'; +import type { IconComponent, IconProps } from '../../IconProp'; + +export const Thin: IconComponent = ({ + size = 24, + fill = 'onColor', + testId = 'flag-thin', + ...props +}) => ( + + + +); + +Thin.iconType = 'Thin'; diff --git a/packages/vibrant-icons/src/lib/Icon/generated/Flag/index.ts b/packages/vibrant-icons/src/lib/Icon/generated/Flag/index.ts new file mode 100644 index 000000000..13cf66c04 --- /dev/null +++ b/packages/vibrant-icons/src/lib/Icon/generated/Flag/index.ts @@ -0,0 +1,3 @@ +export { Fill } from './Fill'; +export { Regular } from './Regular'; +export { Thin } from './Thin'; diff --git a/packages/vibrant-icons/src/lib/Icon/generated/Hashtag/Fill.tsx b/packages/vibrant-icons/src/lib/Icon/generated/Hashtag/Fill.tsx index b89ea75e7..9f724ad1a 100644 --- a/packages/vibrant-icons/src/lib/Icon/generated/Hashtag/Fill.tsx +++ b/packages/vibrant-icons/src/lib/Icon/generated/Hashtag/Fill.tsx @@ -8,7 +8,11 @@ export const Fill: IconComponent = ({ ...props }) => ( - + ); diff --git a/packages/vibrant-icons/src/lib/Icon/generated/Hashtag/Regular.tsx b/packages/vibrant-icons/src/lib/Icon/generated/Hashtag/Regular.tsx index 30263ce8d..f32a97fc7 100644 --- a/packages/vibrant-icons/src/lib/Icon/generated/Hashtag/Regular.tsx +++ b/packages/vibrant-icons/src/lib/Icon/generated/Hashtag/Regular.tsx @@ -8,7 +8,11 @@ export const Regular: IconComponent = ({ ...props }) => ( - + ); diff --git a/packages/vibrant-icons/src/lib/Icon/generated/Hashtag/Thin.tsx b/packages/vibrant-icons/src/lib/Icon/generated/Hashtag/Thin.tsx index d079a0d3f..222b041b8 100644 --- a/packages/vibrant-icons/src/lib/Icon/generated/Hashtag/Thin.tsx +++ b/packages/vibrant-icons/src/lib/Icon/generated/Hashtag/Thin.tsx @@ -8,7 +8,11 @@ export const Thin: IconComponent = ({ ...props }) => ( - + ); diff --git a/packages/vibrant-icons/src/lib/Icon/generated/Home/Fill.tsx b/packages/vibrant-icons/src/lib/Icon/generated/Home/Fill.tsx index 53e21d3f6..f5b62de59 100644 --- a/packages/vibrant-icons/src/lib/Icon/generated/Home/Fill.tsx +++ b/packages/vibrant-icons/src/lib/Icon/generated/Home/Fill.tsx @@ -8,7 +8,7 @@ export const Fill: IconComponent = ({ ...props }) => ( - + ); diff --git a/packages/vibrant-icons/src/lib/Icon/generated/Home/Regular.tsx b/packages/vibrant-icons/src/lib/Icon/generated/Home/Regular.tsx index 5893ef632..1e45468a9 100644 --- a/packages/vibrant-icons/src/lib/Icon/generated/Home/Regular.tsx +++ b/packages/vibrant-icons/src/lib/Icon/generated/Home/Regular.tsx @@ -8,7 +8,7 @@ export const Regular: IconComponent = ({ ...props }) => ( - + ); diff --git a/packages/vibrant-icons/src/lib/Icon/generated/Home/Thin.tsx b/packages/vibrant-icons/src/lib/Icon/generated/Home/Thin.tsx index b6446813c..5d7c01444 100644 --- a/packages/vibrant-icons/src/lib/Icon/generated/Home/Thin.tsx +++ b/packages/vibrant-icons/src/lib/Icon/generated/Home/Thin.tsx @@ -8,7 +8,7 @@ export const Thin: IconComponent = ({ ...props }) => ( - + ); diff --git a/packages/vibrant-icons/src/lib/Icon/generated/PaperPlane/Fill.tsx b/packages/vibrant-icons/src/lib/Icon/generated/PaperPlane/Fill.tsx new file mode 100644 index 000000000..d747a51b0 --- /dev/null +++ b/packages/vibrant-icons/src/lib/Icon/generated/PaperPlane/Fill.tsx @@ -0,0 +1,15 @@ +import { Svg } from '@vibrant-ui/core'; +import type { IconComponent, IconProps } from '../../IconProp'; + +export const Fill: IconComponent = ({ + size = 24, + fill = 'onColor', + testId = 'paperplane-fill', + ...props +}) => ( + + + +); + +Fill.iconType = 'Fill'; diff --git a/packages/vibrant-icons/src/lib/Icon/generated/PaperPlane/Regular.tsx b/packages/vibrant-icons/src/lib/Icon/generated/PaperPlane/Regular.tsx new file mode 100644 index 000000000..1de9fe680 --- /dev/null +++ b/packages/vibrant-icons/src/lib/Icon/generated/PaperPlane/Regular.tsx @@ -0,0 +1,19 @@ +import { Svg } from '@vibrant-ui/core'; +import type { IconComponent, IconProps } from '../../IconProp'; + +export const Regular: IconComponent = ({ + size = 24, + fill = 'onColor', + testId = 'paperplane-regular', + ...props +}) => ( + + + +); + +Regular.iconType = 'Regular'; diff --git a/packages/vibrant-icons/src/lib/Icon/generated/PaperPlane/Thin.tsx b/packages/vibrant-icons/src/lib/Icon/generated/PaperPlane/Thin.tsx new file mode 100644 index 000000000..9bf9d2f71 --- /dev/null +++ b/packages/vibrant-icons/src/lib/Icon/generated/PaperPlane/Thin.tsx @@ -0,0 +1,19 @@ +import { Svg } from '@vibrant-ui/core'; +import type { IconComponent, IconProps } from '../../IconProp'; + +export const Thin: IconComponent = ({ + size = 24, + fill = 'onColor', + testId = 'paperplane-thin', + ...props +}) => ( + + + +); + +Thin.iconType = 'Thin'; diff --git a/packages/vibrant-icons/src/lib/Icon/generated/PaperPlane/index.ts b/packages/vibrant-icons/src/lib/Icon/generated/PaperPlane/index.ts new file mode 100644 index 000000000..13cf66c04 --- /dev/null +++ b/packages/vibrant-icons/src/lib/Icon/generated/PaperPlane/index.ts @@ -0,0 +1,3 @@ +export { Fill } from './Fill'; +export { Regular } from './Regular'; +export { Thin } from './Thin'; diff --git a/packages/vibrant-icons/src/lib/Icon/generated/Person/Fill.tsx b/packages/vibrant-icons/src/lib/Icon/generated/Person/Fill.tsx index 1ecb0628c..f136d2728 100644 --- a/packages/vibrant-icons/src/lib/Icon/generated/Person/Fill.tsx +++ b/packages/vibrant-icons/src/lib/Icon/generated/Person/Fill.tsx @@ -8,7 +8,12 @@ export const Fill: IconComponent = ({ ...props }) => ( - + + ); diff --git a/packages/vibrant-icons/src/lib/Icon/generated/Person/Regular.tsx b/packages/vibrant-icons/src/lib/Icon/generated/Person/Regular.tsx index f9b3f2d81..bc7bac622 100644 --- a/packages/vibrant-icons/src/lib/Icon/generated/Person/Regular.tsx +++ b/packages/vibrant-icons/src/lib/Icon/generated/Person/Regular.tsx @@ -8,7 +8,16 @@ export const Regular: IconComponent = ({ ...props }) => ( - + + ); diff --git a/packages/vibrant-icons/src/lib/Icon/generated/Person/Thin.tsx b/packages/vibrant-icons/src/lib/Icon/generated/Person/Thin.tsx index fe1ab1f61..4d5b490fa 100644 --- a/packages/vibrant-icons/src/lib/Icon/generated/Person/Thin.tsx +++ b/packages/vibrant-icons/src/lib/Icon/generated/Person/Thin.tsx @@ -8,7 +8,16 @@ export const Thin: IconComponent = ({ ...props }) => ( - + + ); diff --git a/packages/vibrant-icons/src/lib/Icon/generated/PersonSlash/Fill.tsx b/packages/vibrant-icons/src/lib/Icon/generated/PersonSlash/Fill.tsx new file mode 100644 index 000000000..b8b11b965 --- /dev/null +++ b/packages/vibrant-icons/src/lib/Icon/generated/PersonSlash/Fill.tsx @@ -0,0 +1,16 @@ +import { Svg } from '@vibrant-ui/core'; +import type { IconComponent, IconProps } from '../../IconProp'; + +export const Fill: IconComponent = ({ + size = 24, + fill = 'onColor', + testId = 'personslash-fill', + ...props +}) => ( + + + + +); + +Fill.iconType = 'Fill'; diff --git a/packages/vibrant-icons/src/lib/Icon/generated/PersonSlash/Regular.tsx b/packages/vibrant-icons/src/lib/Icon/generated/PersonSlash/Regular.tsx new file mode 100644 index 000000000..5fe038694 --- /dev/null +++ b/packages/vibrant-icons/src/lib/Icon/generated/PersonSlash/Regular.tsx @@ -0,0 +1,20 @@ +import { Svg } from '@vibrant-ui/core'; +import type { IconComponent, IconProps } from '../../IconProp'; + +export const Regular: IconComponent = ({ + size = 24, + fill = 'onColor', + testId = 'personslash-regular', + ...props +}) => ( + + + + +); + +Regular.iconType = 'Regular'; diff --git a/packages/vibrant-icons/src/lib/Icon/generated/PersonSlash/Thin.tsx b/packages/vibrant-icons/src/lib/Icon/generated/PersonSlash/Thin.tsx new file mode 100644 index 000000000..58b23e33b --- /dev/null +++ b/packages/vibrant-icons/src/lib/Icon/generated/PersonSlash/Thin.tsx @@ -0,0 +1,20 @@ +import { Svg } from '@vibrant-ui/core'; +import type { IconComponent, IconProps } from '../../IconProp'; + +export const Thin: IconComponent = ({ + size = 24, + fill = 'onColor', + testId = 'personslash-thin', + ...props +}) => ( + + + + +); + +Thin.iconType = 'Thin'; diff --git a/packages/vibrant-icons/src/lib/Icon/generated/PersonSlash/index.ts b/packages/vibrant-icons/src/lib/Icon/generated/PersonSlash/index.ts new file mode 100644 index 000000000..13cf66c04 --- /dev/null +++ b/packages/vibrant-icons/src/lib/Icon/generated/PersonSlash/index.ts @@ -0,0 +1,3 @@ +export { Fill } from './Fill'; +export { Regular } from './Regular'; +export { Thin } from './Thin'; diff --git a/packages/vibrant-icons/src/lib/Icon/generated/PinSlash/Fill.tsx b/packages/vibrant-icons/src/lib/Icon/generated/PinSlash/Fill.tsx new file mode 100644 index 000000000..36f1de099 --- /dev/null +++ b/packages/vibrant-icons/src/lib/Icon/generated/PinSlash/Fill.tsx @@ -0,0 +1,16 @@ +import { Svg } from '@vibrant-ui/core'; +import type { IconComponent, IconProps } from '../../IconProp'; + +export const Fill: IconComponent = ({ + size = 24, + fill = 'onColor', + testId = 'pinslash-fill', + ...props +}) => ( + + + + +); + +Fill.iconType = 'Fill'; diff --git a/packages/vibrant-icons/src/lib/Icon/generated/PinSlash/Regular.tsx b/packages/vibrant-icons/src/lib/Icon/generated/PinSlash/Regular.tsx new file mode 100644 index 000000000..913209f98 --- /dev/null +++ b/packages/vibrant-icons/src/lib/Icon/generated/PinSlash/Regular.tsx @@ -0,0 +1,20 @@ +import { Svg } from '@vibrant-ui/core'; +import type { IconComponent, IconProps } from '../../IconProp'; + +export const Regular: IconComponent = ({ + size = 24, + fill = 'onColor', + testId = 'pinslash-regular', + ...props +}) => ( + + + + +); + +Regular.iconType = 'Regular'; diff --git a/packages/vibrant-icons/src/lib/Icon/generated/PinSlash/Thin.tsx b/packages/vibrant-icons/src/lib/Icon/generated/PinSlash/Thin.tsx new file mode 100644 index 000000000..281616975 --- /dev/null +++ b/packages/vibrant-icons/src/lib/Icon/generated/PinSlash/Thin.tsx @@ -0,0 +1,20 @@ +import { Svg } from '@vibrant-ui/core'; +import type { IconComponent, IconProps } from '../../IconProp'; + +export const Thin: IconComponent = ({ + size = 24, + fill = 'onColor', + testId = 'pinslash-thin', + ...props +}) => ( + + + + +); + +Thin.iconType = 'Thin'; diff --git a/packages/vibrant-icons/src/lib/Icon/generated/PinSlash/index.ts b/packages/vibrant-icons/src/lib/Icon/generated/PinSlash/index.ts new file mode 100644 index 000000000..13cf66c04 --- /dev/null +++ b/packages/vibrant-icons/src/lib/Icon/generated/PinSlash/index.ts @@ -0,0 +1,3 @@ +export { Fill } from './Fill'; +export { Regular } from './Regular'; +export { Thin } from './Thin'; diff --git a/packages/vibrant-icons/src/lib/Icon/generated/PlayCircle/Fill.tsx b/packages/vibrant-icons/src/lib/Icon/generated/PlayCircle/Fill.tsx index e286b2850..823c53aa6 100644 --- a/packages/vibrant-icons/src/lib/Icon/generated/PlayCircle/Fill.tsx +++ b/packages/vibrant-icons/src/lib/Icon/generated/PlayCircle/Fill.tsx @@ -8,7 +8,7 @@ export const Fill: IconComponent = ({ ...props }) => ( - + ); diff --git a/packages/vibrant-icons/src/lib/Icon/generated/PlayCircle/Regular.tsx b/packages/vibrant-icons/src/lib/Icon/generated/PlayCircle/Regular.tsx index e8b9ae2ea..322b33160 100644 --- a/packages/vibrant-icons/src/lib/Icon/generated/PlayCircle/Regular.tsx +++ b/packages/vibrant-icons/src/lib/Icon/generated/PlayCircle/Regular.tsx @@ -8,8 +8,7 @@ export const Regular: IconComponent = ({ ...props }) => ( - - + ); diff --git a/packages/vibrant-icons/src/lib/Icon/generated/PlayCircle/Thin.tsx b/packages/vibrant-icons/src/lib/Icon/generated/PlayCircle/Thin.tsx index 973c72403..5979eec27 100644 --- a/packages/vibrant-icons/src/lib/Icon/generated/PlayCircle/Thin.tsx +++ b/packages/vibrant-icons/src/lib/Icon/generated/PlayCircle/Thin.tsx @@ -8,8 +8,7 @@ export const Thin: IconComponent = ({ ...props }) => ( - - + ); diff --git a/packages/vibrant-icons/src/lib/Icon/generated/Replay/Fill.tsx b/packages/vibrant-icons/src/lib/Icon/generated/Replay/Fill.tsx index 07c382724..89dbbc289 100644 --- a/packages/vibrant-icons/src/lib/Icon/generated/Replay/Fill.tsx +++ b/packages/vibrant-icons/src/lib/Icon/generated/Replay/Fill.tsx @@ -8,8 +8,7 @@ export const Fill: IconComponent = ({ ...props }) => ( - - + ); diff --git a/packages/vibrant-icons/src/lib/Icon/generated/Replay/Regular.tsx b/packages/vibrant-icons/src/lib/Icon/generated/Replay/Regular.tsx index 752401660..0b2af8f11 100644 --- a/packages/vibrant-icons/src/lib/Icon/generated/Replay/Regular.tsx +++ b/packages/vibrant-icons/src/lib/Icon/generated/Replay/Regular.tsx @@ -8,8 +8,7 @@ export const Regular: IconComponent = ({ ...props }) => ( - - + ); diff --git a/packages/vibrant-icons/src/lib/Icon/generated/Replay/Thin.tsx b/packages/vibrant-icons/src/lib/Icon/generated/Replay/Thin.tsx index d527d0cd1..331ad61f8 100644 --- a/packages/vibrant-icons/src/lib/Icon/generated/Replay/Thin.tsx +++ b/packages/vibrant-icons/src/lib/Icon/generated/Replay/Thin.tsx @@ -8,8 +8,7 @@ export const Thin: IconComponent = ({ ...props }) => ( - - + ); diff --git a/packages/vibrant-icons/src/lib/Icon/generated/SearchText/Fill.tsx b/packages/vibrant-icons/src/lib/Icon/generated/SearchText/Fill.tsx new file mode 100644 index 000000000..95a2f41f6 --- /dev/null +++ b/packages/vibrant-icons/src/lib/Icon/generated/SearchText/Fill.tsx @@ -0,0 +1,22 @@ +import { Svg } from '@vibrant-ui/core'; +import type { IconComponent, IconProps } from '../../IconProp'; + +export const Fill: IconComponent = ({ + size = 24, + fill = 'onColor', + testId = 'searchtext-fill', + ...props +}) => ( + + + + + + +); + +Fill.iconType = 'Fill'; diff --git a/packages/vibrant-icons/src/lib/Icon/generated/SearchText/Regular.tsx b/packages/vibrant-icons/src/lib/Icon/generated/SearchText/Regular.tsx new file mode 100644 index 000000000..f5369011f --- /dev/null +++ b/packages/vibrant-icons/src/lib/Icon/generated/SearchText/Regular.tsx @@ -0,0 +1,22 @@ +import { Svg } from '@vibrant-ui/core'; +import type { IconComponent, IconProps } from '../../IconProp'; + +export const Regular: IconComponent = ({ + size = 24, + fill = 'onColor', + testId = 'searchtext-regular', + ...props +}) => ( + + + + + + +); + +Regular.iconType = 'Regular'; diff --git a/packages/vibrant-icons/src/lib/Icon/generated/SearchText/Thin.tsx b/packages/vibrant-icons/src/lib/Icon/generated/SearchText/Thin.tsx new file mode 100644 index 000000000..e9ab47801 --- /dev/null +++ b/packages/vibrant-icons/src/lib/Icon/generated/SearchText/Thin.tsx @@ -0,0 +1,22 @@ +import { Svg } from '@vibrant-ui/core'; +import type { IconComponent, IconProps } from '../../IconProp'; + +export const Thin: IconComponent = ({ + size = 24, + fill = 'onColor', + testId = 'searchtext-thin', + ...props +}) => ( + + + + + + +); + +Thin.iconType = 'Thin'; diff --git a/packages/vibrant-icons/src/lib/Icon/generated/SearchText/index.ts b/packages/vibrant-icons/src/lib/Icon/generated/SearchText/index.ts new file mode 100644 index 000000000..13cf66c04 --- /dev/null +++ b/packages/vibrant-icons/src/lib/Icon/generated/SearchText/index.ts @@ -0,0 +1,3 @@ +export { Fill } from './Fill'; +export { Regular } from './Regular'; +export { Thin } from './Thin'; diff --git a/packages/vibrant-icons/src/lib/Icon/generated/Video/Fill.tsx b/packages/vibrant-icons/src/lib/Icon/generated/Video/Fill.tsx index 5f416b7b0..67ab16282 100644 --- a/packages/vibrant-icons/src/lib/Icon/generated/Video/Fill.tsx +++ b/packages/vibrant-icons/src/lib/Icon/generated/Video/Fill.tsx @@ -8,7 +8,7 @@ export const Fill: IconComponent = ({ ...props }) => ( - + ); diff --git a/packages/vibrant-icons/src/lib/Icon/generated/Video/Regular.tsx b/packages/vibrant-icons/src/lib/Icon/generated/Video/Regular.tsx index 3940fb735..954209317 100644 --- a/packages/vibrant-icons/src/lib/Icon/generated/Video/Regular.tsx +++ b/packages/vibrant-icons/src/lib/Icon/generated/Video/Regular.tsx @@ -8,8 +8,7 @@ export const Regular: IconComponent = ({ ...props }) => ( - - + ); diff --git a/packages/vibrant-icons/src/lib/Icon/generated/Video/Thin.tsx b/packages/vibrant-icons/src/lib/Icon/generated/Video/Thin.tsx index d9463f5df..c3af3e2d1 100644 --- a/packages/vibrant-icons/src/lib/Icon/generated/Video/Thin.tsx +++ b/packages/vibrant-icons/src/lib/Icon/generated/Video/Thin.tsx @@ -8,8 +8,7 @@ export const Thin: IconComponent = ({ ...props }) => ( - - + ); diff --git a/packages/vibrant-icons/src/lib/Icon/generated/VolumeMute/Fill.tsx b/packages/vibrant-icons/src/lib/Icon/generated/VolumeMute/Fill.tsx index ff6a5eaf3..1f59b9c4a 100644 --- a/packages/vibrant-icons/src/lib/Icon/generated/VolumeMute/Fill.tsx +++ b/packages/vibrant-icons/src/lib/Icon/generated/VolumeMute/Fill.tsx @@ -8,7 +8,8 @@ export const Fill: IconComponent = ({ ...props }) => ( - + + ); diff --git a/packages/vibrant-icons/src/lib/Icon/generated/VolumeMute/Regular.tsx b/packages/vibrant-icons/src/lib/Icon/generated/VolumeMute/Regular.tsx index 4f51126df..4b40c5bca 100644 --- a/packages/vibrant-icons/src/lib/Icon/generated/VolumeMute/Regular.tsx +++ b/packages/vibrant-icons/src/lib/Icon/generated/VolumeMute/Regular.tsx @@ -8,7 +8,12 @@ export const Regular: IconComponent = ({ ...props }) => ( - + + ); diff --git a/packages/vibrant-icons/src/lib/Icon/generated/VolumeMute/Thin.tsx b/packages/vibrant-icons/src/lib/Icon/generated/VolumeMute/Thin.tsx index 13471bb5a..bee0bd527 100644 --- a/packages/vibrant-icons/src/lib/Icon/generated/VolumeMute/Thin.tsx +++ b/packages/vibrant-icons/src/lib/Icon/generated/VolumeMute/Thin.tsx @@ -8,7 +8,12 @@ export const Thin: IconComponent = ({ ...props }) => ( - + + ); diff --git a/packages/vibrant-icons/src/lib/Icon/generated/index.ts b/packages/vibrant-icons/src/lib/Icon/generated/index.ts index a58b8bcd4..549f99bec 100644 --- a/packages/vibrant-icons/src/lib/Icon/generated/index.ts +++ b/packages/vibrant-icons/src/lib/Icon/generated/index.ts @@ -35,6 +35,7 @@ export * as Camera from './Camera'; export * as Caption from './Caption'; export * as Cart from './Cart'; export * as CashCircle from './CashCircle'; +export * as ChatBubble from './ChatBubble'; export * as Check from './Check'; export * as CheckCircle from './CheckCircle'; export * as CheckShield from './CheckShield'; @@ -77,6 +78,7 @@ export * as EyeOff from './EyeOff'; export * as EyeOn from './EyeOn'; export * as FacebookCircle from './FacebookCircle'; export * as Filter from './Filter'; +export * as Flag from './Flag'; export * as Flash from './Flash'; export * as FlashAuto from './FlashAuto'; export * as FlashOff from './FlashOff'; @@ -123,15 +125,18 @@ export * as Notice from './Notice'; export * as Paper1 from './Paper1'; export * as Paper2 from './Paper2'; export * as Paper3 from './Paper3'; +export * as PaperPlane from './PaperPlane'; export * as Pause from './Pause'; export * as PauseCircle from './PauseCircle'; export * as Person from './Person'; export * as Person2 from './Person2'; +export * as PersonSlash from './PersonSlash'; export * as Phone from './Phone'; export * as Photo from './Photo'; export * as PhotoAdd from './PhotoAdd'; export * as PhotoDouble from './PhotoDouble'; export * as Pin from './Pin'; +export * as PinSlash from './PinSlash'; export * as Pip from './Pip'; export * as Play from './Play'; export * as PlayBackA from './PlayBackA'; @@ -167,6 +172,7 @@ export * as RotateClockwise from './RotateClockwise'; export * as Sad from './Sad'; export * as School from './School'; export * as Search from './Search'; +export * as SearchText from './SearchText'; export * as Send from './Send'; export * as Send2 from './Send2'; export * as Serious from './Serious';