From ead3aa96e5adc3f90b4b523dbf12eb82a835baff Mon Sep 17 00:00:00 2001 From: "sachinp9797@gmail.com" Date: Tue, 26 Aug 2025 12:53:00 +0530 Subject: [PATCH] lint fix --- src/icons/src/CloseIcon.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/icons/src/CloseIcon.jsx b/src/icons/src/CloseIcon.jsx index 865df8948..32aae087e 100644 --- a/src/icons/src/CloseIcon.jsx +++ b/src/icons/src/CloseIcon.jsx @@ -2,7 +2,7 @@ import React from "react"; import { createIcon } from "./helpers/icon"; export const CloseIcon = createIcon((props) => { - const clipPathId = `close-icon-clip-${Math.random().toString(36).substr(2, 9)}`; + const clipPathId = `close-icon-clip-${Math.random().toString(36).slice(2, 11)}`; return (