@fanvue/ui 2.16.0 → 2.18.0
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/dist/cjs/components/Icons/AICallIcon.cjs +53 -0
- package/dist/cjs/components/Icons/AICallIcon.cjs.map +1 -0
- package/dist/cjs/components/Icons/AIIcon.cjs +5 -5
- package/dist/cjs/components/Icons/AIIcon.cjs.map +1 -1
- package/dist/cjs/components/Icons/BoltIcon.cjs +2 -2
- package/dist/cjs/components/Icons/BoltIcon.cjs.map +1 -1
- package/dist/cjs/components/Icons/CalendarIcon.cjs +4 -4
- package/dist/cjs/components/Icons/CalendarIcon.cjs.map +1 -1
- package/dist/cjs/components/Icons/CardIcon.cjs +8 -7
- package/dist/cjs/components/Icons/CardIcon.cjs.map +1 -1
- package/dist/cjs/components/Icons/CoinIcon.cjs +1 -1
- package/dist/cjs/components/Icons/CoinIcon.cjs.map +1 -1
- package/dist/cjs/components/Icons/CrossCircleIcon.cjs +85 -0
- package/dist/cjs/components/Icons/CrossCircleIcon.cjs.map +1 -0
- package/dist/cjs/components/Icons/DiscordIcon.cjs +74 -0
- package/dist/cjs/components/Icons/DiscordIcon.cjs.map +1 -0
- package/dist/cjs/components/Icons/FlashIcon.cjs +68 -0
- package/dist/cjs/components/Icons/FlashIcon.cjs.map +1 -0
- package/dist/cjs/components/Icons/ImageUploadIcon.cjs +103 -0
- package/dist/cjs/components/Icons/ImageUploadIcon.cjs.map +1 -0
- package/dist/cjs/components/Icons/MoonIcon.cjs +4 -4
- package/dist/cjs/components/Icons/MoonIcon.cjs.map +1 -1
- package/dist/cjs/components/Icons/Pin2Icon.cjs +101 -0
- package/dist/cjs/components/Icons/Pin2Icon.cjs.map +1 -0
- package/dist/cjs/components/Icons/PrivacyIcon.cjs +1 -1
- package/dist/cjs/components/Icons/PrivacyIcon.cjs.map +1 -1
- package/dist/cjs/components/Icons/ShareIcon.cjs +1 -1
- package/dist/cjs/components/Icons/ShareIcon.cjs.map +1 -1
- package/dist/cjs/components/Icons/SoundIcon.cjs +50 -0
- package/dist/cjs/components/Icons/SoundIcon.cjs.map +1 -0
- package/dist/cjs/components/Icons/SunIcon.cjs +1 -1
- package/dist/cjs/components/Icons/SunIcon.cjs.map +1 -1
- package/dist/cjs/components/Icons/ToolsIcon.cjs +1 -1
- package/dist/cjs/components/Icons/ToolsIcon.cjs.map +1 -1
- package/dist/cjs/components/Icons/TranscationArrowIcon.cjs +103 -0
- package/dist/cjs/components/Icons/TranscationArrowIcon.cjs.map +1 -0
- package/dist/cjs/components/Icons/UploadToCloudIcon.cjs +3 -3
- package/dist/cjs/components/Icons/UploadToCloudIcon.cjs.map +1 -1
- package/dist/cjs/components/Icons/UserAddIcon.cjs +4 -4
- package/dist/cjs/components/Icons/UserAddIcon.cjs.map +1 -1
- package/dist/cjs/components/Icons/UsersIcon.cjs +4 -4
- package/dist/cjs/components/Icons/UsersIcon.cjs.map +1 -1
- package/dist/cjs/index.cjs +16 -0
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/components/Icons/AICallIcon.mjs +36 -0
- package/dist/components/Icons/AICallIcon.mjs.map +1 -0
- package/dist/components/Icons/AIIcon.mjs +5 -5
- package/dist/components/Icons/AIIcon.mjs.map +1 -1
- package/dist/components/Icons/BoltIcon.mjs +2 -2
- package/dist/components/Icons/BoltIcon.mjs.map +1 -1
- package/dist/components/Icons/CalendarIcon.mjs +4 -4
- package/dist/components/Icons/CalendarIcon.mjs.map +1 -1
- package/dist/components/Icons/CardIcon.mjs +8 -7
- package/dist/components/Icons/CardIcon.mjs.map +1 -1
- package/dist/components/Icons/CoinIcon.mjs +1 -1
- package/dist/components/Icons/CoinIcon.mjs.map +1 -1
- package/dist/components/Icons/CrossCircleIcon.mjs +68 -0
- package/dist/components/Icons/CrossCircleIcon.mjs.map +1 -0
- package/dist/components/Icons/DiscordIcon.mjs +57 -0
- package/dist/components/Icons/DiscordIcon.mjs.map +1 -0
- package/dist/components/Icons/FlashIcon.mjs +51 -0
- package/dist/components/Icons/FlashIcon.mjs.map +1 -0
- package/dist/components/Icons/ImageUploadIcon.mjs +86 -0
- package/dist/components/Icons/ImageUploadIcon.mjs.map +1 -0
- package/dist/components/Icons/MoonIcon.mjs +4 -4
- package/dist/components/Icons/MoonIcon.mjs.map +1 -1
- package/dist/components/Icons/Pin2Icon.mjs +84 -0
- package/dist/components/Icons/Pin2Icon.mjs.map +1 -0
- package/dist/components/Icons/PrivacyIcon.mjs +1 -1
- package/dist/components/Icons/PrivacyIcon.mjs.map +1 -1
- package/dist/components/Icons/ShareIcon.mjs +1 -1
- package/dist/components/Icons/ShareIcon.mjs.map +1 -1
- package/dist/components/Icons/SoundIcon.mjs +33 -0
- package/dist/components/Icons/SoundIcon.mjs.map +1 -0
- package/dist/components/Icons/SunIcon.mjs +1 -1
- package/dist/components/Icons/SunIcon.mjs.map +1 -1
- package/dist/components/Icons/ToolsIcon.mjs +1 -1
- package/dist/components/Icons/ToolsIcon.mjs.map +1 -1
- package/dist/components/Icons/TranscationArrowIcon.mjs +86 -0
- package/dist/components/Icons/TranscationArrowIcon.mjs.map +1 -0
- package/dist/components/Icons/UploadToCloudIcon.mjs +3 -3
- package/dist/components/Icons/UploadToCloudIcon.mjs.map +1 -1
- package/dist/components/Icons/UserAddIcon.mjs +4 -4
- package/dist/components/Icons/UserAddIcon.mjs.map +1 -1
- package/dist/components/Icons/UsersIcon.mjs +4 -4
- package/dist/components/Icons/UsersIcon.mjs.map +1 -1
- package/dist/index.d.ts +104 -0
- package/dist/index.mjs +16 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/cjs/index.cjs
CHANGED
|
@@ -34,6 +34,7 @@ const EmptyState = require("./components/EmptyState/EmptyState.cjs");
|
|
|
34
34
|
const IconButton = require("./components/IconButton/IconButton.cjs");
|
|
35
35
|
const AddIcon = require("./components/Icons/AddIcon.cjs");
|
|
36
36
|
const AI2Icon = require("./components/Icons/AI2Icon.cjs");
|
|
37
|
+
const AICallIcon = require("./components/Icons/AICallIcon.cjs");
|
|
37
38
|
const AIDisclosureIcon = require("./components/Icons/AIDisclosureIcon.cjs");
|
|
38
39
|
const AIIcon = require("./components/Icons/AIIcon.cjs");
|
|
39
40
|
const AlertIcon = require("./components/Icons/AlertIcon.cjs");
|
|
@@ -70,9 +71,11 @@ const CodeIcon = require("./components/Icons/CodeIcon.cjs");
|
|
|
70
71
|
const CoinIcon = require("./components/Icons/CoinIcon.cjs");
|
|
71
72
|
const CompassIcon = require("./components/Icons/CompassIcon.cjs");
|
|
72
73
|
const CopyIcon = require("./components/Icons/CopyIcon.cjs");
|
|
74
|
+
const CrossCircleIcon = require("./components/Icons/CrossCircleIcon.cjs");
|
|
73
75
|
const CrossIcon = require("./components/Icons/CrossIcon.cjs");
|
|
74
76
|
const CrownIcon = require("./components/Icons/CrownIcon.cjs");
|
|
75
77
|
const DiamondIcon = require("./components/Icons/DiamondIcon.cjs");
|
|
78
|
+
const DiscordIcon = require("./components/Icons/DiscordIcon.cjs");
|
|
76
79
|
const DiscountIcon = require("./components/Icons/DiscountIcon.cjs");
|
|
77
80
|
const DonateIcon = require("./components/Icons/DonateIcon.cjs");
|
|
78
81
|
const DoubleTickIcon = require("./components/Icons/DoubleTickIcon.cjs");
|
|
@@ -90,6 +93,7 @@ const EyeSlashIcon = require("./components/Icons/EyeSlashIcon.cjs");
|
|
|
90
93
|
const FacebookIcon = require("./components/Icons/FacebookIcon.cjs");
|
|
91
94
|
const FlagIcon = require("./components/Icons/FlagIcon.cjs");
|
|
92
95
|
const FlameIcon = require("./components/Icons/FlameIcon.cjs");
|
|
96
|
+
const FlashIcon = require("./components/Icons/FlashIcon.cjs");
|
|
93
97
|
const FolderIcon = require("./components/Icons/FolderIcon.cjs");
|
|
94
98
|
const ForwardIcon = require("./components/Icons/ForwardIcon.cjs");
|
|
95
99
|
const GalleryIcon = require("./components/Icons/GalleryIcon.cjs");
|
|
@@ -103,6 +107,7 @@ const HelpIcon = require("./components/Icons/HelpIcon.cjs");
|
|
|
103
107
|
const HomeIcon = require("./components/Icons/HomeIcon.cjs");
|
|
104
108
|
const HourglassIcon = require("./components/Icons/HourglassIcon.cjs");
|
|
105
109
|
const ImageIcon = require("./components/Icons/ImageIcon.cjs");
|
|
110
|
+
const ImageUploadIcon = require("./components/Icons/ImageUploadIcon.cjs");
|
|
106
111
|
const InboxIcon = require("./components/Icons/InboxIcon.cjs");
|
|
107
112
|
const InfoCircleIcon = require("./components/Icons/InfoCircleIcon.cjs");
|
|
108
113
|
const InfoIcon = require("./components/Icons/InfoIcon.cjs");
|
|
@@ -131,6 +136,7 @@ const PauseIcon = require("./components/Icons/PauseIcon.cjs");
|
|
|
131
136
|
const PeopleIcon = require("./components/Icons/PeopleIcon.cjs");
|
|
132
137
|
const PhoneIcon = require("./components/Icons/PhoneIcon.cjs");
|
|
133
138
|
const PhoneOffIcon = require("./components/Icons/PhoneOffIcon.cjs");
|
|
139
|
+
const Pin2Icon = require("./components/Icons/Pin2Icon.cjs");
|
|
134
140
|
const PinIcon = require("./components/Icons/PinIcon.cjs");
|
|
135
141
|
const PlayIcon = require("./components/Icons/PlayIcon.cjs");
|
|
136
142
|
const PlusIcon = require("./components/Icons/PlusIcon.cjs");
|
|
@@ -144,6 +150,7 @@ const SearchIcon = require("./components/Icons/SearchIcon.cjs");
|
|
|
144
150
|
const SendIcon = require("./components/Icons/SendIcon.cjs");
|
|
145
151
|
const SettingsIcon = require("./components/Icons/SettingsIcon.cjs");
|
|
146
152
|
const ShareIcon = require("./components/Icons/ShareIcon.cjs");
|
|
153
|
+
const SoundIcon = require("./components/Icons/SoundIcon.cjs");
|
|
147
154
|
const SpinnerIcon = require("./components/Icons/SpinnerIcon.cjs");
|
|
148
155
|
const StarIcon = require("./components/Icons/StarIcon.cjs");
|
|
149
156
|
const StopIcon = require("./components/Icons/StopIcon.cjs");
|
|
@@ -161,6 +168,7 @@ const TickCircleIcon = require("./components/Icons/TickCircleIcon.cjs");
|
|
|
161
168
|
const TickCircleOffIcon = require("./components/Icons/TickCircleOffIcon.cjs");
|
|
162
169
|
const TickIcon = require("./components/Icons/TickIcon.cjs");
|
|
163
170
|
const ToolsIcon = require("./components/Icons/ToolsIcon.cjs");
|
|
171
|
+
const TranscationArrowIcon = require("./components/Icons/TranscationArrowIcon.cjs");
|
|
164
172
|
const TrashBinIcon = require("./components/Icons/TrashBinIcon.cjs");
|
|
165
173
|
const TrashIcon = require("./components/Icons/TrashIcon.cjs");
|
|
166
174
|
const TrophyIcon = require("./components/Icons/TrophyIcon.cjs");
|
|
@@ -294,6 +302,7 @@ exports.EmptyState = EmptyState.EmptyState;
|
|
|
294
302
|
exports.IconButton = IconButton.IconButton;
|
|
295
303
|
exports.AddIcon = AddIcon.AddIcon;
|
|
296
304
|
exports.AI2Icon = AI2Icon.AI2Icon;
|
|
305
|
+
exports.AICallIcon = AICallIcon.AICallIcon;
|
|
297
306
|
exports.AIDisclosureIcon = AIDisclosureIcon.AIDisclosureIcon;
|
|
298
307
|
exports.AIIcon = AIIcon.AIIcon;
|
|
299
308
|
exports.AlertIcon = AlertIcon.AlertIcon;
|
|
@@ -330,9 +339,11 @@ exports.CodeIcon = CodeIcon.CodeIcon;
|
|
|
330
339
|
exports.CoinIcon = CoinIcon.CoinIcon;
|
|
331
340
|
exports.CompassIcon = CompassIcon.CompassIcon;
|
|
332
341
|
exports.CopyIcon = CopyIcon.CopyIcon;
|
|
342
|
+
exports.CrossCircleIcon = CrossCircleIcon.CrossCircleIcon;
|
|
333
343
|
exports.CrossIcon = CrossIcon.CrossIcon;
|
|
334
344
|
exports.CrownIcon = CrownIcon.CrownIcon;
|
|
335
345
|
exports.DiamondIcon = DiamondIcon.DiamondIcon;
|
|
346
|
+
exports.DiscordIcon = DiscordIcon.DiscordIcon;
|
|
336
347
|
exports.DiscountIcon = DiscountIcon.DiscountIcon;
|
|
337
348
|
exports.DonateIcon = DonateIcon.DonateIcon;
|
|
338
349
|
exports.DoubleTickIcon = DoubleTickIcon.DoubleTickIcon;
|
|
@@ -350,6 +361,7 @@ exports.EyeSlashIcon = EyeSlashIcon.EyeSlashIcon;
|
|
|
350
361
|
exports.FacebookIcon = FacebookIcon.FacebookIcon;
|
|
351
362
|
exports.FlagIcon = FlagIcon.FlagIcon;
|
|
352
363
|
exports.FlameIcon = FlameIcon.FlameIcon;
|
|
364
|
+
exports.FlashIcon = FlashIcon.FlashIcon;
|
|
353
365
|
exports.FolderIcon = FolderIcon.FolderIcon;
|
|
354
366
|
exports.ForwardIcon = ForwardIcon.ForwardIcon;
|
|
355
367
|
exports.GalleryIcon = GalleryIcon.GalleryIcon;
|
|
@@ -363,6 +375,7 @@ exports.HelpIcon = HelpIcon.HelpIcon;
|
|
|
363
375
|
exports.HomeIcon = HomeIcon.HomeIcon;
|
|
364
376
|
exports.HourglassIcon = HourglassIcon.HourglassIcon;
|
|
365
377
|
exports.ImageIcon = ImageIcon.ImageIcon;
|
|
378
|
+
exports.ImageUploadIcon = ImageUploadIcon.ImageUploadIcon;
|
|
366
379
|
exports.InboxIcon = InboxIcon.InboxIcon;
|
|
367
380
|
exports.InfoCircleIcon = InfoCircleIcon.InfoCircleIcon;
|
|
368
381
|
exports.InfoIcon = InfoIcon.InfoIcon;
|
|
@@ -391,6 +404,7 @@ exports.PauseIcon = PauseIcon.PauseIcon;
|
|
|
391
404
|
exports.PeopleIcon = PeopleIcon.PeopleIcon;
|
|
392
405
|
exports.PhoneIcon = PhoneIcon.PhoneIcon;
|
|
393
406
|
exports.PhoneOffIcon = PhoneOffIcon.PhoneOffIcon;
|
|
407
|
+
exports.Pin2Icon = Pin2Icon.Pin2Icon;
|
|
394
408
|
exports.PinIcon = PinIcon.PinIcon;
|
|
395
409
|
exports.PlayIcon = PlayIcon.PlayIcon;
|
|
396
410
|
exports.PlusIcon = PlusIcon.PlusIcon;
|
|
@@ -404,6 +418,7 @@ exports.SearchIcon = SearchIcon.SearchIcon;
|
|
|
404
418
|
exports.SendIcon = SendIcon.SendIcon;
|
|
405
419
|
exports.SettingsIcon = SettingsIcon.SettingsIcon;
|
|
406
420
|
exports.ShareIcon = ShareIcon.ShareIcon;
|
|
421
|
+
exports.SoundIcon = SoundIcon.SoundIcon;
|
|
407
422
|
exports.SpinnerIcon = SpinnerIcon.SpinnerIcon;
|
|
408
423
|
exports.StarIcon = StarIcon.StarIcon;
|
|
409
424
|
exports.StopIcon = StopIcon.StopIcon;
|
|
@@ -421,6 +436,7 @@ exports.TickCircleIcon = TickCircleIcon.TickCircleIcon;
|
|
|
421
436
|
exports.TickCircleOffIcon = TickCircleOffIcon.TickCircleOffIcon;
|
|
422
437
|
exports.TickIcon = TickIcon.TickIcon;
|
|
423
438
|
exports.ToolsIcon = ToolsIcon.ToolsIcon;
|
|
439
|
+
exports.TranscationArrowIcon = TranscationArrowIcon.TranscationArrowIcon;
|
|
424
440
|
exports.TrashBinIcon = TrashBinIcon.TrashBinIcon;
|
|
425
441
|
exports.TrashIcon = TrashIcon.TrashIcon;
|
|
426
442
|
exports.TrophyIcon = TrophyIcon.TrophyIcon;
|
package/dist/cjs/index.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx } from "react/jsx-runtime";
|
|
3
|
+
import * as React from "react";
|
|
4
|
+
import { BaseIcon } from "./BaseIcon.mjs";
|
|
5
|
+
const VARIANTS = {
|
|
6
|
+
24: {
|
|
7
|
+
outlined: [
|
|
8
|
+
{
|
|
9
|
+
d: "M18.31 9.26c-.4 0-.74-.27-.83-.66l-.23-.97c-.1-.42-.42-.74-.84-.84l-.97-.23a.846.846 0 0 1-.66-.83c0-.4.27-.74.66-.83l.97-.23c.42-.1.74-.42.84-.84l.23-.97c.09-.39.43-.66.83-.66s.74.27.83.66l.23.97c.1.42.42.74.84.84l.97.23c.38.09.66.43.66.83s-.27.74-.66.83l-.97.23c-.42.1-.74.42-.84.84l-.23.97c-.09.39-.43.66-.83.66m-.64-3.52c.25.17.47.39.64.64.17-.25.39-.47.64-.64-.25-.17-.47-.39-.64-.64-.17.25-.39.47-.64.64m.06 17.51c-1.18 0-2.43-.29-3.71-.84-1.26-.54-2.52-1.26-3.75-2.16s-2.42-1.91-3.53-3.01a30 30 0 0 1-3-3.52c-.9-1.26-1.62-2.51-2.14-3.72C1.06 8.71.79 7.46.79 6.28c0-.81.15-1.59.43-2.3.29-.75.76-1.43 1.39-2.02.8-.79 1.71-1.19 2.7-1.19.41 0 .82.09 1.17.26.4.18.74.47.99.84L9.9 5.29c.22.3.38.59.5.89.13.31.2.62.2.92 0 .39-.11.78-.33 1.13-.16.28-.4.58-.7.89l-.73.76s.03.07.04.1c.13.22.37.59.86 1.17.51.59 1 1.12 1.48 1.62.64.62 1.14 1.09 1.62 1.5.6.5.99.75 1.22.87l.1.04.7-.75q.48-.48.93-.72c.57-.35 1.29-.41 2.02-.11q.405.165.87.48l3.48 2.47c.38.26.66.59.83.98.16.41.23.75.23 1.12 0 .5-.11.99-.33 1.46s-.49.88-.84 1.25a5.45 5.45 0 0 1-1.99 1.43c-.72.3-1.51.46-2.33.46M5.29 2.26c-.59 0-1.13.25-1.65.77-.48.45-.82.95-1.03 1.49-.22.54-.33 1.13-.33 1.75 0 .98.23 2.04.7 3.14.47 1.11 1.14 2.26 1.97 3.43.84 1.15 1.8 2.28 2.85 3.34 1.05 1.04 2.18 2 3.35 2.86 1.14.83 2.3 1.5 3.46 1.99 1.8.77 3.49.94 4.88.36.54-.22 1.01-.56 1.45-1.05.24-.27.43-.56.59-.89.13-.27.19-.54.19-.82 0-.18-.04-.34-.11-.54-.05-.11-.15-.22-.31-.33l-3.48-2.47c-.21-.14-.41-.25-.58-.33-.28-.11-.47-.12-.71.03-.21.11-.4.26-.61.48l-.8.79c-.39.39-1.01.48-1.48.31l-.28-.12c-.43-.22-.93-.58-1.49-1.06-.51-.43-1.03-.92-1.71-1.58-.52-.53-1.03-1.08-1.56-1.7-.49-.58-.85-1.08-1.07-1.47l-.13-.31c-.06-.23-.08-.36-.08-.5 0-.37.13-.7.39-.95l.79-.82c.21-.21.37-.41.48-.59.09-.14.12-.26.12-.38a.8.8 0 0 0-.09-.34 3 3 0 0 0-.34-.59L6.23 2.73c-.11-.15-.24-.26-.4-.34-.17-.08-.35-.13-.54-.13"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
filled: [
|
|
13
|
+
{
|
|
14
|
+
d: "M9.08 17.03c-.41.41-1.06.41-1.48.01-.12-.12-.23-.22-.35-.34a29.4 29.4 0 0 1-2.93-3.43c-.86-1.2-1.55-2.39-2.06-3.58-.49-1.2-.74-2.34-.74-3.43 0-.71.13-1.39.38-2.02.25-.64.65-1.23 1.21-1.75.67-.66 1.41-.99 2.18-.99.29 0 .59.06.85.19.27.13.51.31.7.59l2.43 3.43c.19.26.33.5.42.73.09.22.15.44.15.64 0 .25-.07.5-.22.74-.14.24-.34.49-.59.74l-.8.83a.55.55 0 0 0-.17.42q0 .12.03.24c.03.08.06.15.08.21.19.35.51.8.98 1.34.47.55.98 1.1 1.52 1.66.1.1.22.21.33.31.42.41.43 1.08.01 1.5zm13.39 1.61c0 .29-.05.6-.16.89-.03.08-.06.17-.1.25-.18.38-.41.73-.71 1.07-.51.57-1.08.98-1.72 1.24-.01 0-.02.01-.03.01-.62.25-1.29.39-2.01.39-1.07 0-2.21-.25-3.42-.77-1.21-.51-2.41-1.21-3.61-2.08-.22-.16-.44-.33-.66-.49a.624.624 0 0 1-.05-.94l2.6-2.6c.2-.2.5-.24.74-.11.33.18.62.38.82.41.18.02.31-.06.43-.18l.8-.79c.26-.26.51-.46.75-.59.24-.15.48-.22.74-.22.2 0 .41.04.64.14.23.09.47.23.73.41l3.47 2.46c.27.19.46.41.58.67.1.26.17.53.17.83m-.48-13.11c0 .07-.04.23-.23.29l-.98.27c-.85.23-1.49.87-1.72 1.72l-.26.96c-.06.22-.23.24-.31.24s-.25-.02-.31-.24l-.26-.97c-.23-.84-.88-1.48-1.72-1.71l-.97-.26c-.21-.06-.23-.24-.23-.31 0-.08.02-.26.23-.32l.98-.26c.84-.24 1.48-.88 1.71-1.72l.28-1.02c.07-.17.23-.2.29-.2s.23.02.29.18l.28 1.03c.23.84.88 1.48 1.72 1.72l1 .28c.2.08.21.26.21.32"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
},
|
|
18
|
+
32: {
|
|
19
|
+
outlined: [
|
|
20
|
+
{
|
|
21
|
+
d: "M24.414 12.347c-.534 0-.987-.36-1.107-.88L23 10.173a1.5 1.5 0 0 0-1.12-1.12l-1.293-.306c-.52-.12-.88-.574-.88-1.107s.36-.987.88-1.107l1.293-.306A1.5 1.5 0 0 0 23 5.107l.307-1.294c.12-.52.573-.88 1.107-.88.533 0 .986.36 1.106.88l.307 1.294a1.5 1.5 0 0 0 1.12 1.12l1.293.306c.507.12.88.574.88 1.107s-.36.987-.88 1.107l-1.293.306a1.5 1.5 0 0 0-1.12 1.12l-.307 1.294c-.12.52-.573.88-1.106.88m-.854-4.694c.334.227.627.52.854.854.226-.334.52-.627.853-.854a3.3 3.3 0 0 1-.853-.853c-.227.333-.52.627-.854.853M23.64 31c-1.573 0-3.24-.387-4.947-1.12-1.68-.72-3.36-1.68-5-2.88a42 42 0 0 1-4.706-4.013 40 40 0 0 1-4-4.694c-1.2-1.68-2.16-3.346-2.854-4.96-.72-1.72-1.08-3.386-1.08-4.96 0-1.08.2-2.12.574-3.066.386-1 1.013-1.907 1.853-2.694 1.067-1.053 2.28-1.586 3.6-1.586.547 0 1.093.12 1.56.346.533.24.987.627 1.32 1.12l3.24 4.56c.293.4.507.787.667 1.187.173.413.266.827.266 1.227 0 .52-.146 1.04-.44 1.506-.213.374-.533.774-.933 1.187l-.973 1.013s.04.094.053.134c.174.293.494.786 1.147 1.56.68.786 1.333 1.493 1.973 2.16.853.826 1.52 1.453 2.16 2 .8.666 1.32 1 1.627 1.16l.133.053.933-1q.64-.64 1.24-.96c.76-.467 1.72-.547 2.694-.147q.54.22 1.16.64l4.64 3.294c.506.346.88.786 1.106 1.306.214.547.307 1 .307 1.494 0 .666-.147 1.32-.44 1.946a6.2 6.2 0 0 1-1.12 1.667 7.3 7.3 0 0 1-2.653 1.907c-.96.4-2.014.613-3.107.613M7.053 3.013c-.786 0-1.506.334-2.2 1.027-.64.6-1.093 1.267-1.373 1.987a6.2 6.2 0 0 0-.44 2.333c0 1.307.307 2.72.933 4.187.627 1.48 1.52 3.013 2.627 4.573a39 39 0 0 0 3.8 4.453 40 40 0 0 0 4.467 3.814c1.52 1.106 3.066 2 4.613 2.653 2.4 1.027 4.653 1.253 6.507.48.72-.293 1.346-.747 1.933-1.4a5.1 5.1 0 0 0 .787-1.187c.173-.36.253-.72.253-1.093 0-.24-.053-.453-.147-.72-.066-.147-.2-.293-.413-.44l-4.64-3.293a6 6 0 0 0-.773-.44c-.374-.147-.627-.16-.947.04-.28.146-.533.346-.813.64L20.16 21.68c-.52.52-1.347.64-1.973.413l-.374-.16c-.573-.293-1.24-.773-1.986-1.413-.68-.573-1.374-1.227-2.28-2.107a44 44 0 0 1-2.08-2.266c-.654-.774-1.133-1.44-1.427-1.96l-.173-.414c-.08-.306-.107-.48-.107-.666 0-.494.173-.934.52-1.267l1.054-1.093c.28-.28.493-.547.64-.787a.9.9 0 0 0 .16-.507c0-.066-.014-.226-.12-.453a4 4 0 0 0-.454-.787L8.307 3.64a1.45 1.45 0 0 0-.534-.453 1.7 1.7 0 0 0-.72-.174"
|
|
22
|
+
}
|
|
23
|
+
],
|
|
24
|
+
filled: [
|
|
25
|
+
{
|
|
26
|
+
d: "M12.107 22.707a1.404 1.404 0 0 1-1.974.013c-.16-.16-.306-.293-.466-.453a39 39 0 0 1-3.907-4.574c-1.147-1.6-2.067-3.186-2.747-4.773-.653-1.6-.986-3.12-.986-4.573 0-.947.173-1.854.506-2.694A6.3 6.3 0 0 1 4.147 3.32C5.04 2.44 6.027 2 7.053 2c.387 0 .787.08 1.134.253.36.174.68.414.933.787l3.24 4.573c.253.347.44.667.56.974.12.293.2.586.2.853 0 .333-.093.667-.293.987a5 5 0 0 1-.787.986l-1.067 1.107a.73.73 0 0 0-.226.56q0 .16.04.32c.04.107.08.2.106.28.254.467.68 1.067 1.307 1.787a50 50 0 0 0 2.027 2.213c.133.133.293.28.44.413a1.4 1.4 0 0 1 .013 2zm17.853 2.146c0 .387-.067.8-.213 1.187-.04.107-.08.227-.134.333a6 6 0 0 1-.946 1.427c-.68.76-1.44 1.306-2.294 1.653-.013 0-.026.014-.04.014a7.1 7.1 0 0 1-2.68.52c-1.426 0-2.946-.334-4.56-1.027-1.613-.68-3.213-1.614-4.813-2.774-.293-.213-.587-.44-.88-.653a.832.832 0 0 1-.067-1.253l3.467-3.467a.83.83 0 0 1 .987-.146c.44.24.826.506 1.093.546.24.027.413-.08.573-.24l1.067-1.053c.347-.347.68-.614 1-.787.32-.2.64-.293.987-.293.266 0 .546.053.853.186.307.12.627.307.973.547l4.627 3.28c.36.253.613.547.773.893.134.347.227.707.227 1.107m-.64-17.479a.415.415 0 0 1-.307.386l-1.306.36a3.22 3.22 0 0 0-2.294 2.294l-.346 1.28c-.08.293-.307.32-.414.32a.4.4 0 0 1-.413-.32l-.347-1.294A3.25 3.25 0 0 0 21.6 8.12l-1.293-.346c-.28-.08-.307-.32-.307-.414 0-.106.027-.346.307-.426l1.306-.347a3.27 3.27 0 0 0 2.28-2.293l.374-1.36a.43.43 0 0 1 .386-.267c.08 0 .307.027.387.24l.373 1.373a3.29 3.29 0 0 0 2.294 2.294l1.333.373c.267.107.28.347.28.427"
|
|
27
|
+
}
|
|
28
|
+
]
|
|
29
|
+
}
|
|
30
|
+
};
|
|
31
|
+
const AICallIcon = React.forwardRef((props, ref) => /* @__PURE__ */ jsx(BaseIcon, { ref, variants: VARIANTS, ...props }));
|
|
32
|
+
AICallIcon.displayName = "AICallIcon";
|
|
33
|
+
export {
|
|
34
|
+
AICallIcon
|
|
35
|
+
};
|
|
36
|
+
//# sourceMappingURL=AICallIcon.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AICallIcon.mjs","sources":["../../../src/components/Icons/AICallIcon.tsx"],"sourcesContent":["import * as React from \"react\";\nimport { BaseIcon } from \"./BaseIcon\";\nimport type { BaseIconProps, IconVariants } from \"./types\";\n\nconst VARIANTS: IconVariants = {\n 24: {\n outlined: [\n {\n d: \"M18.31 9.26c-.4 0-.74-.27-.83-.66l-.23-.97c-.1-.42-.42-.74-.84-.84l-.97-.23a.846.846 0 0 1-.66-.83c0-.4.27-.74.66-.83l.97-.23c.42-.1.74-.42.84-.84l.23-.97c.09-.39.43-.66.83-.66s.74.27.83.66l.23.97c.1.42.42.74.84.84l.97.23c.38.09.66.43.66.83s-.27.74-.66.83l-.97.23c-.42.1-.74.42-.84.84l-.23.97c-.09.39-.43.66-.83.66m-.64-3.52c.25.17.47.39.64.64.17-.25.39-.47.64-.64-.25-.17-.47-.39-.64-.64-.17.25-.39.47-.64.64m.06 17.51c-1.18 0-2.43-.29-3.71-.84-1.26-.54-2.52-1.26-3.75-2.16s-2.42-1.91-3.53-3.01a30 30 0 0 1-3-3.52c-.9-1.26-1.62-2.51-2.14-3.72C1.06 8.71.79 7.46.79 6.28c0-.81.15-1.59.43-2.3.29-.75.76-1.43 1.39-2.02.8-.79 1.71-1.19 2.7-1.19.41 0 .82.09 1.17.26.4.18.74.47.99.84L9.9 5.29c.22.3.38.59.5.89.13.31.2.62.2.92 0 .39-.11.78-.33 1.13-.16.28-.4.58-.7.89l-.73.76s.03.07.04.1c.13.22.37.59.86 1.17.51.59 1 1.12 1.48 1.62.64.62 1.14 1.09 1.62 1.5.6.5.99.75 1.22.87l.1.04.7-.75q.48-.48.93-.72c.57-.35 1.29-.41 2.02-.11q.405.165.87.48l3.48 2.47c.38.26.66.59.83.98.16.41.23.75.23 1.12 0 .5-.11.99-.33 1.46s-.49.88-.84 1.25a5.45 5.45 0 0 1-1.99 1.43c-.72.3-1.51.46-2.33.46M5.29 2.26c-.59 0-1.13.25-1.65.77-.48.45-.82.95-1.03 1.49-.22.54-.33 1.13-.33 1.75 0 .98.23 2.04.7 3.14.47 1.11 1.14 2.26 1.97 3.43.84 1.15 1.8 2.28 2.85 3.34 1.05 1.04 2.18 2 3.35 2.86 1.14.83 2.3 1.5 3.46 1.99 1.8.77 3.49.94 4.88.36.54-.22 1.01-.56 1.45-1.05.24-.27.43-.56.59-.89.13-.27.19-.54.19-.82 0-.18-.04-.34-.11-.54-.05-.11-.15-.22-.31-.33l-3.48-2.47c-.21-.14-.41-.25-.58-.33-.28-.11-.47-.12-.71.03-.21.11-.4.26-.61.48l-.8.79c-.39.39-1.01.48-1.48.31l-.28-.12c-.43-.22-.93-.58-1.49-1.06-.51-.43-1.03-.92-1.71-1.58-.52-.53-1.03-1.08-1.56-1.7-.49-.58-.85-1.08-1.07-1.47l-.13-.31c-.06-.23-.08-.36-.08-.5 0-.37.13-.7.39-.95l.79-.82c.21-.21.37-.41.48-.59.09-.14.12-.26.12-.38a.8.8 0 0 0-.09-.34 3 3 0 0 0-.34-.59L6.23 2.73c-.11-.15-.24-.26-.4-.34-.17-.08-.35-.13-.54-.13\",\n },\n ],\n filled: [\n {\n d: \"M9.08 17.03c-.41.41-1.06.41-1.48.01-.12-.12-.23-.22-.35-.34a29.4 29.4 0 0 1-2.93-3.43c-.86-1.2-1.55-2.39-2.06-3.58-.49-1.2-.74-2.34-.74-3.43 0-.71.13-1.39.38-2.02.25-.64.65-1.23 1.21-1.75.67-.66 1.41-.99 2.18-.99.29 0 .59.06.85.19.27.13.51.31.7.59l2.43 3.43c.19.26.33.5.42.73.09.22.15.44.15.64 0 .25-.07.5-.22.74-.14.24-.34.49-.59.74l-.8.83a.55.55 0 0 0-.17.42q0 .12.03.24c.03.08.06.15.08.21.19.35.51.8.98 1.34.47.55.98 1.1 1.52 1.66.1.1.22.21.33.31.42.41.43 1.08.01 1.5zm13.39 1.61c0 .29-.05.6-.16.89-.03.08-.06.17-.1.25-.18.38-.41.73-.71 1.07-.51.57-1.08.98-1.72 1.24-.01 0-.02.01-.03.01-.62.25-1.29.39-2.01.39-1.07 0-2.21-.25-3.42-.77-1.21-.51-2.41-1.21-3.61-2.08-.22-.16-.44-.33-.66-.49a.624.624 0 0 1-.05-.94l2.6-2.6c.2-.2.5-.24.74-.11.33.18.62.38.82.41.18.02.31-.06.43-.18l.8-.79c.26-.26.51-.46.75-.59.24-.15.48-.22.74-.22.2 0 .41.04.64.14.23.09.47.23.73.41l3.47 2.46c.27.19.46.41.58.67.1.26.17.53.17.83m-.48-13.11c0 .07-.04.23-.23.29l-.98.27c-.85.23-1.49.87-1.72 1.72l-.26.96c-.06.22-.23.24-.31.24s-.25-.02-.31-.24l-.26-.97c-.23-.84-.88-1.48-1.72-1.71l-.97-.26c-.21-.06-.23-.24-.23-.31 0-.08.02-.26.23-.32l.98-.26c.84-.24 1.48-.88 1.71-1.72l.28-1.02c.07-.17.23-.2.29-.2s.23.02.29.18l.28 1.03c.23.84.88 1.48 1.72 1.72l1 .28c.2.08.21.26.21.32\",\n },\n ],\n },\n 32: {\n outlined: [\n {\n d: \"M24.414 12.347c-.534 0-.987-.36-1.107-.88L23 10.173a1.5 1.5 0 0 0-1.12-1.12l-1.293-.306c-.52-.12-.88-.574-.88-1.107s.36-.987.88-1.107l1.293-.306A1.5 1.5 0 0 0 23 5.107l.307-1.294c.12-.52.573-.88 1.107-.88.533 0 .986.36 1.106.88l.307 1.294a1.5 1.5 0 0 0 1.12 1.12l1.293.306c.507.12.88.574.88 1.107s-.36.987-.88 1.107l-1.293.306a1.5 1.5 0 0 0-1.12 1.12l-.307 1.294c-.12.52-.573.88-1.106.88m-.854-4.694c.334.227.627.52.854.854.226-.334.52-.627.853-.854a3.3 3.3 0 0 1-.853-.853c-.227.333-.52.627-.854.853M23.64 31c-1.573 0-3.24-.387-4.947-1.12-1.68-.72-3.36-1.68-5-2.88a42 42 0 0 1-4.706-4.013 40 40 0 0 1-4-4.694c-1.2-1.68-2.16-3.346-2.854-4.96-.72-1.72-1.08-3.386-1.08-4.96 0-1.08.2-2.12.574-3.066.386-1 1.013-1.907 1.853-2.694 1.067-1.053 2.28-1.586 3.6-1.586.547 0 1.093.12 1.56.346.533.24.987.627 1.32 1.12l3.24 4.56c.293.4.507.787.667 1.187.173.413.266.827.266 1.227 0 .52-.146 1.04-.44 1.506-.213.374-.533.774-.933 1.187l-.973 1.013s.04.094.053.134c.174.293.494.786 1.147 1.56.68.786 1.333 1.493 1.973 2.16.853.826 1.52 1.453 2.16 2 .8.666 1.32 1 1.627 1.16l.133.053.933-1q.64-.64 1.24-.96c.76-.467 1.72-.547 2.694-.147q.54.22 1.16.64l4.64 3.294c.506.346.88.786 1.106 1.306.214.547.307 1 .307 1.494 0 .666-.147 1.32-.44 1.946a6.2 6.2 0 0 1-1.12 1.667 7.3 7.3 0 0 1-2.653 1.907c-.96.4-2.014.613-3.107.613M7.053 3.013c-.786 0-1.506.334-2.2 1.027-.64.6-1.093 1.267-1.373 1.987a6.2 6.2 0 0 0-.44 2.333c0 1.307.307 2.72.933 4.187.627 1.48 1.52 3.013 2.627 4.573a39 39 0 0 0 3.8 4.453 40 40 0 0 0 4.467 3.814c1.52 1.106 3.066 2 4.613 2.653 2.4 1.027 4.653 1.253 6.507.48.72-.293 1.346-.747 1.933-1.4a5.1 5.1 0 0 0 .787-1.187c.173-.36.253-.72.253-1.093 0-.24-.053-.453-.147-.72-.066-.147-.2-.293-.413-.44l-4.64-3.293a6 6 0 0 0-.773-.44c-.374-.147-.627-.16-.947.04-.28.146-.533.346-.813.64L20.16 21.68c-.52.52-1.347.64-1.973.413l-.374-.16c-.573-.293-1.24-.773-1.986-1.413-.68-.573-1.374-1.227-2.28-2.107a44 44 0 0 1-2.08-2.266c-.654-.774-1.133-1.44-1.427-1.96l-.173-.414c-.08-.306-.107-.48-.107-.666 0-.494.173-.934.52-1.267l1.054-1.093c.28-.28.493-.547.64-.787a.9.9 0 0 0 .16-.507c0-.066-.014-.226-.12-.453a4 4 0 0 0-.454-.787L8.307 3.64a1.45 1.45 0 0 0-.534-.453 1.7 1.7 0 0 0-.72-.174\",\n },\n ],\n filled: [\n {\n d: \"M12.107 22.707a1.404 1.404 0 0 1-1.974.013c-.16-.16-.306-.293-.466-.453a39 39 0 0 1-3.907-4.574c-1.147-1.6-2.067-3.186-2.747-4.773-.653-1.6-.986-3.12-.986-4.573 0-.947.173-1.854.506-2.694A6.3 6.3 0 0 1 4.147 3.32C5.04 2.44 6.027 2 7.053 2c.387 0 .787.08 1.134.253.36.174.68.414.933.787l3.24 4.573c.253.347.44.667.56.974.12.293.2.586.2.853 0 .333-.093.667-.293.987a5 5 0 0 1-.787.986l-1.067 1.107a.73.73 0 0 0-.226.56q0 .16.04.32c.04.107.08.2.106.28.254.467.68 1.067 1.307 1.787a50 50 0 0 0 2.027 2.213c.133.133.293.28.44.413a1.4 1.4 0 0 1 .013 2zm17.853 2.146c0 .387-.067.8-.213 1.187-.04.107-.08.227-.134.333a6 6 0 0 1-.946 1.427c-.68.76-1.44 1.306-2.294 1.653-.013 0-.026.014-.04.014a7.1 7.1 0 0 1-2.68.52c-1.426 0-2.946-.334-4.56-1.027-1.613-.68-3.213-1.614-4.813-2.774-.293-.213-.587-.44-.88-.653a.832.832 0 0 1-.067-1.253l3.467-3.467a.83.83 0 0 1 .987-.146c.44.24.826.506 1.093.546.24.027.413-.08.573-.24l1.067-1.053c.347-.347.68-.614 1-.787.32-.2.64-.293.987-.293.266 0 .546.053.853.186.307.12.627.307.973.547l4.627 3.28c.36.253.613.547.773.893.134.347.227.707.227 1.107m-.64-17.479a.415.415 0 0 1-.307.386l-1.306.36a3.22 3.22 0 0 0-2.294 2.294l-.346 1.28c-.08.293-.307.32-.414.32a.4.4 0 0 1-.413-.32l-.347-1.294A3.25 3.25 0 0 0 21.6 8.12l-1.293-.346c-.28-.08-.307-.32-.307-.414 0-.106.027-.346.307-.426l1.306-.347a3.27 3.27 0 0 0 2.28-2.293l.374-1.36a.43.43 0 0 1 .386-.267c.08 0 .307.027.387.24l.373 1.373a3.29 3.29 0 0 0 2.294 2.294l1.333.373c.267.107.28.347.28.427\",\n },\n ],\n },\n};\n\n/** Props for {@link AICallIcon}. See {@link BaseIconProps} for the shared shape. */\nexport type AICallIconProps = BaseIconProps;\n\n/**\n * AI Call icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.\n *\n * @example\n * ```tsx\n * <AICallIcon size={24} filled />\n * ```\n */\nexport const AICallIcon = React.forwardRef<SVGSVGElement, AICallIconProps>((props, ref) => (\n <BaseIcon ref={ref} variants={VARIANTS} {...props} />\n));\n\nAICallIcon.displayName = \"AICallIcon\";\n"],"names":[],"mappings":";;;;AAIA,MAAM,WAAyB;AAAA,EAC7B,IAAI;AAAA,IACF,UAAU;AAAA,MACR;AAAA,QACE,GAAG;AAAA,MAAA;AAAA,IACL;AAAA,IAEF,QAAQ;AAAA,MACN;AAAA,QACE,GAAG;AAAA,MAAA;AAAA,IACL;AAAA,EACF;AAAA,EAEF,IAAI;AAAA,IACF,UAAU;AAAA,MACR;AAAA,QACE,GAAG;AAAA,MAAA;AAAA,IACL;AAAA,IAEF,QAAQ;AAAA,MACN;AAAA,QACE,GAAG;AAAA,MAAA;AAAA,IACL;AAAA,EACF;AAEJ;AAaO,MAAM,aAAa,MAAM,WAA2C,CAAC,OAAO,QACjF,oBAAC,UAAA,EAAS,KAAU,UAAU,UAAW,GAAG,OAAO,CACpD;AAED,WAAW,cAAc;"}
|
|
@@ -6,24 +6,24 @@ const VARIANTS = {
|
|
|
6
6
|
16: {
|
|
7
7
|
outlined: [
|
|
8
8
|
{
|
|
9
|
-
d: "M12.
|
|
9
|
+
d: "M12.703 6.343a.71.71 0 0 1-.7-.565l-.202-.843a1.03 1.03 0 0 0-.784-.758l-.876-.194a.716.716 0 0 1-.565-.708c0-.346.236-.633.573-.7l.868-.194c.388-.084.7-.388.784-.759l.203-.851a.716.716 0 0 1 .7-.556c.345 0 .632.227.707.564l.203.843c.084.371.396.675.784.759l.876.194a.71.71 0 0 1 .565.7.72.72 0 0 1-.565.708l-.876.194a1.03 1.03 0 0 0-.784.758l-.203.86a.715.715 0 0 1-.7.556zm-.632-3.068q.38.252.632.632c.169-.245.388-.464.633-.632a2.3 2.3 0 0 1-.633-.633 2.5 2.5 0 0 1-.632.633m-5.58 12.029a.8.8 0 0 1-.8-.65l-.422-1.837a2.91 2.91 0 0 0-2.183-2.183l-1.847-.43a.814.814 0 0 1-.632-.801c0-.388.261-.725.64-.801l1.839-.421a2.91 2.91 0 0 0 2.183-2.184l.43-1.846a.81.81 0 0 1 .8-.632c.388 0 .725.261.801.649l.422 1.838a2.91 2.91 0 0 0 2.183 2.183l1.846.43a.81.81 0 0 1 .632.8.81.81 0 0 1-.64.801l-1.846.43a2.91 2.91 0 0 0-2.184 2.184l-.43 1.846a.81.81 0 0 1-.8.632zM3.372 9.403a4.19 4.19 0 0 1 3.12 3.119 4.19 4.19 0 0 1 3.118-3.12 4.19 4.19 0 0 1-3.119-3.118 4.19 4.19 0 0 1-3.119 3.119"
|
|
10
10
|
}
|
|
11
11
|
],
|
|
12
12
|
filled: [
|
|
13
13
|
{
|
|
14
|
-
d: "
|
|
14
|
+
d: "m11.462 10.31-1.481.394a3.77 3.77 0 0 0-2.63 2.63l-.394 1.482c-.137.488-.822.488-.942 0l-.394-1.482a3.77 3.77 0 0 0-2.63-2.63L1.51 10.31c-.488-.136-.488-.822 0-.942l1.482-.394a3.77 3.77 0 0 0 2.63-2.63l.394-1.481c.137-.488.822-.488.942 0l.394 1.482a3.77 3.77 0 0 0 2.63 2.63l1.481.393c.489.137.489.823 0 .942m3.52-6.51-.651.172a1.67 1.67 0 0 0-1.157 1.156l-.17.651c-.06.215-.36.215-.412 0l-.171-.65a1.67 1.67 0 0 0-1.157-1.157l-.65-.171c-.215-.06-.215-.36 0-.411l.65-.172a1.67 1.67 0 0 0 1.157-1.156l.171-.65c.06-.215.36-.215.411 0l.172.65c.154.557.59.994 1.156 1.156l.65.172c.215.06.215.36 0 .41"
|
|
15
15
|
}
|
|
16
16
|
]
|
|
17
17
|
},
|
|
18
18
|
24: {
|
|
19
19
|
outlined: [
|
|
20
20
|
{
|
|
21
|
-
d: "M18.
|
|
21
|
+
d: "M18.218 9.78a.93.93 0 0 1-.92-.742l-.265-1.106a1.35 1.35 0 0 0-1.029-.996l-1.151-.255a.94.94 0 0 1-.742-.93c0-.454.31-.83.753-.918l1.14-.255c.51-.11.919-.51 1.03-.996l.265-1.118c.088-.42.465-.72.919-.73.453 0 .83.298.93.741l.265 1.107c.11.487.52.885 1.03.996l1.15.255a.93.93 0 0 1 .742.918.95.95 0 0 1-.742.93l-1.15.255c-.51.11-.92.509-1.03.996l-.266 1.129a.94.94 0 0 1-.918.73zm-.83-4.029q.497.333.83.83c.22-.32.509-.608.83-.83a3 3 0 0 1-.83-.83 3.3 3.3 0 0 1-.83.83M10.06 21.545c-.52 0-.952-.343-1.051-.852l-.554-2.413a3.83 3.83 0 0 0-2.866-2.866l-2.424-.565a1.07 1.07 0 0 1-.83-1.051c0-.51.343-.952.84-1.052l2.414-.553a3.83 3.83 0 0 0 2.866-2.867l.565-2.424c.1-.487.542-.83 1.051-.83.51 0 .952.343 1.052.853l.553 2.412a3.83 3.83 0 0 0 2.867 2.867l2.424.564c.487.111.83.543.83 1.052s-.343.94-.841 1.051l-2.424.565a3.83 3.83 0 0 0-2.867 2.866l-.564 2.424c-.1.487-.543.83-1.052.83zm-4.095-7.747a5.5 5.5 0 0 1 4.095 4.095 5.5 5.5 0 0 1 4.095-4.095 5.5 5.5 0 0 1-4.095-4.095 5.5 5.5 0 0 1-4.095 4.095"
|
|
22
22
|
}
|
|
23
23
|
],
|
|
24
24
|
filled: [
|
|
25
25
|
{
|
|
26
|
-
d: "m16.
|
|
26
|
+
d: "m16.957 14.707-2.117.563a5.38 5.38 0 0 0-3.757 3.756l-.563 2.117c-.195.697-1.174.697-1.346 0l-.562-2.117a5.38 5.38 0 0 0-3.757-3.756l-2.117-.563c-.697-.196-.697-1.175 0-1.346l2.117-.563A5.38 5.38 0 0 0 8.612 9.04l.562-2.116c.196-.698 1.175-.698 1.346 0l.563 2.116a5.38 5.38 0 0 0 3.757 3.757l2.117.563c.697.195.697 1.174 0 1.346m5.029-9.299-.93.245a2.39 2.39 0 0 0-1.652 1.652l-.245.93c-.085.306-.514.306-.587 0l-.245-.93a2.39 2.39 0 0 0-1.652-1.652l-.93-.245c-.306-.085-.306-.514 0-.587l.93-.245a2.39 2.39 0 0 0 1.652-1.652l.245-.93c.085-.306.514-.306.587 0l.245.93a2.39 2.39 0 0 0 1.652 1.652l.93.245c.306.086.306.514 0 .587"
|
|
27
27
|
}
|
|
28
28
|
]
|
|
29
29
|
},
|
|
@@ -35,7 +35,7 @@ const VARIANTS = {
|
|
|
35
35
|
],
|
|
36
36
|
filled: [
|
|
37
37
|
{
|
|
38
|
-
d: "m21.
|
|
38
|
+
d: "m21.976 19.21-2.54.675a6.46 6.46 0 0 0-4.508 4.508l-.675 2.54c-.235.837-1.41.837-1.615 0l-.676-2.54a6.46 6.46 0 0 0-4.507-4.507l-2.54-.676c-.838-.235-.838-1.41 0-1.615l2.54-.675a6.46 6.46 0 0 0 4.507-4.508l.676-2.54c.235-.837 1.41-.837 1.615 0l.675 2.54a6.46 6.46 0 0 0 4.508 4.507l2.54.676c.837.235.837 1.41 0 1.615m6.035-11.16-1.116.294a2.87 2.87 0 0 0-1.982 1.983l-.294 1.116c-.102.367-.616.367-.704 0l-.294-1.116a2.87 2.87 0 0 0-1.982-1.983l-1.116-.293c-.367-.103-.367-.617 0-.705l1.116-.294A2.87 2.87 0 0 0 23.62 5.07l.294-1.116c.102-.367.616-.367.704 0l.294 1.116a2.87 2.87 0 0 0 1.982 1.982l1.116.294c.367.103.367.617 0 .705"
|
|
39
39
|
}
|
|
40
40
|
]
|
|
41
41
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AIIcon.mjs","sources":["../../../src/components/Icons/AIIcon.tsx"],"sourcesContent":["import * as React from \"react\";\nimport { BaseIcon } from \"./BaseIcon\";\nimport type { BaseIconProps, IconVariants } from \"./types\";\n\nconst VARIANTS: IconVariants = {\n 16: {\n outlined: [\n {\n d: \"M12.
|
|
1
|
+
{"version":3,"file":"AIIcon.mjs","sources":["../../../src/components/Icons/AIIcon.tsx"],"sourcesContent":["import * as React from \"react\";\nimport { BaseIcon } from \"./BaseIcon\";\nimport type { BaseIconProps, IconVariants } from \"./types\";\n\nconst VARIANTS: IconVariants = {\n 16: {\n outlined: [\n {\n d: \"M12.703 6.343a.71.71 0 0 1-.7-.565l-.202-.843a1.03 1.03 0 0 0-.784-.758l-.876-.194a.716.716 0 0 1-.565-.708c0-.346.236-.633.573-.7l.868-.194c.388-.084.7-.388.784-.759l.203-.851a.716.716 0 0 1 .7-.556c.345 0 .632.227.707.564l.203.843c.084.371.396.675.784.759l.876.194a.71.71 0 0 1 .565.7.72.72 0 0 1-.565.708l-.876.194a1.03 1.03 0 0 0-.784.758l-.203.86a.715.715 0 0 1-.7.556zm-.632-3.068q.38.252.632.632c.169-.245.388-.464.633-.632a2.3 2.3 0 0 1-.633-.633 2.5 2.5 0 0 1-.632.633m-5.58 12.029a.8.8 0 0 1-.8-.65l-.422-1.837a2.91 2.91 0 0 0-2.183-2.183l-1.847-.43a.814.814 0 0 1-.632-.801c0-.388.261-.725.64-.801l1.839-.421a2.91 2.91 0 0 0 2.183-2.184l.43-1.846a.81.81 0 0 1 .8-.632c.388 0 .725.261.801.649l.422 1.838a2.91 2.91 0 0 0 2.183 2.183l1.846.43a.81.81 0 0 1 .632.8.81.81 0 0 1-.64.801l-1.846.43a2.91 2.91 0 0 0-2.184 2.184l-.43 1.846a.81.81 0 0 1-.8.632zM3.372 9.403a4.19 4.19 0 0 1 3.12 3.119 4.19 4.19 0 0 1 3.118-3.12 4.19 4.19 0 0 1-3.119-3.118 4.19 4.19 0 0 1-3.119 3.119\",\n },\n ],\n filled: [\n {\n d: \"m11.462 10.31-1.481.394a3.77 3.77 0 0 0-2.63 2.63l-.394 1.482c-.137.488-.822.488-.942 0l-.394-1.482a3.77 3.77 0 0 0-2.63-2.63L1.51 10.31c-.488-.136-.488-.822 0-.942l1.482-.394a3.77 3.77 0 0 0 2.63-2.63l.394-1.481c.137-.488.822-.488.942 0l.394 1.482a3.77 3.77 0 0 0 2.63 2.63l1.481.393c.489.137.489.823 0 .942m3.52-6.51-.651.172a1.67 1.67 0 0 0-1.157 1.156l-.17.651c-.06.215-.36.215-.412 0l-.171-.65a1.67 1.67 0 0 0-1.157-1.157l-.65-.171c-.215-.06-.215-.36 0-.411l.65-.172a1.67 1.67 0 0 0 1.157-1.156l.171-.65c.06-.215.36-.215.411 0l.172.65c.154.557.59.994 1.156 1.156l.65.172c.215.06.215.36 0 .41\",\n },\n ],\n },\n 24: {\n outlined: [\n {\n d: \"M18.218 9.78a.93.93 0 0 1-.92-.742l-.265-1.106a1.35 1.35 0 0 0-1.029-.996l-1.151-.255a.94.94 0 0 1-.742-.93c0-.454.31-.83.753-.918l1.14-.255c.51-.11.919-.51 1.03-.996l.265-1.118c.088-.42.465-.72.919-.73.453 0 .83.298.93.741l.265 1.107c.11.487.52.885 1.03.996l1.15.255a.93.93 0 0 1 .742.918.95.95 0 0 1-.742.93l-1.15.255c-.51.11-.92.509-1.03.996l-.266 1.129a.94.94 0 0 1-.918.73zm-.83-4.029q.497.333.83.83c.22-.32.509-.608.83-.83a3 3 0 0 1-.83-.83 3.3 3.3 0 0 1-.83.83M10.06 21.545c-.52 0-.952-.343-1.051-.852l-.554-2.413a3.83 3.83 0 0 0-2.866-2.866l-2.424-.565a1.07 1.07 0 0 1-.83-1.051c0-.51.343-.952.84-1.052l2.414-.553a3.83 3.83 0 0 0 2.866-2.867l.565-2.424c.1-.487.542-.83 1.051-.83.51 0 .952.343 1.052.853l.553 2.412a3.83 3.83 0 0 0 2.867 2.867l2.424.564c.487.111.83.543.83 1.052s-.343.94-.841 1.051l-2.424.565a3.83 3.83 0 0 0-2.867 2.866l-.564 2.424c-.1.487-.543.83-1.052.83zm-4.095-7.747a5.5 5.5 0 0 1 4.095 4.095 5.5 5.5 0 0 1 4.095-4.095 5.5 5.5 0 0 1-4.095-4.095 5.5 5.5 0 0 1-4.095 4.095\",\n },\n ],\n filled: [\n {\n d: \"m16.957 14.707-2.117.563a5.38 5.38 0 0 0-3.757 3.756l-.563 2.117c-.195.697-1.174.697-1.346 0l-.562-2.117a5.38 5.38 0 0 0-3.757-3.756l-2.117-.563c-.697-.196-.697-1.175 0-1.346l2.117-.563A5.38 5.38 0 0 0 8.612 9.04l.562-2.116c.196-.698 1.175-.698 1.346 0l.563 2.116a5.38 5.38 0 0 0 3.757 3.757l2.117.563c.697.195.697 1.174 0 1.346m5.029-9.299-.93.245a2.39 2.39 0 0 0-1.652 1.652l-.245.93c-.085.306-.514.306-.587 0l-.245-.93a2.39 2.39 0 0 0-1.652-1.652l-.93-.245c-.306-.085-.306-.514 0-.587l.93-.245a2.39 2.39 0 0 0 1.652-1.652l.245-.93c.085-.306.514-.306.587 0l.245.93a2.39 2.39 0 0 0 1.652 1.652l.93.245c.306.086.306.514 0 .587\",\n },\n ],\n },\n 32: {\n outlined: [\n {\n d: \"M24.242 13.055c-.601 0-1.1-.41-1.217-.982l-.352-1.467c-.147-.645-.69-1.173-1.364-1.32l-1.526-.337a1.246 1.246 0 0 1-.982-1.232c0-.602.41-1.1.997-1.218l1.51-.337c.675-.147 1.218-.675 1.365-1.32l.352-1.481c.117-.558.616-.954 1.217-.968.601 0 1.1.396 1.232.982l.352 1.467c.147.645.69 1.173 1.364 1.32l1.525.337c.572.118.983.616.983 1.218 0 .601-.41 1.1-.983 1.232l-1.525.337c-.675.147-1.217.675-1.364 1.32l-.352 1.496c-.117.557-.63.968-1.217.968zm-1.1-5.338q.66.44 1.1 1.1a4.4 4.4 0 0 1 1.1-1.1 3.9 3.9 0 0 1-1.1-1.1 4.4 4.4 0 0 1-1.1 1.1m-9.71 20.929c-.689 0-1.26-.455-1.393-1.13l-.733-3.197a5.07 5.07 0 0 0-3.799-3.798l-3.212-.748a1.416 1.416 0 0 1-1.1-1.394c0-.674.455-1.261 1.115-1.393l3.197-.733a5.07 5.07 0 0 0 3.799-3.799l.748-3.212c.132-.645.718-1.1 1.393-1.1a1.4 1.4 0 0 1 1.393 1.13l.734 3.197a5.07 5.07 0 0 0 3.798 3.798l3.212.748c.646.147 1.1.719 1.1 1.394s-.454 1.246-1.114 1.393l-3.212.748a5.07 5.07 0 0 0-3.799 3.799l-.748 3.212c-.132.645-.719 1.1-1.393 1.1zM8.006 18.379c2.684.616 4.81 2.758 5.426 5.427.616-2.684 2.758-4.81 5.427-5.427-2.684-.616-4.81-2.757-5.427-5.426-.616 2.684-2.757 4.81-5.426 5.426\",\n },\n ],\n filled: [\n {\n d: \"m21.976 19.21-2.54.675a6.46 6.46 0 0 0-4.508 4.508l-.675 2.54c-.235.837-1.41.837-1.615 0l-.676-2.54a6.46 6.46 0 0 0-4.507-4.507l-2.54-.676c-.838-.235-.838-1.41 0-1.615l2.54-.675a6.46 6.46 0 0 0 4.507-4.508l.676-2.54c.235-.837 1.41-.837 1.615 0l.675 2.54a6.46 6.46 0 0 0 4.508 4.507l2.54.676c.837.235.837 1.41 0 1.615m6.035-11.16-1.116.294a2.87 2.87 0 0 0-1.982 1.983l-.294 1.116c-.102.367-.616.367-.704 0l-.294-1.116a2.87 2.87 0 0 0-1.982-1.983l-1.116-.293c-.367-.103-.367-.617 0-.705l1.116-.294A2.87 2.87 0 0 0 23.62 5.07l.294-1.116c.102-.367.616-.367.704 0l.294 1.116a2.87 2.87 0 0 0 1.982 1.982l1.116.294c.367.103.367.617 0 .705\",\n },\n ],\n },\n};\n\n/** Props for {@link AIIcon}. See {@link BaseIconProps} for the shared shape. */\nexport type AIIconProps = BaseIconProps;\n\n/**\n * Ai icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.\n *\n * @example\n * ```tsx\n * <AIIcon size={24} filled />\n * ```\n */\nexport const AIIcon = React.forwardRef<SVGSVGElement, AIIconProps>((props, ref) => (\n <BaseIcon ref={ref} variants={VARIANTS} {...props} />\n));\n\nAIIcon.displayName = \"AIIcon\";\n"],"names":[],"mappings":";;;;AAIA,MAAM,WAAyB;AAAA,EAC7B,IAAI;AAAA,IACF,UAAU;AAAA,MACR;AAAA,QACE,GAAG;AAAA,MAAA;AAAA,IACL;AAAA,IAEF,QAAQ;AAAA,MACN;AAAA,QACE,GAAG;AAAA,MAAA;AAAA,IACL;AAAA,EACF;AAAA,EAEF,IAAI;AAAA,IACF,UAAU;AAAA,MACR;AAAA,QACE,GAAG;AAAA,MAAA;AAAA,IACL;AAAA,IAEF,QAAQ;AAAA,MACN;AAAA,QACE,GAAG;AAAA,MAAA;AAAA,IACL;AAAA,EACF;AAAA,EAEF,IAAI;AAAA,IACF,UAAU;AAAA,MACR;AAAA,QACE,GAAG;AAAA,MAAA;AAAA,IACL;AAAA,IAEF,QAAQ;AAAA,MACN;AAAA,QACE,GAAG;AAAA,MAAA;AAAA,IACL;AAAA,EACF;AAEJ;AAaO,MAAM,SAAS,MAAM,WAAuC,CAAC,OAAO,QACzE,oBAAC,UAAA,EAAS,KAAU,UAAU,UAAW,GAAG,OAAO,CACpD;AAED,OAAO,cAAc;"}
|
|
@@ -6,12 +6,12 @@ const VARIANTS = {
|
|
|
6
6
|
16: {
|
|
7
7
|
outlined: [
|
|
8
8
|
{
|
|
9
|
-
d: "m10.813 2.58-2 3.613c-.2.367-.027.82.367.953l2.746.934c.454.153.6.72.287 1.073l-4.56 5.134c-.247.28-.7.066-.653-.3l.506-3.527a.666.666 0 0 0-.433-.72L4.066 8.666a.664.664 0 0 1-.366-.933L6.646 1.96a.67.67 0 0 1 .594-.367h3c.5-.
|
|
9
|
+
d: "m10.813 2.58-2 3.613c-.2.367-.027.82.367.953l2.746.934c.454.153.6.72.287 1.073l-4.56 5.134c-.247.28-.7.066-.653-.3l.506-3.527a.666.666 0 0 0-.433-.72L4.066 8.666a.664.664 0 0 1-.366-.933L6.646 1.96a.67.67 0 0 1 .594-.367h3c.5-.007.82.54.573.987Z"
|
|
10
10
|
}
|
|
11
11
|
],
|
|
12
12
|
filled: [
|
|
13
13
|
{
|
|
14
|
-
d: "m10.813 2.58-2 3.613c-.2.367-.026.82.367.953l2.747.934c.453.153.6.72.286 1.073l-4.56 5.134c-.246.28-.7.066-.653-.3l.507-3.527a.666.666 0 0 0-.434-.72L4.067 8.666a.664.664 0 0 1-.367-.933L6.647 1.96a.67.67 0 0 1 .593-.367h3c.5-.
|
|
14
|
+
d: "m10.813 2.58-2 3.613c-.2.367-.026.82.367.953l2.747.934c.453.153.6.72.286 1.073l-4.56 5.134c-.246.28-.7.066-.653-.3l.507-3.527a.666.666 0 0 0-.434-.72L4.067 8.666a.664.664 0 0 1-.367-.933L6.647 1.96a.67.67 0 0 1 .593-.367h3c.5-.007.82.54.573.987"
|
|
15
15
|
}
|
|
16
16
|
]
|
|
17
17
|
},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BoltIcon.mjs","sources":["../../../src/components/Icons/BoltIcon.tsx"],"sourcesContent":["import * as React from \"react\";\nimport { BaseIcon } from \"./BaseIcon\";\nimport type { BaseIconProps, IconVariants } from \"./types\";\n\nconst VARIANTS: IconVariants = {\n 16: {\n outlined: [\n {\n d: \"m10.813 2.58-2 3.613c-.2.367-.027.82.367.953l2.746.934c.454.153.6.72.287 1.073l-4.56 5.134c-.247.28-.7.066-.653-.3l.506-3.527a.666.666 0 0 0-.433-.72L4.066 8.666a.664.664 0 0 1-.366-.933L6.646 1.96a.67.67 0 0 1 .594-.367h3c.5-.
|
|
1
|
+
{"version":3,"file":"BoltIcon.mjs","sources":["../../../src/components/Icons/BoltIcon.tsx"],"sourcesContent":["import * as React from \"react\";\nimport { BaseIcon } from \"./BaseIcon\";\nimport type { BaseIconProps, IconVariants } from \"./types\";\n\nconst VARIANTS: IconVariants = {\n 16: {\n outlined: [\n {\n d: \"m10.813 2.58-2 3.613c-.2.367-.027.82.367.953l2.746.934c.454.153.6.72.287 1.073l-4.56 5.134c-.247.28-.7.066-.653-.3l.506-3.527a.666.666 0 0 0-.433-.72L4.066 8.666a.664.664 0 0 1-.366-.933L6.646 1.96a.67.67 0 0 1 .594-.367h3c.5-.007.82.54.573.987Z\",\n },\n ],\n filled: [\n {\n d: \"m10.813 2.58-2 3.613c-.2.367-.026.82.367.953l2.747.934c.453.153.6.72.286 1.073l-4.56 5.134c-.246.28-.7.066-.653-.3l.507-3.527a.666.666 0 0 0-.434-.72L4.067 8.666a.664.664 0 0 1-.367-.933L6.647 1.96a.67.67 0 0 1 .593-.367h3c.5-.007.82.54.573.987\",\n },\n ],\n },\n 24: {\n outlined: [\n {\n d: \"m16.22 3.87-3 5.42c-.3.55-.04 1.23.55 1.43l4.12 1.4c.68.23.9 1.08.43 1.61l-6.84 7.7c-.37.42-1.05.1-.98-.45l.76-5.29a1 1 0 0 0-.65-1.08L6.1 13a.995.995 0 0 1-.55-1.4l4.42-8.66c.17-.33.51-.55.89-.55h4.5c.75-.01 1.23.81.86 1.48Z\",\n sw: 1.5,\n },\n ],\n filled: [\n {\n d: \"m16.22 3.87-3 5.42c-.3.55-.04 1.23.55 1.43l4.12 1.4c.68.23.9 1.08.43 1.61l-6.84 7.7c-.37.42-1.05.1-.98-.45l.76-5.29a1 1 0 0 0-.65-1.08L6.1 13a.995.995 0 0 1-.55-1.4l4.42-8.66c.17-.33.51-.55.89-.55h4.5c.75-.01 1.23.81.86 1.48\",\n },\n ],\n },\n 32: {\n outlined: [\n {\n d: \"m21.627 5.16-4 7.226a1.33 1.33 0 0 0 .733 1.907l5.493 1.867c.907.306 1.2 1.44.573 2.146l-9.12 10.267c-.493.56-1.4.133-1.306-.6l1.013-7.053a1.33 1.33 0 0 0-.867-1.44l-6.013-2.147a1.327 1.327 0 0 1-.733-1.867L13.293 3.92c.227-.44.68-.734 1.187-.734h6c1-.013 1.64 1.08 1.146 1.974Z\",\n sw: 2,\n },\n ],\n filled: [\n {\n d: \"m21.627 5.16-4 7.226a1.33 1.33 0 0 0 .733 1.907l5.494 1.867c.906.306 1.2 1.44.573 2.146l-9.12 10.267c-.494.56-1.4.133-1.307-.6l1.014-7.053a1.33 1.33 0 0 0-.867-1.44l-6.014-2.147a1.327 1.327 0 0 1-.733-1.867L13.293 3.92c.227-.44.68-.734 1.187-.734h6c1-.013 1.64 1.08 1.147 1.974\",\n },\n ],\n },\n};\n\n/** Props for {@link BoltIcon}. See {@link BaseIconProps} for the shared shape. */\nexport type BoltIconProps = BaseIconProps;\n\n/**\n * Bolt icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.\n *\n * @example\n * ```tsx\n * <BoltIcon size={24} filled />\n * ```\n */\nexport const BoltIcon = React.forwardRef<SVGSVGElement, BoltIconProps>((props, ref) => (\n <BaseIcon ref={ref} variants={VARIANTS} {...props} />\n));\n\nBoltIcon.displayName = \"BoltIcon\";\n"],"names":[],"mappings":";;;;AAIA,MAAM,WAAyB;AAAA,EAC7B,IAAI;AAAA,IACF,UAAU;AAAA,MACR;AAAA,QACE,GAAG;AAAA,MAAA;AAAA,IACL;AAAA,IAEF,QAAQ;AAAA,MACN;AAAA,QACE,GAAG;AAAA,MAAA;AAAA,IACL;AAAA,EACF;AAAA,EAEF,IAAI;AAAA,IACF,UAAU;AAAA,MACR;AAAA,QACE,GAAG;AAAA,QACH,IAAI;AAAA,MAAA;AAAA,IACN;AAAA,IAEF,QAAQ;AAAA,MACN;AAAA,QACE,GAAG;AAAA,MAAA;AAAA,IACL;AAAA,EACF;AAAA,EAEF,IAAI;AAAA,IACF,UAAU;AAAA,MACR;AAAA,QACE,GAAG;AAAA,QACH,IAAI;AAAA,MAAA;AAAA,IACN;AAAA,IAEF,QAAQ;AAAA,MACN;AAAA,QACE,GAAG;AAAA,MAAA;AAAA,IACL;AAAA,EACF;AAEJ;AAaO,MAAM,WAAW,MAAM,WAAyC,CAAC,OAAO,QAC7E,oBAAC,UAAA,EAAS,KAAU,UAAU,UAAW,GAAG,OAAO,CACpD;AAED,SAAS,cAAc;"}
|
|
@@ -17,7 +17,7 @@ const VARIANTS = {
|
|
|
17
17
|
],
|
|
18
18
|
filled: [
|
|
19
19
|
{
|
|
20
|
-
d: "M11.167 2.373v-1.04c0-.273-.227-.5-.5-.5-.274 0-.5.227-.5.5v1H5.833v-1c0-.273-.226-.5-.5-.5-.273 0-.5.227-.5.5v1.04c-1.8.167-2.673 1.24-2.806 2.834a.335.335 0 0 0 .333.353h11.28c.193 0 .353-.167.333-.353-.133-1.594-1.006-2.667-2.806-2.834m2.166 4.187H2.667c-.367 0-.667.3-.667.667v4.106c0 2 1 3.333 3.333 3.333h5.334C13 14.667 14 13.333 14 11.333V7.227c0-.367-.3-.667-.667-.667M6.14 12.14a.8.8 0 0 1-.22.14.7.7 0 0 1-.253.053.7.7 0 0 1-.254-.053.8.8 0 0 1-.22-.14.7.7 0 0 1-.193-.
|
|
20
|
+
d: "M11.167 2.373v-1.04c0-.273-.227-.5-.5-.5-.274 0-.5.227-.5.5v1H5.833v-1c0-.273-.226-.5-.5-.5-.273 0-.5.227-.5.5v1.04c-1.8.167-2.673 1.24-2.806 2.834a.335.335 0 0 0 .333.353h11.28c.193 0 .353-.167.333-.353-.133-1.594-1.006-2.667-2.806-2.834m2.166 4.187H2.667c-.367 0-.667.3-.667.667v4.106c0 2 1 3.333 3.333 3.333h5.334C13 14.667 14 13.333 14 11.333V7.227c0-.367-.3-.667-.667-.667M6.14 12.14a.8.8 0 0 1-.22.14.7.7 0 0 1-.253.053.7.7 0 0 1-.254-.053.8.8 0 0 1-.22-.14.7.7 0 0 1-.193-.474.7.7 0 0 1 .193-.473.8.8 0 0 1 .22-.14.67.67 0 0 1 .507 0 .8.8 0 0 1 .22.14.7.7 0 0 1 .193.473.7.7 0 0 1-.193.474m.14-2.553a.8.8 0 0 1-.14.22.8.8 0 0 1-.22.14.7.7 0 0 1-.253.053.7.7 0 0 1-.254-.053.8.8 0 0 1-.22-.14.8.8 0 0 1-.14-.22A.7.7 0 0 1 5 9.333a.7.7 0 0 1 .053-.253.8.8 0 0 1 .14-.22.8.8 0 0 1 .22-.14.67.67 0 0 1 .507 0 .8.8 0 0 1 .22.14.8.8 0 0 1 .14.22q.051.122.053.253-.002.132-.053.254m2.193.22a.8.8 0 0 1-.22.14A.7.7 0 0 1 8 10a.7.7 0 0 1-.253-.053.8.8 0 0 1-.22-.14.7.7 0 0 1-.194-.474c0-.173.074-.346.194-.473a.8.8 0 0 1 .22-.14.61.61 0 0 1 .506 0 .8.8 0 0 1 .22.14c.12.127.194.3.194.473a.7.7 0 0 1-.194.474"
|
|
21
21
|
}
|
|
22
22
|
]
|
|
23
23
|
},
|
|
@@ -42,18 +42,18 @@ const VARIANTS = {
|
|
|
42
42
|
32: {
|
|
43
43
|
outlined: [
|
|
44
44
|
{
|
|
45
|
-
d: "M10.667 7.667c-.547 0-1-.454-1-1v-4c0-.547.453-1 1-1s1 .453 1 1v4c0 .546-.454 1-1 1m10.666 0c-.546 0-1-.454-1-1v-4c0-.547.454-1 1-1 .547 0 1 .453 1 1v4c0 .546-.453 1-1 1m6 5.453H4.667c-.547 0-1-.
|
|
45
|
+
d: "M10.667 7.667c-.547 0-1-.454-1-1v-4c0-.547.453-1 1-1s1 .453 1 1v4c0 .546-.454 1-1 1m10.666 0c-.546 0-1-.454-1-1v-4c0-.547.454-1 1-1 .547 0 1 .453 1 1v4c0 .546-.453 1-1 1m6 5.453H4.667c-.547 0-1-.453-1-1s.453-1 1-1h22.666c.547 0 1 .453 1 1s-.453 1-1 1"
|
|
46
46
|
},
|
|
47
47
|
{
|
|
48
48
|
d: "M21.333 30.333H10.667C5.8 30.333 3 27.533 3 22.667V11.333c0-4.866 2.8-7.666 7.667-7.666h10.666c4.867 0 7.667 2.8 7.667 7.666v11.334c0 4.866-2.8 7.666-7.667 7.666M10.667 5.667C6.853 5.667 5 7.52 5 11.333v11.334c0 3.813 1.853 5.666 5.667 5.666h10.666c3.814 0 5.667-1.853 5.667-5.666V11.333c0-3.813-1.853-5.666-5.667-5.666z"
|
|
49
49
|
},
|
|
50
50
|
{
|
|
51
|
-
d: "M11.333 19.333c-.173 0-.346-.04-.506-.106a1.5 1.5 0 0 1-.44-.28 1.5 1.5 0 0 1-.28-.44A1.3 1.3 0 0 1 10 18c0-.347.147-.693.387-.947q.2-.18.44-.28a1.3 1.3 0 0 1 .773-.08q.12.02.24.08.12.04.24.12l.2.16c.053.067.12.134.16.2q.08.12.12.24.06.12.08.24c.013.094.027.174.027.267 0 .347-.147.693-.387.947a1.4 1.4 0 0 1-.947.386m4.667.001c-.347 0-.693-.146-.947-.386l-.16-.2a1 1 0 0 1-.12-.24 1 1 0 0 1-.08-.24c-.013-.094-.026-.174-.026-.267 0-.173.04-.347.106-.507q.1-.24.28-.44a1.34 1.34 0 0 1 1.454-.28c.173.067.306.16.44.28.24.254.386.6.386.947 0 .093-.013.173-.026.267a1 1 0 0 1-.08.24q-.04.12-.12.24l-.16.2c-.134.12-.267.213-.44.28-.16.066-.334.106-.507.106m-4.667 4.
|
|
51
|
+
d: "M11.333 19.333c-.173 0-.346-.04-.506-.106a1.5 1.5 0 0 1-.44-.28 1.5 1.5 0 0 1-.28-.44A1.3 1.3 0 0 1 10 18c0-.347.147-.693.387-.947q.2-.18.44-.28a1.3 1.3 0 0 1 .773-.08q.12.02.24.08.12.04.24.12l.2.16c.053.067.12.134.16.2q.08.12.12.24.06.12.08.24c.013.094.027.174.027.267 0 .347-.147.693-.387.947a1.4 1.4 0 0 1-.947.386m4.667.001c-.347 0-.693-.146-.947-.386l-.16-.2a1 1 0 0 1-.12-.24 1 1 0 0 1-.08-.24c-.013-.094-.026-.174-.026-.267 0-.173.04-.347.106-.507q.1-.24.28-.44a1.34 1.34 0 0 1 1.454-.28c.173.067.306.16.44.28.24.254.386.6.386.947 0 .093-.013.173-.026.267a1 1 0 0 1-.08.24q-.04.12-.12.24l-.16.2c-.134.12-.267.213-.44.28-.16.066-.334.106-.507.106m-4.667 4.667c-.173 0-.346-.04-.506-.106a1.5 1.5 0 0 1-.44-.28 1.4 1.4 0 0 1-.28-.44 1.3 1.3 0 0 1-.107-.507c0-.347.147-.693.387-.947q.2-.18.44-.28a1.33 1.33 0 0 1 1.453.28c.053.067.12.134.16.2q.08.12.12.24c.04.08.067.16.08.253.013.08.027.174.027.254 0 .346-.147.693-.387.946-.253.24-.6.387-.947.387"
|
|
52
52
|
}
|
|
53
53
|
],
|
|
54
54
|
filled: [
|
|
55
55
|
{
|
|
56
|
-
d: "M22.333 4.747v-2.08c0-.547-.453-1-1-1s-1 .453-1 1v2h-8.666v-2c0-.547-.454-1-1-1-.547 0-1 .453-1 1v2.08c-3.6.333-5.347 2.48-5.614 5.666a.67.67 0 0 0 .667.707h22.56c.387 0 .707-.333.667-.707-.267-3.186-2.014-5.333-5.614-5.666m4.334 8.373H5.333C4.6 13.12 4 13.72 4 14.453v8.213c0 4 2 6.667 6.667 6.667h10.666C26 29.333 28 26.666 28 22.666v-8.213c0-.733-.6-1.333-1.333-1.333M12.28 24.
|
|
56
|
+
d: "M22.333 4.747v-2.08c0-.547-.453-1-1-1s-1 .453-1 1v2h-8.666v-2c0-.547-.454-1-1-1-.547 0-1 .453-1 1v2.08c-3.6.333-5.347 2.48-5.614 5.666a.67.67 0 0 0 .667.707h22.56c.387 0 .707-.333.667-.707-.267-3.186-2.014-5.333-5.614-5.666m4.334 8.373H5.333C4.6 13.12 4 13.72 4 14.453v8.213c0 4 2 6.667 6.667 6.667h10.666C26 29.333 28 26.666 28 22.666v-8.213c0-.733-.6-1.333-1.333-1.333M12.28 24.28a1.5 1.5 0 0 1-.44.28c-.16.066-.333.106-.507.106-.173 0-.346-.04-.506-.106a1.5 1.5 0 0 1-.44-.28c-.24-.254-.387-.6-.387-.947s.147-.693.387-.947q.2-.18.44-.28c.32-.133.693-.133 1.013 0q.24.1.44.28c.24.254.387.6.387.947s-.147.693-.387.947m.28-5.107a1.5 1.5 0 0 1-.28.44q-.2.18-.44.28a1.3 1.3 0 0 1-.507.107 1.3 1.3 0 0 1-.506-.107 1.5 1.5 0 0 1-.44-.28 1.5 1.5 0 0 1-.28-.44 1.3 1.3 0 0 1-.107-.507c0-.173.04-.346.107-.506q.1-.24.28-.44.2-.18.44-.28c.32-.134.693-.134 1.013 0q.24.1.44.28.18.2.28.44c.067.16.107.333.107.506 0 .174-.04.347-.107.507m4.387.44a1.5 1.5 0 0 1-.44.28c-.16.067-.334.107-.507.107s-.347-.04-.507-.107a1.5 1.5 0 0 1-.44-.28 1.4 1.4 0 0 1-.386-.947 1.4 1.4 0 0 1 .386-.946q.2-.18.44-.28a1.22 1.22 0 0 1 1.014 0q.24.1.44.28c.24.253.386.6.386.946a1.4 1.4 0 0 1-.386.947"
|
|
57
57
|
}
|
|
58
58
|
]
|
|
59
59
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CalendarIcon.mjs","sources":["../../../src/components/Icons/CalendarIcon.tsx"],"sourcesContent":["import * as React from \"react\";\nimport { BaseIcon } from \"./BaseIcon\";\nimport type { BaseIconProps, IconVariants } from \"./types\";\n\nconst VARIANTS: IconVariants = {\n 16: {\n outlined: [\n {\n d: \"M5.333 3.833a.504.504 0 0 1-.5-.5v-2c0-.273.227-.5.5-.5.274 0 .5.227.5.5v2c0 .274-.226.5-.5.5m5.334 0a.504.504 0 0 1-.5-.5v-2c0-.273.226-.5.5-.5.273 0 .5.227.5.5v2c0 .274-.227.5-.5.5m3 2.727H2.333a.504.504 0 0 1-.5-.5c0-.273.227-.5.5-.5h11.334c.273 0 .5.227.5.5s-.227.5-.5.5\",\n },\n {\n d: \"M10.667 15.167H5.333c-2.433 0-3.833-1.4-3.833-3.834V5.667c0-2.434 1.4-3.834 3.833-3.834h5.334c2.433 0 3.833 1.4 3.833 3.834v5.666c0 2.434-1.4 3.834-3.833 3.834M5.333 2.833c-1.906 0-2.833.927-2.833 2.834v5.666c0 1.907.927 2.834 2.833 2.834h5.334c1.906 0 2.833-.927 2.833-2.834V5.667c0-1.907-.927-2.834-2.833-2.834z\",\n },\n {\n d: \"M5.667 9.667a.7.7 0 0 1-.254-.054.8.8 0 0 1-.22-.14.8.8 0 0 1-.14-.22A.7.7 0 0 1 5 9a.7.7 0 0 1 .193-.473.8.8 0 0 1 .22-.14.64.64 0 0 1 .507 0q.06.02.12.06l.1.08c.027.033.06.066.08.1q.04.06.06.12.03.06.04.12a.7.7 0 0 1-.18.607.7.7 0 0 1-.473.193m2.333 0a.7.7 0 0 1-.473-.193l-.08-.1a.5.5 0 0 1-.06-.12.4.4 0 0 1-.04-.12c-.007-.047-.014-.087-.014-.133q.002-.132.054-.254a.8.8 0 0 1 .14-.22.67.67 0 0 1 .726-.14c.087.034.154.08.22.14a.7.7 0 0 1 .194.474c0 .046-.007.086-.014.133a.4.4 0 0 1-.04.12.5.5 0 0 1-.06.12l-.08.1a.7.7 0 0 1-.22.14.7.7 0 0 1-.253.053M5.667 12a.7.7 0 0 1-.254-.053.8.8 0 0 1-.22-.14.7.7 0 0 1-.14-.22.7.7 0 0 1-.053-.253.7.7 0 0 1 .193-.473.8.8 0 0 1 .22-.14.67.67 0 0 1 .727.14c.027.033.06.066.08.1q.04.06.06.12.03.059.04.126c.007.04.013.087.013.127a.7.7 0 0 1-.193.473.7.7 0 0 1-.473.194\",\n },\n ],\n filled: [\n {\n d: \"M11.167 2.373v-1.04c0-.273-.227-.5-.5-.5-.274 0-.5.227-.5.5v1H5.833v-1c0-.273-.226-.5-.5-.5-.273 0-.5.227-.5.5v1.04c-1.8.167-2.673 1.24-2.806 2.834a.335.335 0 0 0 .333.353h11.28c.193 0 .353-.167.333-.353-.133-1.594-1.006-2.667-2.806-2.834m2.166 4.187H2.667c-.367 0-.667.3-.667.667v4.106c0 2 1 3.333 3.333 3.333h5.334C13 14.667 14 13.333 14 11.333V7.227c0-.367-.3-.667-.667-.667M6.14 12.14a.8.8 0 0 1-.22.14.7.7 0 0 1-.253.053.7.7 0 0 1-.254-.053.8.8 0 0 1-.22-.14.7.7 0 0 1-.193-.
|
|
1
|
+
{"version":3,"file":"CalendarIcon.mjs","sources":["../../../src/components/Icons/CalendarIcon.tsx"],"sourcesContent":["import * as React from \"react\";\nimport { BaseIcon } from \"./BaseIcon\";\nimport type { BaseIconProps, IconVariants } from \"./types\";\n\nconst VARIANTS: IconVariants = {\n 16: {\n outlined: [\n {\n d: \"M5.333 3.833a.504.504 0 0 1-.5-.5v-2c0-.273.227-.5.5-.5.274 0 .5.227.5.5v2c0 .274-.226.5-.5.5m5.334 0a.504.504 0 0 1-.5-.5v-2c0-.273.226-.5.5-.5.273 0 .5.227.5.5v2c0 .274-.227.5-.5.5m3 2.727H2.333a.504.504 0 0 1-.5-.5c0-.273.227-.5.5-.5h11.334c.273 0 .5.227.5.5s-.227.5-.5.5\",\n },\n {\n d: \"M10.667 15.167H5.333c-2.433 0-3.833-1.4-3.833-3.834V5.667c0-2.434 1.4-3.834 3.833-3.834h5.334c2.433 0 3.833 1.4 3.833 3.834v5.666c0 2.434-1.4 3.834-3.833 3.834M5.333 2.833c-1.906 0-2.833.927-2.833 2.834v5.666c0 1.907.927 2.834 2.833 2.834h5.334c1.906 0 2.833-.927 2.833-2.834V5.667c0-1.907-.927-2.834-2.833-2.834z\",\n },\n {\n d: \"M5.667 9.667a.7.7 0 0 1-.254-.054.8.8 0 0 1-.22-.14.8.8 0 0 1-.14-.22A.7.7 0 0 1 5 9a.7.7 0 0 1 .193-.473.8.8 0 0 1 .22-.14.64.64 0 0 1 .507 0q.06.02.12.06l.1.08c.027.033.06.066.08.1q.04.06.06.12.03.06.04.12a.7.7 0 0 1-.18.607.7.7 0 0 1-.473.193m2.333 0a.7.7 0 0 1-.473-.193l-.08-.1a.5.5 0 0 1-.06-.12.4.4 0 0 1-.04-.12c-.007-.047-.014-.087-.014-.133q.002-.132.054-.254a.8.8 0 0 1 .14-.22.67.67 0 0 1 .726-.14c.087.034.154.08.22.14a.7.7 0 0 1 .194.474c0 .046-.007.086-.014.133a.4.4 0 0 1-.04.12.5.5 0 0 1-.06.12l-.08.1a.7.7 0 0 1-.22.14.7.7 0 0 1-.253.053M5.667 12a.7.7 0 0 1-.254-.053.8.8 0 0 1-.22-.14.7.7 0 0 1-.14-.22.7.7 0 0 1-.053-.253.7.7 0 0 1 .193-.473.8.8 0 0 1 .22-.14.67.67 0 0 1 .727.14c.027.033.06.066.08.1q.04.06.06.12.03.059.04.126c.007.04.013.087.013.127a.7.7 0 0 1-.193.473.7.7 0 0 1-.473.194\",\n },\n ],\n filled: [\n {\n d: \"M11.167 2.373v-1.04c0-.273-.227-.5-.5-.5-.274 0-.5.227-.5.5v1H5.833v-1c0-.273-.226-.5-.5-.5-.273 0-.5.227-.5.5v1.04c-1.8.167-2.673 1.24-2.806 2.834a.335.335 0 0 0 .333.353h11.28c.193 0 .353-.167.333-.353-.133-1.594-1.006-2.667-2.806-2.834m2.166 4.187H2.667c-.367 0-.667.3-.667.667v4.106c0 2 1 3.333 3.333 3.333h5.334C13 14.667 14 13.333 14 11.333V7.227c0-.367-.3-.667-.667-.667M6.14 12.14a.8.8 0 0 1-.22.14.7.7 0 0 1-.253.053.7.7 0 0 1-.254-.053.8.8 0 0 1-.22-.14.7.7 0 0 1-.193-.474.7.7 0 0 1 .193-.473.8.8 0 0 1 .22-.14.67.67 0 0 1 .507 0 .8.8 0 0 1 .22.14.7.7 0 0 1 .193.473.7.7 0 0 1-.193.474m.14-2.553a.8.8 0 0 1-.14.22.8.8 0 0 1-.22.14.7.7 0 0 1-.253.053.7.7 0 0 1-.254-.053.8.8 0 0 1-.22-.14.8.8 0 0 1-.14-.22A.7.7 0 0 1 5 9.333a.7.7 0 0 1 .053-.253.8.8 0 0 1 .14-.22.8.8 0 0 1 .22-.14.67.67 0 0 1 .507 0 .8.8 0 0 1 .22.14.8.8 0 0 1 .14.22q.051.122.053.253-.002.132-.053.254m2.193.22a.8.8 0 0 1-.22.14A.7.7 0 0 1 8 10a.7.7 0 0 1-.253-.053.8.8 0 0 1-.22-.14.7.7 0 0 1-.194-.474c0-.173.074-.346.194-.473a.8.8 0 0 1 .22-.14.61.61 0 0 1 .506 0 .8.8 0 0 1 .22.14c.12.127.194.3.194.473a.7.7 0 0 1-.194.474\",\n },\n ],\n },\n 24: {\n outlined: [\n {\n d: \"M8 5.75c-.41 0-.75-.34-.75-.75V2c0-.41.34-.75.75-.75s.75.34.75.75v3c0 .41-.34.75-.75.75m8 0c-.41 0-.75-.34-.75-.75V2c0-.41.34-.75.75-.75s.75.34.75.75v3c0 .41-.34.75-.75.75m4.5 4.09h-17c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h17c.41 0 .75.34.75.75s-.34.75-.75.75\",\n },\n {\n d: \"M16 22.75H8c-3.65 0-5.75-2.1-5.75-5.75V8.5c0-3.65 2.1-5.75 5.75-5.75h8c3.65 0 5.75 2.1 5.75 5.75V17c0 3.65-2.1 5.75-5.75 5.75M8 4.25c-2.86 0-4.25 1.39-4.25 4.25V17c0 2.86 1.39 4.25 4.25 4.25h8c2.86 0 4.25-1.39 4.25-4.25V8.5c0-2.86-1.39-4.25-4.25-4.25z\",\n },\n {\n d: \"M8.5 14.5c-.13 0-.26-.03-.38-.08q-.18-.075-.33-.21-.135-.15-.21-.33a1 1 0 0 1-.08-.38c0-.26.11-.52.29-.71q.15-.135.33-.21c.18-.08.38-.1.58-.06q.09.015.18.06.09.03.18.09l.15.12c.04.05.09.1.12.15q.06.09.09.18.045.09.06.18c.01.07.02.13.02.2 0 .26-.11.52-.29.71-.19.18-.45.29-.71.29m3.5 0c-.26 0-.52-.11-.71-.29l-.12-.15a.8.8 0 0 1-.09-.18.6.6 0 0 1-.06-.18c-.01-.07-.02-.13-.02-.2 0-.13.03-.26.08-.38q.075-.18.21-.33c.28-.28.73-.37 1.09-.21.13.05.23.12.33.21.18.19.29.45.29.71 0 .07-.01.13-.02.2q-.015.09-.06.18-.03.09-.09.18l-.12.15c-.1.09-.2.16-.33.21-.12.05-.25.08-.38.08M8.5 18c-.13 0-.26-.03-.38-.08q-.18-.075-.33-.21c-.09-.1-.16-.2-.21-.33A1 1 0 0 1 7.5 17c0-.26.11-.52.29-.71q.15-.135.33-.21c.37-.16.81-.07 1.09.21.04.05.09.1.12.15q.06.09.09.18c.03.06.05.12.06.19.01.06.02.13.02.19 0 .26-.11.52-.29.71-.19.18-.45.29-.71.29\",\n },\n ],\n filled: [\n {\n d: \"M16.75 3.56V2c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1.5h-6.5V2c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1.56c-2.7.25-4.01 1.86-4.21 4.25-.02.29.22.53.5.53h16.92c.29 0 .53-.25.5-.53-.2-2.39-1.51-4-4.21-4.25M20 9.84H4c-.55 0-1 .45-1 1V17c0 3 1.5 5 5 5h8c3.5 0 5-2 5-5v-6.16c0-.55-.45-1-1-1M9.21 18.21q-.15.135-.33.21c-.12.05-.25.08-.38.08s-.26-.03-.38-.08q-.18-.075-.33-.21c-.18-.19-.29-.45-.29-.71s.11-.52.29-.71q.15-.135.33-.21a1 1 0 0 1 .76 0q.18.075.33.21c.18.19.29.45.29.71s-.11.52-.29.71m.21-3.83q-.075.18-.21.33-.15.135-.33.21c-.12.05-.25.08-.38.08s-.26-.03-.38-.08q-.18-.075-.33-.21-.135-.15-.21-.33A1 1 0 0 1 7.5 14c0-.13.03-.26.08-.38q.075-.18.21-.33.15-.135.33-.21a1 1 0 0 1 .76 0q.18.075.33.21.135.15.21.33c.05.12.08.25.08.38s-.03.26-.08.38m3.29.33q-.15.135-.33.21c-.12.05-.25.08-.38.08s-.26-.03-.38-.08q-.18-.075-.33-.21c-.18-.19-.29-.45-.29-.71s.11-.52.29-.71q.15-.135.33-.21c.24-.11.52-.11.76 0q.18.075.33.21c.18.19.29.45.29.71s-.11.52-.29.71\",\n },\n ],\n },\n 32: {\n outlined: [\n {\n d: \"M10.667 7.667c-.547 0-1-.454-1-1v-4c0-.547.453-1 1-1s1 .453 1 1v4c0 .546-.454 1-1 1m10.666 0c-.546 0-1-.454-1-1v-4c0-.547.454-1 1-1 .547 0 1 .453 1 1v4c0 .546-.453 1-1 1m6 5.453H4.667c-.547 0-1-.453-1-1s.453-1 1-1h22.666c.547 0 1 .453 1 1s-.453 1-1 1\",\n },\n {\n d: \"M21.333 30.333H10.667C5.8 30.333 3 27.533 3 22.667V11.333c0-4.866 2.8-7.666 7.667-7.666h10.666c4.867 0 7.667 2.8 7.667 7.666v11.334c0 4.866-2.8 7.666-7.667 7.666M10.667 5.667C6.853 5.667 5 7.52 5 11.333v11.334c0 3.813 1.853 5.666 5.667 5.666h10.666c3.814 0 5.667-1.853 5.667-5.666V11.333c0-3.813-1.853-5.666-5.667-5.666z\",\n },\n {\n d: \"M11.333 19.333c-.173 0-.346-.04-.506-.106a1.5 1.5 0 0 1-.44-.28 1.5 1.5 0 0 1-.28-.44A1.3 1.3 0 0 1 10 18c0-.347.147-.693.387-.947q.2-.18.44-.28a1.3 1.3 0 0 1 .773-.08q.12.02.24.08.12.04.24.12l.2.16c.053.067.12.134.16.2q.08.12.12.24.06.12.08.24c.013.094.027.174.027.267 0 .347-.147.693-.387.947a1.4 1.4 0 0 1-.947.386m4.667.001c-.347 0-.693-.146-.947-.386l-.16-.2a1 1 0 0 1-.12-.24 1 1 0 0 1-.08-.24c-.013-.094-.026-.174-.026-.267 0-.173.04-.347.106-.507q.1-.24.28-.44a1.34 1.34 0 0 1 1.454-.28c.173.067.306.16.44.28.24.254.386.6.386.947 0 .093-.013.173-.026.267a1 1 0 0 1-.08.24q-.04.12-.12.24l-.16.2c-.134.12-.267.213-.44.28-.16.066-.334.106-.507.106m-4.667 4.667c-.173 0-.346-.04-.506-.106a1.5 1.5 0 0 1-.44-.28 1.4 1.4 0 0 1-.28-.44 1.3 1.3 0 0 1-.107-.507c0-.347.147-.693.387-.947q.2-.18.44-.28a1.33 1.33 0 0 1 1.453.28c.053.067.12.134.16.2q.08.12.12.24c.04.08.067.16.08.253.013.08.027.174.027.254 0 .346-.147.693-.387.946-.253.24-.6.387-.947.387\",\n },\n ],\n filled: [\n {\n d: \"M22.333 4.747v-2.08c0-.547-.453-1-1-1s-1 .453-1 1v2h-8.666v-2c0-.547-.454-1-1-1-.547 0-1 .453-1 1v2.08c-3.6.333-5.347 2.48-5.614 5.666a.67.67 0 0 0 .667.707h22.56c.387 0 .707-.333.667-.707-.267-3.186-2.014-5.333-5.614-5.666m4.334 8.373H5.333C4.6 13.12 4 13.72 4 14.453v8.213c0 4 2 6.667 6.667 6.667h10.666C26 29.333 28 26.666 28 22.666v-8.213c0-.733-.6-1.333-1.333-1.333M12.28 24.28a1.5 1.5 0 0 1-.44.28c-.16.066-.333.106-.507.106-.173 0-.346-.04-.506-.106a1.5 1.5 0 0 1-.44-.28c-.24-.254-.387-.6-.387-.947s.147-.693.387-.947q.2-.18.44-.28c.32-.133.693-.133 1.013 0q.24.1.44.28c.24.254.387.6.387.947s-.147.693-.387.947m.28-5.107a1.5 1.5 0 0 1-.28.44q-.2.18-.44.28a1.3 1.3 0 0 1-.507.107 1.3 1.3 0 0 1-.506-.107 1.5 1.5 0 0 1-.44-.28 1.5 1.5 0 0 1-.28-.44 1.3 1.3 0 0 1-.107-.507c0-.173.04-.346.107-.506q.1-.24.28-.44.2-.18.44-.28c.32-.134.693-.134 1.013 0q.24.1.44.28.18.2.28.44c.067.16.107.333.107.506 0 .174-.04.347-.107.507m4.387.44a1.5 1.5 0 0 1-.44.28c-.16.067-.334.107-.507.107s-.347-.04-.507-.107a1.5 1.5 0 0 1-.44-.28 1.4 1.4 0 0 1-.386-.947 1.4 1.4 0 0 1 .386-.946q.2-.18.44-.28a1.22 1.22 0 0 1 1.014 0q.24.1.44.28c.24.253.386.6.386.946a1.4 1.4 0 0 1-.386.947\",\n },\n ],\n },\n};\n\n/** Props for {@link CalendarIcon}. See {@link BaseIconProps} for the shared shape. */\nexport type CalendarIconProps = BaseIconProps;\n\n/**\n * Calendar icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.\n *\n * @example\n * ```tsx\n * <CalendarIcon size={24} filled />\n * ```\n */\nexport const CalendarIcon = React.forwardRef<SVGSVGElement, CalendarIconProps>((props, ref) => (\n <BaseIcon ref={ref} variants={VARIANTS} {...props} />\n));\n\nCalendarIcon.displayName = \"CalendarIcon\";\n"],"names":[],"mappings":";;;;AAIA,MAAM,WAAyB;AAAA,EAC7B,IAAI;AAAA,IACF,UAAU;AAAA,MACR;AAAA,QACE,GAAG;AAAA,MAAA;AAAA,MAEL;AAAA,QACE,GAAG;AAAA,MAAA;AAAA,MAEL;AAAA,QACE,GAAG;AAAA,MAAA;AAAA,IACL;AAAA,IAEF,QAAQ;AAAA,MACN;AAAA,QACE,GAAG;AAAA,MAAA;AAAA,IACL;AAAA,EACF;AAAA,EAEF,IAAI;AAAA,IACF,UAAU;AAAA,MACR;AAAA,QACE,GAAG;AAAA,MAAA;AAAA,MAEL;AAAA,QACE,GAAG;AAAA,MAAA;AAAA,MAEL;AAAA,QACE,GAAG;AAAA,MAAA;AAAA,IACL;AAAA,IAEF,QAAQ;AAAA,MACN;AAAA,QACE,GAAG;AAAA,MAAA;AAAA,IACL;AAAA,EACF;AAAA,EAEF,IAAI;AAAA,IACF,UAAU;AAAA,MACR;AAAA,QACE,GAAG;AAAA,MAAA;AAAA,MAEL;AAAA,QACE,GAAG;AAAA,MAAA;AAAA,MAEL;AAAA,QACE,GAAG;AAAA,MAAA;AAAA,IACL;AAAA,IAEF,QAAQ;AAAA,MACN;AAAA,QACE,GAAG;AAAA,MAAA;AAAA,IACL;AAAA,EACF;AAEJ;AAaO,MAAM,eAAe,MAAM,WAA6C,CAAC,OAAO,QACrF,oBAAC,UAAA,EAAS,KAAU,UAAU,UAAW,GAAG,OAAO,CACpD;AAED,aAAa,cAAc;"}
|
|
@@ -9,12 +9,12 @@ const VARIANTS = {
|
|
|
9
9
|
d: "M11.333 14.167H4.667c-2.434 0-3.834-1.4-3.834-3.834V5.667c0-2.434 1.4-3.834 3.834-3.834h6.666c2.434 0 3.834 1.4 3.834 3.834v4.666c0 2.434-1.4 3.834-3.834 3.834M4.667 2.833c-1.907 0-2.834.927-2.834 2.834v4.666c0 1.907.927 2.834 2.834 2.834h6.666c1.907 0 2.834-.927 2.834-2.834V5.667c0-1.907-.927-2.834-2.834-2.834z"
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
|
-
d: "
|
|
12
|
+
d: "M1 6h14v1H1zm4.333 5.833h-2a.504.504 0 0 1-.5-.5c0-.273.227-.5.5-.5h2c.274 0 .5.227.5.5 0 .274-.226.5-.5.5"
|
|
13
13
|
}
|
|
14
14
|
],
|
|
15
15
|
filled: [
|
|
16
16
|
{
|
|
17
|
-
d: "
|
|
17
|
+
d: "M14.667 10.333c0 2.334-1.334 3.333-3.334 3.333H4.667c-2 0-3.334-1-3.334-3.333V7h13.334zm-11.334.5c-.273 0-.5.227-.5.5 0 .274.227.5.5.5h2c.273 0 .5-.226.5-.5 0-.273-.227-.5-.5-.5zm8-8.5c2 0 3.334 1 3.334 3.333V6H1.333v-.334c0-2.333 1.334-3.333 3.334-3.333z"
|
|
18
18
|
}
|
|
19
19
|
]
|
|
20
20
|
},
|
|
@@ -24,12 +24,12 @@ const VARIANTS = {
|
|
|
24
24
|
d: "M17 21.25H7c-3.65 0-5.75-2.1-5.75-5.75v-7c0-3.65 2.1-5.75 5.75-5.75h10c3.65 0 5.75 2.1 5.75 5.75v7c0 3.65-2.1 5.75-5.75 5.75m-10-17c-2.86 0-4.25 1.39-4.25 4.25v7c0 2.86 1.39 4.25 4.25 4.25h10c2.86 0 4.25-1.39 4.25-4.25v-7c0-2.86-1.39-4.25-4.25-4.25z"
|
|
25
25
|
},
|
|
26
26
|
{
|
|
27
|
-
d: "
|
|
27
|
+
d: "M2 9h20v1.5H2zm6 8.75H5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3c.41 0 .75.34.75.75s-.34.75-.75.75"
|
|
28
28
|
}
|
|
29
29
|
],
|
|
30
30
|
filled: [
|
|
31
31
|
{
|
|
32
|
-
d: "
|
|
32
|
+
d: "M22 15.5c0 3.5-2 5-5 5H7c-3 0-5-1.5-5-5v-5h20zm-17 .75c-.41 0-.75.34-.75.75s.34.75.75.75h3c.41 0 .75-.34.75-.75s-.34-.75-.75-.75zM17 3.5c3 0 5 1.5 5 5V9H2v-.5c0-3.5 2-5 5-5z"
|
|
33
33
|
}
|
|
34
34
|
]
|
|
35
35
|
},
|
|
@@ -39,12 +39,13 @@ const VARIANTS = {
|
|
|
39
39
|
d: "M22.667 28.333H9.333c-4.866 0-7.666-2.8-7.666-7.666v-9.334c0-4.866 2.8-7.666 7.666-7.666h13.334c4.866 0 7.666 2.8 7.666 7.666v9.334c0 4.866-2.8 7.666-7.666 7.666M9.333 5.667c-3.813 0-5.666 1.853-5.666 5.666v9.334c0 3.813 1.853 5.666 5.666 5.666h13.334c3.813 0 5.666-1.853 5.666-5.666v-9.334c0-3.813-1.853-5.666-5.666-5.666z"
|
|
40
40
|
},
|
|
41
41
|
{
|
|
42
|
-
d: "
|
|
43
|
-
}
|
|
42
|
+
d: "M10.667 23.667h-4c-.547 0-1-.454-1-1 0-.547.453-1 1-1h4c.546 0 1 .453 1 1s-.454 1-1 1"
|
|
43
|
+
},
|
|
44
|
+
{ d: "M3 12h26v2H3z" }
|
|
44
45
|
],
|
|
45
46
|
filled: [
|
|
46
47
|
{
|
|
47
|
-
d: "
|
|
48
|
+
d: "M29.333 20.667c0 4.666-2.666 6.667-6.666 6.667H9.333c-4 0-6.666-2-6.666-6.667V14h26.666zm-22.666 1c-.547 0-1 .453-1 1s.453 1 1 1h4c.547 0 1-.454 1-1 0-.547-.453-1-1-1zm16-17c4 0 6.666 2 6.666 6.667V12H2.667v-.666c0-4.667 2.666-6.667 6.666-6.667z"
|
|
48
49
|
}
|
|
49
50
|
]
|
|
50
51
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CardIcon.mjs","sources":["../../../src/components/Icons/CardIcon.tsx"],"sourcesContent":["import * as React from \"react\";\nimport { BaseIcon } from \"./BaseIcon\";\nimport type { BaseIconProps, IconVariants } from \"./types\";\n\nconst VARIANTS: IconVariants = {\n 16: {\n outlined: [\n {\n d: \"M11.333 14.167H4.667c-2.434 0-3.834-1.4-3.834-3.834V5.667c0-2.434 1.4-3.834 3.834-3.834h6.666c2.434 0 3.834 1.4 3.834 3.834v4.666c0 2.434-1.4 3.834-3.834 3.834M4.667 2.833c-1.907 0-2.834.927-2.834 2.834v4.666c0 1.907.927 2.834 2.834 2.834h6.666c1.907 0 2.834-.927 2.834-2.834V5.667c0-1.907-.927-2.834-2.834-2.834z\",\n },\n {\n d: \"
|
|
1
|
+
{"version":3,"file":"CardIcon.mjs","sources":["../../../src/components/Icons/CardIcon.tsx"],"sourcesContent":["import * as React from \"react\";\nimport { BaseIcon } from \"./BaseIcon\";\nimport type { BaseIconProps, IconVariants } from \"./types\";\n\nconst VARIANTS: IconVariants = {\n 16: {\n outlined: [\n {\n d: \"M11.333 14.167H4.667c-2.434 0-3.834-1.4-3.834-3.834V5.667c0-2.434 1.4-3.834 3.834-3.834h6.666c2.434 0 3.834 1.4 3.834 3.834v4.666c0 2.434-1.4 3.834-3.834 3.834M4.667 2.833c-1.907 0-2.834.927-2.834 2.834v4.666c0 1.907.927 2.834 2.834 2.834h6.666c1.907 0 2.834-.927 2.834-2.834V5.667c0-1.907-.927-2.834-2.834-2.834z\",\n },\n {\n d: \"M1 6h14v1H1zm4.333 5.833h-2a.504.504 0 0 1-.5-.5c0-.273.227-.5.5-.5h2c.274 0 .5.227.5.5 0 .274-.226.5-.5.5\",\n },\n ],\n filled: [\n {\n d: \"M14.667 10.333c0 2.334-1.334 3.333-3.334 3.333H4.667c-2 0-3.334-1-3.334-3.333V7h13.334zm-11.334.5c-.273 0-.5.227-.5.5 0 .274.227.5.5.5h2c.273 0 .5-.226.5-.5 0-.273-.227-.5-.5-.5zm8-8.5c2 0 3.334 1 3.334 3.333V6H1.333v-.334c0-2.333 1.334-3.333 3.334-3.333z\",\n },\n ],\n },\n 24: {\n outlined: [\n {\n d: \"M17 21.25H7c-3.65 0-5.75-2.1-5.75-5.75v-7c0-3.65 2.1-5.75 5.75-5.75h10c3.65 0 5.75 2.1 5.75 5.75v7c0 3.65-2.1 5.75-5.75 5.75m-10-17c-2.86 0-4.25 1.39-4.25 4.25v7c0 2.86 1.39 4.25 4.25 4.25h10c2.86 0 4.25-1.39 4.25-4.25v-7c0-2.86-1.39-4.25-4.25-4.25z\",\n },\n {\n d: \"M2 9h20v1.5H2zm6 8.75H5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3c.41 0 .75.34.75.75s-.34.75-.75.75\",\n },\n ],\n filled: [\n {\n d: \"M22 15.5c0 3.5-2 5-5 5H7c-3 0-5-1.5-5-5v-5h20zm-17 .75c-.41 0-.75.34-.75.75s.34.75.75.75h3c.41 0 .75-.34.75-.75s-.34-.75-.75-.75zM17 3.5c3 0 5 1.5 5 5V9H2v-.5c0-3.5 2-5 5-5z\",\n },\n ],\n },\n 32: {\n outlined: [\n {\n d: \"M22.667 28.333H9.333c-4.866 0-7.666-2.8-7.666-7.666v-9.334c0-4.866 2.8-7.666 7.666-7.666h13.334c4.866 0 7.666 2.8 7.666 7.666v9.334c0 4.866-2.8 7.666-7.666 7.666M9.333 5.667c-3.813 0-5.666 1.853-5.666 5.666v9.334c0 3.813 1.853 5.666 5.666 5.666h13.334c3.813 0 5.666-1.853 5.666-5.666v-9.334c0-3.813-1.853-5.666-5.666-5.666z\",\n },\n {\n d: \"M10.667 23.667h-4c-.547 0-1-.454-1-1 0-.547.453-1 1-1h4c.546 0 1 .453 1 1s-.454 1-1 1\",\n },\n { d: \"M3 12h26v2H3z\" },\n ],\n filled: [\n {\n d: \"M29.333 20.667c0 4.666-2.666 6.667-6.666 6.667H9.333c-4 0-6.666-2-6.666-6.667V14h26.666zm-22.666 1c-.547 0-1 .453-1 1s.453 1 1 1h4c.547 0 1-.454 1-1 0-.547-.453-1-1-1zm16-17c4 0 6.666 2 6.666 6.667V12H2.667v-.666c0-4.667 2.666-6.667 6.666-6.667z\",\n },\n ],\n },\n};\n\n/** Props for {@link CardIcon}. See {@link BaseIconProps} for the shared shape. */\nexport type CardIconProps = BaseIconProps;\n\n/**\n * Card icon. Renders at sizes 16, 24, or 32 px with outlined and filled variants.\n *\n * @example\n * ```tsx\n * <CardIcon size={24} filled />\n * ```\n */\nexport const CardIcon = React.forwardRef<SVGSVGElement, CardIconProps>((props, ref) => (\n <BaseIcon ref={ref} variants={VARIANTS} {...props} />\n));\n\nCardIcon.displayName = \"CardIcon\";\n"],"names":[],"mappings":";;;;AAIA,MAAM,WAAyB;AAAA,EAC7B,IAAI;AAAA,IACF,UAAU;AAAA,MACR;AAAA,QACE,GAAG;AAAA,MAAA;AAAA,MAEL;AAAA,QACE,GAAG;AAAA,MAAA;AAAA,IACL;AAAA,IAEF,QAAQ;AAAA,MACN;AAAA,QACE,GAAG;AAAA,MAAA;AAAA,IACL;AAAA,EACF;AAAA,EAEF,IAAI;AAAA,IACF,UAAU;AAAA,MACR;AAAA,QACE,GAAG;AAAA,MAAA;AAAA,MAEL;AAAA,QACE,GAAG;AAAA,MAAA;AAAA,IACL;AAAA,IAEF,QAAQ;AAAA,MACN;AAAA,QACE,GAAG;AAAA,MAAA;AAAA,IACL;AAAA,EACF;AAAA,EAEF,IAAI;AAAA,IACF,UAAU;AAAA,MACR;AAAA,QACE,GAAG;AAAA,MAAA;AAAA,MAEL;AAAA,QACE,GAAG;AAAA,MAAA;AAAA,MAEL,EAAE,GAAG,gBAAA;AAAA,IAAgB;AAAA,IAEvB,QAAQ;AAAA,MACN;AAAA,QACE,GAAG;AAAA,MAAA;AAAA,IACL;AAAA,EACF;AAEJ;AAaO,MAAM,WAAW,MAAM,WAAyC,CAAC,OAAO,QAC7E,oBAAC,UAAA,EAAS,KAAU,UAAU,UAAW,GAAG,OAAO,CACpD;AAED,SAAS,cAAc;"}
|
|
@@ -45,7 +45,7 @@ const VARIANTS = {
|
|
|
45
45
|
d: "M16.026 12.533c-.546 0-1-.453-1-1v-1.48c0-.546.454-1 1-1 .547 0 1 .454 1 1v1.48c0 .547-.453 1-1 1m0 10.347c-.546 0-1-.454-1-1V20.4c0-.547.454-1 1-1 .547 0 1 .453 1 1v1.48c0 .546-.453 1-1 1"
|
|
46
46
|
},
|
|
47
47
|
{
|
|
48
|
-
d: "M15.294 21.414c-1.107 0-2.133-.
|
|
48
|
+
d: "M15.294 21.414c-1.107 0-2.133-.614-2.693-1.56-.28-.48-.12-1.093.36-1.373s1.093-.12 1.373.36c.2.346.573.56.973.56h1.614c.546 0 1-.4 1.066-.947a1.08 1.08 0 0 0-.8-1.174l-2.773-.693a3.08 3.08 0 0 1-2.307-3.36 3.07 3.07 0 0 1 3.054-2.693h1.626c1.107 0 2.134.6 2.694 1.547a1.003 1.003 0 1 1-1.734 1.013c-.2-.347-.573-.56-.973-.56H15.16c-.547 0-1 .4-1.067.946a1.08 1.08 0 0 0 .8 1.174l2.773.693a3.08 3.08 0 0 1 2.307 3.36 3.07 3.07 0 0 1-3.053 2.694h-1.627z"
|
|
49
49
|
},
|
|
50
50
|
{
|
|
51
51
|
d: "M16.027 30.267c-7.88 0-14.307-6.414-14.307-14.307S8.147 1.667 16.027 1.667 30.333 8.08 30.333 15.973c0 7.894-6.413 14.307-14.306 14.307zm0-26.6c-6.774 0-12.294 5.52-12.294 12.306 0 6.787 5.52 12.307 12.307 12.307s12.307-5.52 12.307-12.307c0-6.786-5.534-12.306-12.32-12.306"
|