@wallarm-org/design-system 0.58.0-rc-feature-AS-1085.4 → 0.58.1
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/components/AnimatedBackground/AnimatedBackground.js +40 -17
- package/dist/components/AnimatedBackground/module/types.d.ts +5 -3
- package/dist/components/UtilityPage/UtilityPage.d.ts +10 -0
- package/dist/components/UtilityPage/UtilityPage.js +48 -0
- package/dist/components/UtilityPage/index.d.ts +1 -0
- package/dist/components/UtilityPage/index.js +2 -0
- package/dist/icons/Api.d.ts +3 -0
- package/dist/icons/Api.js +21 -0
- package/dist/icons/Archive.d.ts +3 -0
- package/dist/icons/Archive.js +28 -0
- package/dist/icons/ArrowUpDown.d.ts +3 -0
- package/dist/icons/ArrowUpDown.js +27 -0
- package/dist/icons/Asterisk.d.ts +3 -0
- package/dist/icons/Asterisk.js +24 -0
- package/dist/icons/BadgeCheck.d.ts +3 -0
- package/dist/icons/BadgeCheck.js +21 -0
- package/dist/icons/Bandage.d.ts +3 -0
- package/dist/icons/Bandage.js +40 -0
- package/dist/icons/Binary.d.ts +3 -0
- package/dist/icons/Binary.js +41 -0
- package/dist/icons/BookOpen.d.ts +3 -0
- package/dist/icons/BookOpen.js +21 -0
- package/dist/icons/Bot.d.ts +3 -0
- package/dist/icons/Bot.js +37 -0
- package/dist/icons/BugOff.d.ts +3 -0
- package/dist/icons/BugOff.js +51 -0
- package/dist/icons/BugPlay.d.ts +3 -0
- package/dist/icons/BugPlay.js +42 -0
- package/dist/icons/Building.d.ts +3 -0
- package/dist/icons/Building.js +52 -0
- package/dist/icons/Building2.d.ts +3 -0
- package/dist/icons/Building2.js +30 -0
- package/dist/icons/ChartArea.d.ts +3 -0
- package/dist/icons/ChartArea.js +21 -0
- package/dist/icons/ChartBar.d.ts +3 -0
- package/dist/icons/ChartBar.js +27 -0
- package/dist/icons/ChartColumn.d.ts +3 -0
- package/dist/icons/ChartColumn.js +27 -0
- package/dist/icons/ChartNoAxesColumn.d.ts +3 -0
- package/dist/icons/ChartNoAxesColumn.js +24 -0
- package/dist/icons/ChevronsDownUp.d.ts +3 -0
- package/dist/icons/ChevronsDownUp.js +21 -0
- package/dist/icons/ChevronsLeftRight.d.ts +3 -0
- package/dist/icons/ChevronsLeftRight.js +21 -0
- package/dist/icons/ChevronsRightLeft.d.ts +3 -0
- package/dist/icons/ChevronsRightLeft.js +21 -0
- package/dist/icons/ChevronsUpDown.d.ts +3 -0
- package/dist/icons/ChevronsUpDown.js +21 -0
- package/dist/icons/CircleGauge.d.ts +3 -0
- package/dist/icons/CircleGauge.js +26 -0
- package/dist/icons/CircleMinus.d.ts +3 -0
- package/dist/icons/CircleMinus.js +23 -0
- package/dist/icons/CircleSlash2.d.ts +3 -0
- package/dist/icons/CircleSlash2.js +23 -0
- package/dist/icons/CircleStop.d.ts +3 -0
- package/dist/icons/CircleStop.js +27 -0
- package/dist/icons/Clipboard.d.ts +3 -0
- package/dist/icons/Clipboard.js +26 -0
- package/dist/icons/ClipboardCheck.d.ts +3 -0
- package/dist/icons/ClipboardCheck.js +29 -0
- package/dist/icons/ClipboardX.d.ts +3 -0
- package/dist/icons/ClipboardX.js +32 -0
- package/dist/icons/ClockFading.d.ts +3 -0
- package/dist/icons/ClockFading.js +33 -0
- package/dist/icons/Cloud.d.ts +3 -0
- package/dist/icons/Cloud.js +16 -0
- package/dist/icons/CloudOff.d.ts +3 -0
- package/dist/icons/CloudOff.js +24 -0
- package/dist/icons/CloudSync.d.ts +3 -0
- package/dist/icons/CloudSync.js +30 -0
- package/dist/icons/Code.d.ts +3 -0
- package/dist/icons/Code.js +21 -0
- package/dist/icons/Columns3Cog.d.ts +3 -0
- package/dist/icons/Columns3Cog.js +53 -0
- package/dist/icons/Compass.d.ts +3 -0
- package/dist/icons/Compass.js +23 -0
- package/dist/icons/CopySlash.d.ts +3 -0
- package/dist/icons/CopySlash.js +32 -0
- package/dist/icons/CornerDownLeft.d.ts +3 -0
- package/dist/icons/CornerDownLeft.js +21 -0
- package/dist/icons/CornerDownRight.d.ts +3 -0
- package/dist/icons/CornerDownRight.js +21 -0
- package/dist/icons/CornerLeftDown.d.ts +3 -0
- package/dist/icons/CornerLeftDown.js +21 -0
- package/dist/icons/CornerLeftUp.d.ts +3 -0
- package/dist/icons/CornerLeftUp.js +21 -0
- package/dist/icons/CornerRightDown.d.ts +3 -0
- package/dist/icons/CornerRightDown.js +21 -0
- package/dist/icons/CornerRightUp.d.ts +3 -0
- package/dist/icons/CornerRightUp.js +21 -0
- package/dist/icons/Cpu.d.ts +3 -0
- package/dist/icons/Cpu.js +65 -0
- package/dist/icons/CreditCard.d.ts +3 -0
- package/dist/icons/CreditCard.js +28 -0
- package/dist/icons/Crosshair.d.ts +3 -0
- package/dist/icons/Crosshair.js +44 -0
- package/dist/icons/Database.d.ts +3 -0
- package/dist/icons/Database.js +27 -0
- package/dist/icons/DollarSign.d.ts +3 -0
- package/dist/icons/DollarSign.js +24 -0
- package/dist/icons/Download.d.ts +3 -0
- package/dist/icons/Download.js +24 -0
- package/dist/icons/Droplet.d.ts +3 -0
- package/dist/icons/Droplet.js +16 -0
- package/dist/icons/ExternalLink.d.ts +3 -0
- package/dist/icons/ExternalLink.js +24 -0
- package/dist/icons/File.d.ts +3 -0
- package/dist/icons/File.js +21 -0
- package/dist/icons/FileDown.d.ts +3 -0
- package/dist/icons/FileDown.js +27 -0
- package/dist/icons/FileText.d.ts +3 -0
- package/dist/icons/FileText.js +30 -0
- package/dist/icons/FingerprintPattern.d.ts +3 -0
- package/dist/icons/FingerprintPattern.js +42 -0
- package/dist/icons/Flag.d.ts +3 -0
- package/dist/icons/Flag.js +16 -0
- package/dist/icons/FlaskConical.d.ts +3 -0
- package/dist/icons/FlaskConical.js +24 -0
- package/dist/icons/Ghost.d.ts +3 -0
- package/dist/icons/Ghost.js +24 -0
- package/dist/icons/GripHorizontal.d.ts +3 -0
- package/dist/icons/GripHorizontal.js +45 -0
- package/dist/icons/Hammer.d.ts +3 -0
- package/dist/icons/Hammer.js +24 -0
- package/dist/icons/HeartPulse.d.ts +3 -0
- package/dist/icons/HeartPulse.js +21 -0
- package/dist/icons/Infinity.d.ts +3 -0
- package/dist/icons/Infinity.js +16 -0
- package/dist/icons/Lightbulb.d.ts +3 -0
- package/dist/icons/Lightbulb.js +24 -0
- package/dist/icons/LightbulbOff.d.ts +3 -0
- package/dist/icons/LightbulbOff.js +30 -0
- package/dist/icons/Link2.d.ts +3 -0
- package/dist/icons/Link2.js +27 -0
- package/dist/icons/Link2Off.d.ts +3 -0
- package/dist/icons/Link2Off.js +33 -0
- package/dist/icons/List.d.ts +3 -0
- package/dist/icons/List.js +33 -0
- package/dist/icons/ListChecks.d.ts +3 -0
- package/dist/icons/ListChecks.js +30 -0
- package/dist/icons/ListCollapse.d.ts +3 -0
- package/dist/icons/ListCollapse.js +30 -0
- package/dist/icons/ListFilter.d.ts +3 -0
- package/dist/icons/ListFilter.js +24 -0
- package/dist/icons/ListMinus.d.ts +3 -0
- package/dist/icons/ListMinus.js +27 -0
- package/dist/icons/ListOrdered.d.ts +3 -0
- package/dist/icons/ListOrdered.js +33 -0
- package/dist/icons/ListPlus.d.ts +3 -0
- package/dist/icons/ListPlus.js +30 -0
- package/dist/icons/ListRestart.d.ts +3 -0
- package/dist/icons/ListRestart.js +30 -0
- package/dist/icons/ListStart.d.ts +3 -0
- package/dist/icons/ListStart.js +30 -0
- package/dist/icons/ListTodo.d.ts +3 -0
- package/dist/icons/ListTodo.js +34 -0
- package/dist/icons/ListTree.d.ts +3 -0
- package/dist/icons/ListTree.js +30 -0
- package/dist/icons/ListVideo.d.ts +3 -0
- package/dist/icons/ListVideo.js +27 -0
- package/dist/icons/ListX.d.ts +3 -0
- package/dist/icons/ListX.js +30 -0
- package/dist/icons/LogIn.d.ts +3 -0
- package/dist/icons/LogIn.js +24 -0
- package/dist/icons/Mail.d.ts +3 -0
- package/dist/icons/Mail.js +25 -0
- package/dist/icons/MailCheck.d.ts +3 -0
- package/dist/icons/MailCheck.js +24 -0
- package/dist/icons/MailMinus.d.ts +3 -0
- package/dist/icons/MailMinus.js +24 -0
- package/dist/icons/MailOpen.d.ts +3 -0
- package/dist/icons/MailOpen.js +21 -0
- package/dist/icons/MailPlus.d.ts +3 -0
- package/dist/icons/MailPlus.js +27 -0
- package/dist/icons/MailQuestion.d.ts +3 -0
- package/dist/icons/MailQuestion.js +27 -0
- package/dist/icons/MailSearch.d.ts +3 -0
- package/dist/icons/MailSearch.js +32 -0
- package/dist/icons/MailWarning.d.ts +3 -0
- package/dist/icons/MailWarning.js +27 -0
- package/dist/icons/MailX.d.ts +3 -0
- package/dist/icons/MailX.js +27 -0
- package/dist/icons/Mailbox.d.ts +3 -0
- package/dist/icons/Mailbox.js +30 -0
- package/dist/icons/Mails.d.ts +3 -0
- package/dist/icons/Mails.js +28 -0
- package/dist/icons/Menu.d.ts +3 -0
- package/dist/icons/Menu.js +24 -0
- package/dist/icons/Merge.d.ts +3 -0
- package/dist/icons/Merge.js +24 -0
- package/dist/icons/MessageSquareCode.d.ts +3 -0
- package/dist/icons/MessageSquareCode.js +24 -0
- package/dist/icons/MessageSquareDashed.d.ts +3 -0
- package/dist/icons/MessageSquareDashed.js +45 -0
- package/dist/icons/MessageSquareDiff.d.ts +3 -0
- package/dist/icons/MessageSquareDiff.js +27 -0
- package/dist/icons/MessageSquareDot.d.ts +3 -0
- package/dist/icons/MessageSquareDot.js +23 -0
- package/dist/icons/MessageSquareHeart.d.ts +3 -0
- package/dist/icons/MessageSquareHeart.js +21 -0
- package/dist/icons/MessageSquareOff.d.ts +3 -0
- package/dist/icons/MessageSquareOff.js +24 -0
- package/dist/icons/MessageSquarePlus.d.ts +3 -0
- package/dist/icons/MessageSquarePlus.js +24 -0
- package/dist/icons/MessageSquareQuote.d.ts +3 -0
- package/dist/icons/MessageSquareQuote.js +24 -0
- package/dist/icons/MessageSquareReply.d.ts +3 -0
- package/dist/icons/MessageSquareReply.js +24 -0
- package/dist/icons/MessageSquareShare.d.ts +3 -0
- package/dist/icons/MessageSquareShare.js +24 -0
- package/dist/icons/MousePointer.d.ts +3 -0
- package/dist/icons/MousePointer.js +21 -0
- package/dist/icons/MousePointer2.d.ts +3 -0
- package/dist/icons/MousePointer2.js +16 -0
- package/dist/icons/MousePointerBan.d.ts +3 -0
- package/dist/icons/MousePointerBan.js +26 -0
- package/dist/icons/MousePointerClick.d.ts +3 -0
- package/dist/icons/MousePointerClick.js +30 -0
- package/dist/icons/MoveDiagonal.d.ts +3 -0
- package/dist/icons/MoveDiagonal.js +24 -0
- package/dist/icons/MoveDiagonal2.d.ts +3 -0
- package/dist/icons/MoveDiagonal2.js +24 -0
- package/dist/icons/MoveDownLeft.d.ts +3 -0
- package/dist/icons/MoveDownLeft.js +21 -0
- package/dist/icons/MoveDownRight.d.ts +3 -0
- package/dist/icons/MoveDownRight.js +21 -0
- package/dist/icons/MoveHorizontal.d.ts +3 -0
- package/dist/icons/MoveHorizontal.js +24 -0
- package/dist/icons/MoveLeft.d.ts +3 -0
- package/dist/icons/MoveLeft.js +21 -0
- package/dist/icons/MoveRight.d.ts +3 -0
- package/dist/icons/MoveRight.js +21 -0
- package/dist/icons/MoveUpLeft.d.ts +3 -0
- package/dist/icons/MoveUpLeft.js +21 -0
- package/dist/icons/MoveUpRight.d.ts +3 -0
- package/dist/icons/MoveUpRight.js +21 -0
- package/dist/icons/Notebook.d.ts +3 -0
- package/dist/icons/Notebook.js +37 -0
- package/dist/icons/NotebookTabs.d.ts +3 -0
- package/dist/icons/NotebookTabs.js +46 -0
- package/dist/icons/NotepadTextDashed.d.ts +3 -0
- package/dist/icons/NotepadTextDashed.js +54 -0
- package/dist/icons/Octagon.d.ts +3 -0
- package/dist/icons/Octagon.js +16 -0
- package/dist/icons/OctagonPause.d.ts +3 -0
- package/dist/icons/OctagonPause.js +24 -0
- package/dist/icons/OctagonX.d.ts +3 -0
- package/dist/icons/OctagonX.js +24 -0
- package/dist/icons/Option.d.ts +3 -0
- package/dist/icons/Option.js +21 -0
- package/dist/icons/PanelLeft.d.ts +3 -0
- package/dist/icons/PanelLeft.js +25 -0
- package/dist/icons/PanelLeftClose.d.ts +3 -0
- package/dist/icons/PanelLeftClose.js +28 -0
- package/dist/icons/PanelLeftOpen.d.ts +3 -0
- package/dist/icons/PanelLeftOpen.js +28 -0
- package/dist/icons/PanelTop.d.ts +3 -0
- package/dist/icons/PanelTop.js +25 -0
- package/dist/icons/PanelTopBottomDashed.d.ts +3 -0
- package/dist/icons/PanelTopBottomDashed.js +46 -0
- package/dist/icons/PanelTopClose.d.ts +3 -0
- package/dist/icons/PanelTopClose.js +28 -0
- package/dist/icons/PanelTopOpen.d.ts +3 -0
- package/dist/icons/PanelTopOpen.js +28 -0
- package/dist/icons/PanelsLeftBottom.d.ts +3 -0
- package/dist/icons/PanelsLeftBottom.js +28 -0
- package/dist/icons/PanelsRightBottom.d.ts +3 -0
- package/dist/icons/PanelsRightBottom.js +28 -0
- package/dist/icons/PanelsTopLeft.d.ts +3 -0
- package/dist/icons/PanelsTopLeft.js +28 -0
- package/dist/icons/Percentage.d.ts +3 -0
- package/dist/icons/Percentage.js +31 -0
- package/dist/icons/Phone.d.ts +3 -0
- package/dist/icons/Phone.js +16 -0
- package/dist/icons/Play.d.ts +3 -0
- package/dist/icons/Play.js +16 -0
- package/dist/icons/Rules.d.ts +3 -0
- package/dist/icons/Rules.js +25 -0
- package/dist/icons/ScanLine.d.ts +3 -0
- package/dist/icons/ScanLine.js +30 -0
- package/dist/icons/SearchHint.d.ts +3 -0
- package/dist/icons/SearchHint.js +28 -0
- package/dist/icons/SearchX.d.ts +3 -0
- package/dist/icons/SearchX.js +29 -0
- package/dist/icons/Server.d.ts +3 -0
- package/dist/icons/Server.js +43 -0
- package/dist/icons/Share.d.ts +3 -0
- package/dist/icons/Share.js +24 -0
- package/dist/icons/Shield.d.ts +3 -0
- package/dist/icons/Shield.js +16 -0
- package/dist/icons/ShieldAlert.d.ts +3 -0
- package/dist/icons/ShieldAlert.js +24 -0
- package/dist/icons/ShieldBan.d.ts +3 -0
- package/dist/icons/ShieldBan.js +21 -0
- package/dist/icons/ShieldCheck.d.ts +3 -0
- package/dist/icons/ShieldCheck.js +21 -0
- package/dist/icons/ShieldEllipsis.d.ts +3 -0
- package/dist/icons/ShieldEllipsis.js +27 -0
- package/dist/icons/ShieldHalf.d.ts +3 -0
- package/dist/icons/ShieldHalf.js +21 -0
- package/dist/icons/ShieldMinus.d.ts +3 -0
- package/dist/icons/ShieldMinus.js +21 -0
- package/dist/icons/ShieldOff.d.ts +3 -0
- package/dist/icons/ShieldOff.js +24 -0
- package/dist/icons/ShieldPlus.d.ts +3 -0
- package/dist/icons/ShieldPlus.js +24 -0
- package/dist/icons/ShieldQuestion.d.ts +3 -0
- package/dist/icons/ShieldQuestion.js +24 -0
- package/dist/icons/ShieldUser.d.ts +3 -0
- package/dist/icons/ShieldUser.js +26 -0
- package/dist/icons/ShieldX.d.ts +3 -0
- package/dist/icons/ShieldX.js +24 -0
- package/dist/icons/Speed.d.ts +3 -0
- package/dist/icons/Speed.js +21 -0
- package/dist/icons/Split.d.ts +3 -0
- package/dist/icons/Split.js +27 -0
- package/dist/icons/SquareMinus.d.ts +3 -0
- package/dist/icons/SquareMinus.js +25 -0
- package/dist/icons/SquarePen.d.ts +3 -0
- package/dist/icons/SquarePen.js +21 -0
- package/dist/icons/SquarePlus.d.ts +3 -0
- package/dist/icons/SquarePlus.js +28 -0
- package/dist/icons/Star.d.ts +3 -0
- package/dist/icons/Star.js +16 -0
- package/dist/icons/Syringe.d.ts +3 -0
- package/dist/icons/Syringe.js +33 -0
- package/dist/icons/Tag.d.ts +3 -0
- package/dist/icons/Tag.js +24 -0
- package/dist/icons/Target.d.ts +3 -0
- package/dist/icons/Target.js +30 -0
- package/dist/icons/Terminal.d.ts +3 -0
- package/dist/icons/Terminal.js +21 -0
- package/dist/icons/TestPolicies.d.ts +3 -0
- package/dist/icons/TestPolicies.js +21 -0
- package/dist/icons/Unplug.d.ts +3 -0
- package/dist/icons/Unplug.js +33 -0
- package/dist/icons/UserCheck.d.ts +3 -0
- package/dist/icons/UserCheck.js +26 -0
- package/dist/icons/UserMinus.d.ts +3 -0
- package/dist/icons/UserMinus.js +29 -0
- package/dist/icons/UserPlus.d.ts +3 -0
- package/dist/icons/UserPlus.js +35 -0
- package/dist/icons/UserRound.d.ts +3 -0
- package/dist/icons/UserRound.js +23 -0
- package/dist/icons/UserRoundX.d.ts +3 -0
- package/dist/icons/UserRoundX.js +29 -0
- package/dist/icons/Username.d.ts +3 -0
- package/dist/icons/Username.js +35 -0
- package/dist/icons/Users.d.ts +3 -0
- package/dist/icons/Users.js +29 -0
- package/dist/icons/Video.d.ts +3 -0
- package/dist/icons/Video.js +25 -0
- package/dist/icons/Workflow.d.ts +3 -0
- package/dist/icons/Workflow.js +32 -0
- package/dist/icons/index.d.ts +181 -0
- package/dist/icons/index.js +182 -1
- package/dist/icons/{Icons.figma.js → module/Icons.figma.js} +1 -1
- package/dist/icons/module/const.d.ts +3 -0
- package/dist/icons/module/const.js +413 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -1
- package/dist/metadata/components.json +310 -14
- package/package.json +1 -1
- /package/dist/icons/{Icons.figma.d.ts → module/Icons.figma.d.ts} +0 -0
|
@@ -5,8 +5,8 @@ import { GameHud } from "./GameHud.js";
|
|
|
5
5
|
import { createSweepEngine, resolveOptions, useGameKeyboard } from "./module/index.js";
|
|
6
6
|
const GATE_TARGET = 5;
|
|
7
7
|
const AnimatedBackground = (props)=>{
|
|
8
|
-
const { ref, texture, paused, game = false, excludeCardSize, className, ...rest } = props;
|
|
9
|
-
const
|
|
8
|
+
const { ref, texture, paused, game = false, excludeCardSize, className, children, ...rest } = props;
|
|
9
|
+
const canvasRef = useRef(null);
|
|
10
10
|
const engineRef = useRef(null);
|
|
11
11
|
const reducedMotionRef = useRef(null);
|
|
12
12
|
const options = resolveOptions(props);
|
|
@@ -35,7 +35,7 @@ const AnimatedBackground = (props)=>{
|
|
|
35
35
|
const accuracy = faced > 0 ? Math.round(stats.stopped / faced * 100) : 100;
|
|
36
36
|
const hasStartedRoundRef = useRef(false);
|
|
37
37
|
useEffect(()=>{
|
|
38
|
-
const canvas =
|
|
38
|
+
const canvas = canvasRef.current;
|
|
39
39
|
if (!canvas) return;
|
|
40
40
|
const engine = createSweepEngine(canvas, optionsRef.current);
|
|
41
41
|
engineRef.current = engine;
|
|
@@ -119,7 +119,7 @@ const AnimatedBackground = (props)=>{
|
|
|
119
119
|
useGameKeyboard(engineRef, game, armed, roundOver, hasStartedRoundRef);
|
|
120
120
|
const onPointerDown = useCallback((e)=>{
|
|
121
121
|
if (!game) return;
|
|
122
|
-
const canvas =
|
|
122
|
+
const canvas = canvasRef.current;
|
|
123
123
|
if (!canvas) return;
|
|
124
124
|
const rect = canvas.getBoundingClientRect();
|
|
125
125
|
const x = e.clientX - rect.left;
|
|
@@ -131,30 +131,53 @@ const AnimatedBackground = (props)=>{
|
|
|
131
131
|
const handleTryAgain = useCallback(()=>{
|
|
132
132
|
engineRef.current?.startRound();
|
|
133
133
|
}, []);
|
|
134
|
-
|
|
134
|
+
const gameHud = gameActive && /*#__PURE__*/ jsx(GameHud, {
|
|
135
|
+
caught: caught,
|
|
136
|
+
armed: armed,
|
|
137
|
+
roundOver: roundOver,
|
|
138
|
+
stats: stats,
|
|
139
|
+
accuracy: accuracy,
|
|
140
|
+
faced: faced,
|
|
141
|
+
catchKey: catchKey,
|
|
142
|
+
gateTarget: GATE_TARGET,
|
|
143
|
+
onTryAgain: handleTryAgain
|
|
144
|
+
});
|
|
145
|
+
if (null == children) return /*#__PURE__*/ jsxs(Fragment, {
|
|
135
146
|
children: [
|
|
136
147
|
/*#__PURE__*/ jsx("canvas", {
|
|
148
|
+
"data-slot": "animated-background",
|
|
137
149
|
...rest,
|
|
138
150
|
ref: (node)=>{
|
|
139
|
-
|
|
151
|
+
canvasRef.current = node;
|
|
140
152
|
if ('function' == typeof ref) ref(node);
|
|
141
153
|
else if (ref) ref.current = node;
|
|
142
154
|
},
|
|
143
|
-
"data-slot": "animated-background",
|
|
144
155
|
"aria-hidden": "true",
|
|
145
156
|
className: cn('h-full w-full pointer-events-none', gameActive && 'pointer-events-auto', className),
|
|
146
157
|
onPointerDown: gameActive ? onPointerDown : void 0
|
|
147
158
|
}),
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
159
|
+
gameHud
|
|
160
|
+
]
|
|
161
|
+
});
|
|
162
|
+
return /*#__PURE__*/ jsxs("div", {
|
|
163
|
+
"data-slot": "animated-background",
|
|
164
|
+
...rest,
|
|
165
|
+
ref: ref,
|
|
166
|
+
className: cn('relative', className),
|
|
167
|
+
children: [
|
|
168
|
+
/*#__PURE__*/ jsx("canvas", {
|
|
169
|
+
ref: canvasRef,
|
|
170
|
+
"aria-hidden": "true",
|
|
171
|
+
className: cn('absolute inset-0 h-full w-full pointer-events-none', gameActive && 'pointer-events-auto'),
|
|
172
|
+
onPointerDown: gameActive ? onPointerDown : void 0
|
|
173
|
+
}),
|
|
174
|
+
gameHud,
|
|
175
|
+
/*#__PURE__*/ jsx("div", {
|
|
176
|
+
className: "pointer-events-none absolute inset-0 z-10 flex items-center justify-center",
|
|
177
|
+
children: /*#__PURE__*/ jsx("div", {
|
|
178
|
+
className: "pointer-events-auto",
|
|
179
|
+
children: children
|
|
180
|
+
})
|
|
158
181
|
})
|
|
159
182
|
]
|
|
160
183
|
});
|
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { HTMLAttributes, ReactNode, Ref } from 'react';
|
|
2
2
|
export type Texture = 'clean' | 'halftone';
|
|
3
|
-
export interface AnimatedBackgroundProps extends
|
|
4
|
-
ref?: Ref<
|
|
3
|
+
export interface AnimatedBackgroundProps extends HTMLAttributes<HTMLDivElement> {
|
|
4
|
+
ref?: Ref<HTMLDivElement>;
|
|
5
|
+
/** Content rendered centered above the animated canvas. */
|
|
6
|
+
children?: ReactNode;
|
|
5
7
|
/** Variant A (`clean`) vs Variant B (`halftone`). */
|
|
6
8
|
texture?: Texture;
|
|
7
9
|
/** Grid cell size in px. */
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { FC, HTMLAttributes, ReactNode, Ref } from 'react';
|
|
2
|
+
import type { TestableProps } from '../../utils/testId';
|
|
3
|
+
export interface UtilityPageProps extends HTMLAttributes<HTMLDivElement>, TestableProps {
|
|
4
|
+
ref?: Ref<HTMLDivElement>;
|
|
5
|
+
title: string;
|
|
6
|
+
subtitle: string;
|
|
7
|
+
description: string;
|
|
8
|
+
children?: ReactNode;
|
|
9
|
+
}
|
|
10
|
+
export declare const UtilityPage: FC<UtilityPageProps>;
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { cn } from "../../utils/cn.js";
|
|
3
|
+
import { AnimatedBackground } from "../AnimatedBackground/index.js";
|
|
4
|
+
import { Logo } from "../Logo/index.js";
|
|
5
|
+
const UtilityPage = ({ ref, title, subtitle, description, className, children, ...props })=>/*#__PURE__*/ jsx(AnimatedBackground, {
|
|
6
|
+
...props,
|
|
7
|
+
ref: ref,
|
|
8
|
+
"data-slot": "utility-page",
|
|
9
|
+
className: cn('min-h-screen w-full bg-component-app-shell-bg', className),
|
|
10
|
+
children: /*#__PURE__*/ jsxs("div", {
|
|
11
|
+
className: "flex w-[482px] flex-col items-center gap-32 rounded-12 border-1 border-border-primary-light bg-bg-surface-1 px-48 pt-32 pb-80 shadow-xs",
|
|
12
|
+
children: [
|
|
13
|
+
/*#__PURE__*/ jsx(Logo, {
|
|
14
|
+
type: "full",
|
|
15
|
+
size: "lg",
|
|
16
|
+
className: "self-start mb-32"
|
|
17
|
+
}),
|
|
18
|
+
/*#__PURE__*/ jsxs("div", {
|
|
19
|
+
className: "w-full flex flex-col items-start gap-12",
|
|
20
|
+
children: [
|
|
21
|
+
/*#__PURE__*/ jsx("h1", {
|
|
22
|
+
className: "font-mono text-6xl font-medium text-text-primary",
|
|
23
|
+
children: title
|
|
24
|
+
}),
|
|
25
|
+
/*#__PURE__*/ jsxs("div", {
|
|
26
|
+
className: "flex flex-col items-start gap-4",
|
|
27
|
+
children: [
|
|
28
|
+
/*#__PURE__*/ jsx("p", {
|
|
29
|
+
className: "text-lg font-medium text-text-primary",
|
|
30
|
+
children: subtitle
|
|
31
|
+
}),
|
|
32
|
+
/*#__PURE__*/ jsx("p", {
|
|
33
|
+
className: "text-sm text-text-secondary",
|
|
34
|
+
children: description
|
|
35
|
+
})
|
|
36
|
+
]
|
|
37
|
+
})
|
|
38
|
+
]
|
|
39
|
+
}),
|
|
40
|
+
children && /*#__PURE__*/ jsx("div", {
|
|
41
|
+
className: "w-full flex flex-col gap-8",
|
|
42
|
+
children: children
|
|
43
|
+
})
|
|
44
|
+
]
|
|
45
|
+
})
|
|
46
|
+
});
|
|
47
|
+
UtilityPage.displayName = 'UtilityPage';
|
|
48
|
+
export { UtilityPage };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { UtilityPage, type UtilityPageProps } from './UtilityPage';
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { SvgIcon } from "./SvgIcon.js";
|
|
3
|
+
const Api = (props)=>/*#__PURE__*/ jsxs(SvgIcon, {
|
|
4
|
+
...props,
|
|
5
|
+
viewBox: "0 0 24 24",
|
|
6
|
+
fill: "none",
|
|
7
|
+
stroke: "currentColor",
|
|
8
|
+
strokeWidth: 2,
|
|
9
|
+
strokeLinecap: "round",
|
|
10
|
+
strokeLinejoin: "round",
|
|
11
|
+
children: [
|
|
12
|
+
/*#__PURE__*/ jsx("path", {
|
|
13
|
+
d: "M8 3H7a2 2 0 0 0-2 2v5a2 2 0 0 1-2 2 2 2 0 0 1 2 2v5c0 1.1.9 2 2 2h1"
|
|
14
|
+
}),
|
|
15
|
+
/*#__PURE__*/ jsx("path", {
|
|
16
|
+
d: "M16 21h1a2 2 0 0 0 2-2v-5c0-1.1.9-2 2-2a2 2 0 0 1-2-2V5a2 2 0 0 0-2-2h-1"
|
|
17
|
+
})
|
|
18
|
+
]
|
|
19
|
+
});
|
|
20
|
+
Api.displayName = 'ApiIcon';
|
|
21
|
+
export { Api };
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { SvgIcon } from "./SvgIcon.js";
|
|
3
|
+
const Archive = (props)=>/*#__PURE__*/ jsxs(SvgIcon, {
|
|
4
|
+
...props,
|
|
5
|
+
viewBox: "0 0 24 24",
|
|
6
|
+
fill: "none",
|
|
7
|
+
stroke: "currentColor",
|
|
8
|
+
strokeWidth: 2,
|
|
9
|
+
strokeLinecap: "round",
|
|
10
|
+
strokeLinejoin: "round",
|
|
11
|
+
children: [
|
|
12
|
+
/*#__PURE__*/ jsx("rect", {
|
|
13
|
+
width: "20",
|
|
14
|
+
height: "5",
|
|
15
|
+
x: "2",
|
|
16
|
+
y: "3",
|
|
17
|
+
rx: "1"
|
|
18
|
+
}),
|
|
19
|
+
/*#__PURE__*/ jsx("path", {
|
|
20
|
+
d: "M4 8v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8"
|
|
21
|
+
}),
|
|
22
|
+
/*#__PURE__*/ jsx("path", {
|
|
23
|
+
d: "M10 12h4"
|
|
24
|
+
})
|
|
25
|
+
]
|
|
26
|
+
});
|
|
27
|
+
Archive.displayName = 'ArchiveIcon';
|
|
28
|
+
export { Archive };
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { SvgIcon } from "./SvgIcon.js";
|
|
3
|
+
const ArrowUpDown = (props)=>/*#__PURE__*/ jsxs(SvgIcon, {
|
|
4
|
+
...props,
|
|
5
|
+
viewBox: "0 0 24 24",
|
|
6
|
+
fill: "none",
|
|
7
|
+
stroke: "currentColor",
|
|
8
|
+
strokeWidth: 2,
|
|
9
|
+
strokeLinecap: "round",
|
|
10
|
+
strokeLinejoin: "round",
|
|
11
|
+
children: [
|
|
12
|
+
/*#__PURE__*/ jsx("path", {
|
|
13
|
+
d: "m21 16-4 4-4-4"
|
|
14
|
+
}),
|
|
15
|
+
/*#__PURE__*/ jsx("path", {
|
|
16
|
+
d: "M17 20V4"
|
|
17
|
+
}),
|
|
18
|
+
/*#__PURE__*/ jsx("path", {
|
|
19
|
+
d: "m3 8 4-4 4 4"
|
|
20
|
+
}),
|
|
21
|
+
/*#__PURE__*/ jsx("path", {
|
|
22
|
+
d: "M7 4v16"
|
|
23
|
+
})
|
|
24
|
+
]
|
|
25
|
+
});
|
|
26
|
+
ArrowUpDown.displayName = 'ArrowUpDownIcon';
|
|
27
|
+
export { ArrowUpDown };
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { SvgIcon } from "./SvgIcon.js";
|
|
3
|
+
const Asterisk = (props)=>/*#__PURE__*/ jsxs(SvgIcon, {
|
|
4
|
+
...props,
|
|
5
|
+
viewBox: "0 0 24 24",
|
|
6
|
+
fill: "none",
|
|
7
|
+
stroke: "currentColor",
|
|
8
|
+
strokeWidth: 2,
|
|
9
|
+
strokeLinecap: "round",
|
|
10
|
+
strokeLinejoin: "round",
|
|
11
|
+
children: [
|
|
12
|
+
/*#__PURE__*/ jsx("path", {
|
|
13
|
+
d: "M12 6v12"
|
|
14
|
+
}),
|
|
15
|
+
/*#__PURE__*/ jsx("path", {
|
|
16
|
+
d: "M17.196 9 6.804 15"
|
|
17
|
+
}),
|
|
18
|
+
/*#__PURE__*/ jsx("path", {
|
|
19
|
+
d: "m6.804 9 10.392 6"
|
|
20
|
+
})
|
|
21
|
+
]
|
|
22
|
+
});
|
|
23
|
+
Asterisk.displayName = 'AsteriskIcon';
|
|
24
|
+
export { Asterisk };
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { SvgIcon } from "./SvgIcon.js";
|
|
3
|
+
const BadgeCheck = (props)=>/*#__PURE__*/ jsxs(SvgIcon, {
|
|
4
|
+
...props,
|
|
5
|
+
viewBox: "0 0 24 24",
|
|
6
|
+
fill: "none",
|
|
7
|
+
stroke: "currentColor",
|
|
8
|
+
strokeWidth: 2,
|
|
9
|
+
strokeLinecap: "round",
|
|
10
|
+
strokeLinejoin: "round",
|
|
11
|
+
children: [
|
|
12
|
+
/*#__PURE__*/ jsx("path", {
|
|
13
|
+
d: "M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z"
|
|
14
|
+
}),
|
|
15
|
+
/*#__PURE__*/ jsx("path", {
|
|
16
|
+
d: "m9 12 2 2 4-4"
|
|
17
|
+
})
|
|
18
|
+
]
|
|
19
|
+
});
|
|
20
|
+
BadgeCheck.displayName = 'BadgeCheckIcon';
|
|
21
|
+
export { BadgeCheck };
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { SvgIcon } from "./SvgIcon.js";
|
|
3
|
+
const Bandage = (props)=>/*#__PURE__*/ jsxs(SvgIcon, {
|
|
4
|
+
...props,
|
|
5
|
+
viewBox: "0 0 24 24",
|
|
6
|
+
fill: "none",
|
|
7
|
+
stroke: "currentColor",
|
|
8
|
+
strokeWidth: 2,
|
|
9
|
+
strokeLinecap: "round",
|
|
10
|
+
strokeLinejoin: "round",
|
|
11
|
+
children: [
|
|
12
|
+
/*#__PURE__*/ jsx("path", {
|
|
13
|
+
d: "M10 10.01h.01"
|
|
14
|
+
}),
|
|
15
|
+
/*#__PURE__*/ jsx("path", {
|
|
16
|
+
d: "M10 14.01h.01"
|
|
17
|
+
}),
|
|
18
|
+
/*#__PURE__*/ jsx("path", {
|
|
19
|
+
d: "M14 10.01h.01"
|
|
20
|
+
}),
|
|
21
|
+
/*#__PURE__*/ jsx("path", {
|
|
22
|
+
d: "M14 14.01h.01"
|
|
23
|
+
}),
|
|
24
|
+
/*#__PURE__*/ jsx("path", {
|
|
25
|
+
d: "M18 6v12"
|
|
26
|
+
}),
|
|
27
|
+
/*#__PURE__*/ jsx("path", {
|
|
28
|
+
d: "M6 6v12"
|
|
29
|
+
}),
|
|
30
|
+
/*#__PURE__*/ jsx("rect", {
|
|
31
|
+
x: "2",
|
|
32
|
+
y: "6",
|
|
33
|
+
width: "20",
|
|
34
|
+
height: "12",
|
|
35
|
+
rx: "2"
|
|
36
|
+
})
|
|
37
|
+
]
|
|
38
|
+
});
|
|
39
|
+
Bandage.displayName = 'BandageIcon';
|
|
40
|
+
export { Bandage };
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { SvgIcon } from "./SvgIcon.js";
|
|
3
|
+
const Binary = (props)=>/*#__PURE__*/ jsxs(SvgIcon, {
|
|
4
|
+
...props,
|
|
5
|
+
viewBox: "0 0 24 24",
|
|
6
|
+
fill: "none",
|
|
7
|
+
stroke: "currentColor",
|
|
8
|
+
strokeWidth: 2,
|
|
9
|
+
strokeLinecap: "round",
|
|
10
|
+
strokeLinejoin: "round",
|
|
11
|
+
children: [
|
|
12
|
+
/*#__PURE__*/ jsx("rect", {
|
|
13
|
+
x: "14",
|
|
14
|
+
y: "14",
|
|
15
|
+
width: "4",
|
|
16
|
+
height: "6",
|
|
17
|
+
rx: "2"
|
|
18
|
+
}),
|
|
19
|
+
/*#__PURE__*/ jsx("rect", {
|
|
20
|
+
x: "6",
|
|
21
|
+
y: "4",
|
|
22
|
+
width: "4",
|
|
23
|
+
height: "6",
|
|
24
|
+
rx: "2"
|
|
25
|
+
}),
|
|
26
|
+
/*#__PURE__*/ jsx("path", {
|
|
27
|
+
d: "M6 20h4"
|
|
28
|
+
}),
|
|
29
|
+
/*#__PURE__*/ jsx("path", {
|
|
30
|
+
d: "M14 10h4"
|
|
31
|
+
}),
|
|
32
|
+
/*#__PURE__*/ jsx("path", {
|
|
33
|
+
d: "M6 14h2v6"
|
|
34
|
+
}),
|
|
35
|
+
/*#__PURE__*/ jsx("path", {
|
|
36
|
+
d: "M14 4h2v6"
|
|
37
|
+
})
|
|
38
|
+
]
|
|
39
|
+
});
|
|
40
|
+
Binary.displayName = 'BinaryIcon';
|
|
41
|
+
export { Binary };
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { SvgIcon } from "./SvgIcon.js";
|
|
3
|
+
const BookOpen = (props)=>/*#__PURE__*/ jsxs(SvgIcon, {
|
|
4
|
+
...props,
|
|
5
|
+
viewBox: "0 0 24 24",
|
|
6
|
+
fill: "none",
|
|
7
|
+
stroke: "currentColor",
|
|
8
|
+
strokeWidth: 2,
|
|
9
|
+
strokeLinecap: "round",
|
|
10
|
+
strokeLinejoin: "round",
|
|
11
|
+
children: [
|
|
12
|
+
/*#__PURE__*/ jsx("path", {
|
|
13
|
+
d: "M12 7v14"
|
|
14
|
+
}),
|
|
15
|
+
/*#__PURE__*/ jsx("path", {
|
|
16
|
+
d: "M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4 4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3 3 3 0 0 0-3-3z"
|
|
17
|
+
})
|
|
18
|
+
]
|
|
19
|
+
});
|
|
20
|
+
BookOpen.displayName = 'BookOpenIcon';
|
|
21
|
+
export { BookOpen };
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { SvgIcon } from "./SvgIcon.js";
|
|
3
|
+
const Bot = (props)=>/*#__PURE__*/ jsxs(SvgIcon, {
|
|
4
|
+
...props,
|
|
5
|
+
viewBox: "0 0 24 24",
|
|
6
|
+
fill: "none",
|
|
7
|
+
stroke: "currentColor",
|
|
8
|
+
strokeWidth: 2,
|
|
9
|
+
strokeLinecap: "round",
|
|
10
|
+
strokeLinejoin: "round",
|
|
11
|
+
children: [
|
|
12
|
+
/*#__PURE__*/ jsx("path", {
|
|
13
|
+
d: "M12 8V4H8"
|
|
14
|
+
}),
|
|
15
|
+
/*#__PURE__*/ jsx("rect", {
|
|
16
|
+
width: "16",
|
|
17
|
+
height: "12",
|
|
18
|
+
x: "4",
|
|
19
|
+
y: "8",
|
|
20
|
+
rx: "2"
|
|
21
|
+
}),
|
|
22
|
+
/*#__PURE__*/ jsx("path", {
|
|
23
|
+
d: "M2 14h2"
|
|
24
|
+
}),
|
|
25
|
+
/*#__PURE__*/ jsx("path", {
|
|
26
|
+
d: "M20 14h2"
|
|
27
|
+
}),
|
|
28
|
+
/*#__PURE__*/ jsx("path", {
|
|
29
|
+
d: "M15 13v2"
|
|
30
|
+
}),
|
|
31
|
+
/*#__PURE__*/ jsx("path", {
|
|
32
|
+
d: "M9 13v2"
|
|
33
|
+
})
|
|
34
|
+
]
|
|
35
|
+
});
|
|
36
|
+
Bot.displayName = 'BotIcon';
|
|
37
|
+
export { Bot };
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { SvgIcon } from "./SvgIcon.js";
|
|
3
|
+
const BugOff = (props)=>/*#__PURE__*/ jsxs(SvgIcon, {
|
|
4
|
+
...props,
|
|
5
|
+
viewBox: "0 0 24 24",
|
|
6
|
+
fill: "none",
|
|
7
|
+
stroke: "currentColor",
|
|
8
|
+
strokeWidth: 2,
|
|
9
|
+
strokeLinecap: "round",
|
|
10
|
+
strokeLinejoin: "round",
|
|
11
|
+
children: [
|
|
12
|
+
/*#__PURE__*/ jsx("path", {
|
|
13
|
+
d: "M12 20v-8"
|
|
14
|
+
}),
|
|
15
|
+
/*#__PURE__*/ jsx("path", {
|
|
16
|
+
d: "M12.656 7H14a4 4 0 0 1 4 4v1.344"
|
|
17
|
+
}),
|
|
18
|
+
/*#__PURE__*/ jsx("path", {
|
|
19
|
+
d: "M14.12 3.88 16 2"
|
|
20
|
+
}),
|
|
21
|
+
/*#__PURE__*/ jsx("path", {
|
|
22
|
+
d: "M17.123 17.123A6 6 0 0 1 6 14v-3a4 4 0 0 1 1.72-3.287"
|
|
23
|
+
}),
|
|
24
|
+
/*#__PURE__*/ jsx("path", {
|
|
25
|
+
d: "m2 2 20 20"
|
|
26
|
+
}),
|
|
27
|
+
/*#__PURE__*/ jsx("path", {
|
|
28
|
+
d: "M21 5a4 4 0 0 1-3.55 3.97"
|
|
29
|
+
}),
|
|
30
|
+
/*#__PURE__*/ jsx("path", {
|
|
31
|
+
d: "M22 13h-3.344"
|
|
32
|
+
}),
|
|
33
|
+
/*#__PURE__*/ jsx("path", {
|
|
34
|
+
d: "M3 21a4 4 0 0 1 3.81-4"
|
|
35
|
+
}),
|
|
36
|
+
/*#__PURE__*/ jsx("path", {
|
|
37
|
+
d: "M3 5a4 4 0 0 0 3.55 3.97"
|
|
38
|
+
}),
|
|
39
|
+
/*#__PURE__*/ jsx("path", {
|
|
40
|
+
d: "M6 13H2"
|
|
41
|
+
}),
|
|
42
|
+
/*#__PURE__*/ jsx("path", {
|
|
43
|
+
d: "m8 2 1.88 1.88"
|
|
44
|
+
}),
|
|
45
|
+
/*#__PURE__*/ jsx("path", {
|
|
46
|
+
d: "M9.712 4.06A3 3 0 0 1 15 6v1.13"
|
|
47
|
+
})
|
|
48
|
+
]
|
|
49
|
+
});
|
|
50
|
+
BugOff.displayName = 'BugOffIcon';
|
|
51
|
+
export { BugOff };
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { SvgIcon } from "./SvgIcon.js";
|
|
3
|
+
const BugPlay = (props)=>/*#__PURE__*/ jsxs(SvgIcon, {
|
|
4
|
+
...props,
|
|
5
|
+
viewBox: "0 0 24 24",
|
|
6
|
+
fill: "none",
|
|
7
|
+
stroke: "currentColor",
|
|
8
|
+
strokeWidth: 2,
|
|
9
|
+
strokeLinecap: "round",
|
|
10
|
+
strokeLinejoin: "round",
|
|
11
|
+
children: [
|
|
12
|
+
/*#__PURE__*/ jsx("path", {
|
|
13
|
+
d: "M10 19.655A6 6 0 0 1 6 14v-3a4 4 0 0 1 4-4h4a4 4 0 0 1 4 3.97"
|
|
14
|
+
}),
|
|
15
|
+
/*#__PURE__*/ jsx("path", {
|
|
16
|
+
d: "M14 15.003a1 1 0 0 1 1.517-.859l4.997 2.997a1 1 0 0 1 0 1.718l-4.997 2.997a1 1 0 0 1-1.517-.86z"
|
|
17
|
+
}),
|
|
18
|
+
/*#__PURE__*/ jsx("path", {
|
|
19
|
+
d: "M14.12 3.88 16 2"
|
|
20
|
+
}),
|
|
21
|
+
/*#__PURE__*/ jsx("path", {
|
|
22
|
+
d: "M21 5a4 4 0 0 1-3.55 3.97"
|
|
23
|
+
}),
|
|
24
|
+
/*#__PURE__*/ jsx("path", {
|
|
25
|
+
d: "M3 21a4 4 0 0 1 3.81-4"
|
|
26
|
+
}),
|
|
27
|
+
/*#__PURE__*/ jsx("path", {
|
|
28
|
+
d: "M3 5a4 4 0 0 0 3.55 3.97"
|
|
29
|
+
}),
|
|
30
|
+
/*#__PURE__*/ jsx("path", {
|
|
31
|
+
d: "M6 13H2"
|
|
32
|
+
}),
|
|
33
|
+
/*#__PURE__*/ jsx("path", {
|
|
34
|
+
d: "m8 2 1.88 1.88"
|
|
35
|
+
}),
|
|
36
|
+
/*#__PURE__*/ jsx("path", {
|
|
37
|
+
d: "M9 7.13V6a3 3 0 1 1 6 0v1.13"
|
|
38
|
+
})
|
|
39
|
+
]
|
|
40
|
+
});
|
|
41
|
+
BugPlay.displayName = 'BugPlayIcon';
|
|
42
|
+
export { BugPlay };
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { SvgIcon } from "./SvgIcon.js";
|
|
3
|
+
const Building = (props)=>/*#__PURE__*/ jsxs(SvgIcon, {
|
|
4
|
+
...props,
|
|
5
|
+
viewBox: "0 0 24 24",
|
|
6
|
+
fill: "none",
|
|
7
|
+
stroke: "currentColor",
|
|
8
|
+
strokeWidth: 2,
|
|
9
|
+
strokeLinecap: "round",
|
|
10
|
+
strokeLinejoin: "round",
|
|
11
|
+
children: [
|
|
12
|
+
/*#__PURE__*/ jsx("path", {
|
|
13
|
+
d: "M12 10h.01"
|
|
14
|
+
}),
|
|
15
|
+
/*#__PURE__*/ jsx("path", {
|
|
16
|
+
d: "M12 14h.01"
|
|
17
|
+
}),
|
|
18
|
+
/*#__PURE__*/ jsx("path", {
|
|
19
|
+
d: "M12 6h.01"
|
|
20
|
+
}),
|
|
21
|
+
/*#__PURE__*/ jsx("path", {
|
|
22
|
+
d: "M16 10h.01"
|
|
23
|
+
}),
|
|
24
|
+
/*#__PURE__*/ jsx("path", {
|
|
25
|
+
d: "M16 14h.01"
|
|
26
|
+
}),
|
|
27
|
+
/*#__PURE__*/ jsx("path", {
|
|
28
|
+
d: "M16 6h.01"
|
|
29
|
+
}),
|
|
30
|
+
/*#__PURE__*/ jsx("path", {
|
|
31
|
+
d: "M8 10h.01"
|
|
32
|
+
}),
|
|
33
|
+
/*#__PURE__*/ jsx("path", {
|
|
34
|
+
d: "M8 14h.01"
|
|
35
|
+
}),
|
|
36
|
+
/*#__PURE__*/ jsx("path", {
|
|
37
|
+
d: "M8 6h.01"
|
|
38
|
+
}),
|
|
39
|
+
/*#__PURE__*/ jsx("path", {
|
|
40
|
+
d: "M9 22v-3a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v3"
|
|
41
|
+
}),
|
|
42
|
+
/*#__PURE__*/ jsx("rect", {
|
|
43
|
+
x: "4",
|
|
44
|
+
y: "2",
|
|
45
|
+
width: "16",
|
|
46
|
+
height: "20",
|
|
47
|
+
rx: "2"
|
|
48
|
+
})
|
|
49
|
+
]
|
|
50
|
+
});
|
|
51
|
+
Building.displayName = 'BuildingIcon';
|
|
52
|
+
export { Building };
|