Skip to content

Lucide icons dependency #849

@darraghoriordan-skedsocial

Description

Hey there seems to be a dep on lucide-react icons in the code but lucide-react icons are not added as a dependency to the package.json

it would be great to remove any icon lib dependency because they are so large, but alternatively it would be great to add it to the package.json if it is required

Example:
packages/react/src/modules/guide/components/GuideToolbar/GuideToolbar.tsx
TSX
·
1
(1)
import { Stack } from "@telegraph/layout";
import { Tag } from "@telegraph/tag";
import { Text } from "@telegraph/typography";
import { Minimize2, Undo2, Wrench } from "lucide-react";
import { useState } from "react";
import "./styles.css";

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions