l-min-components 1.0.587 → 1.0.590

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "l-min-components",
3
- "version": "1.0.587",
3
+ "version": "1.0.590",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "src/assets",
@@ -1,3 +1,4 @@
1
+ import React from "react";
1
2
  const ArrowDown = ({ width, height, fill }) => (
2
3
  <svg
3
4
  width={width || "30"}
@@ -1,3 +1,4 @@
1
+ import React from "react";
1
2
  const CloseIcon = ({ onClick }) => {
2
3
  return (
3
4
  <svg
@@ -1,3 +1,4 @@
1
+ import React from "react";
1
2
  const InstructorIcon = () => {
2
3
  return (
3
4
  <svg
@@ -1,3 +1,4 @@
1
+ import React from "react";
1
2
  import {
2
3
  DashboardIcon,
3
4
  DashboardIconActive,
@@ -24,10 +25,10 @@ import { TicketsIcon, TicketsIconActive } from '../assets/adminSvg/ticketsIcon';
24
25
  import { ChatIcon, ChatIconActive } from '../assets/adminSvg/chatIcon';
25
26
  import { FlaggedIcon, FlaggedIconActive } from '../assets/adminSvg/flaggedIcon';
26
27
  import { UsersIcon, UsersIconActive } from '../assets/adminSvg/usersIcon';
27
- // import {
28
- // SettingsIcon,
29
- // SettingsIconActive,
30
- // } from '../assets/adminSvg/settingsIcon';
28
+ import {
29
+ SettingsIcon,
30
+ SettingsIconActive,
31
+ } from '../assets/adminSvg/settingsIcon';
31
32
  import { UserBoxIcon, UserBoxIconActive } from '../assets/adminSvg/userBoxIcon';
32
33
  import {
33
34
  AnalyticsIcon,
@@ -37,8 +38,8 @@ import { RevenueIcon, RevenueIconActive } from '../assets/adminSvg/revenueIcon';
37
38
 
38
39
  const settings = {
39
40
  path: null,
40
- // icon: <SettingsIcon />,
41
- // iconActive: <SettingsIconActive />,
41
+ icon: <SettingsIcon />,
42
+ iconActive: <SettingsIconActive />,
42
43
  text: 'Settings',
43
44
  hasNotification: false,
44
45
  hasDropdown: true,