A library version of Lucide Icons, an open-source project and fork of Feather Icons. https://lucide.dev/ I created this file from a personal need for using and replacing icons inside the components of a design system, which can't be achieved from the SVGs provided by the plugin. Changel...
Looking at some issues we have open on Github we can define 1.0. If combine the relevant issues in one list we can split it up into 3 sections: “icons”, “Community” and “packages”.Subjects & issuesIconsComplete the list of icons of feather icons issues #119 Fix icon size designs...
npx lucide-cli remove<icon-names...>#Examplenpx lucide-cli remove activity npx lucide-cli remove plus#You can also remove multiple icons at once:npx lucide-cli remove activity plus List Icons To list all the icons which are already added to your project, run the following command: ...
0 +1,60 @@ +import { Button, Flex, Grid, Text, useToast } from "@chakra-ui/core"; +import download from 'downloadjs'; +import Link from 'next/link' +import copy from "copy-to-clipboard"; + +const IconList = ({icons}) => { + const toast = useToast(); + + return ( +...
#define ICON_LC_LIST_MINUS "\xee\x88\xbe" // U+e23e #define ICON_LC_LIST_MUSIC "\xee\x8b\xa0" // U+e2e0 #define ICON_LC_LIST_ORDERED "\xee\x87\x91" // U+e1d1 #define ICON_LC_LIST_PLUS "\xee\x88\xbf" // U+e23f #define ICON_LC_LIST_RESTART "\xee\x91\x...
lucide-icons / lucide-lab Public Notifications Fork 6 Star 97 Code Issues 1 Pull requests Actions Projects Security Insights Issues: lucide-icons/lucide-labLabels 9 Milestones 0 New issue 1 Open 2 Closed Author Label Projects Milestones Assignee Sort Issues list Installation errors #4...
feat(icons): added clock-fading icon by @jguddas in https://github.com/lucide-icons/lucide/pull/2405 Full Changelog: lucide-icons/lucide@0.480.0...0.481.0 v0.480.0: Version 0.480.0 Compare Source What's Changed ci: added bluesky and spotify to brand list filter by @jguddas ...
feat(icons): added clock-fading icon by @jguddas in https://github.com/lucide-icons/lucide/pull/2405 Full Changelog: lucide-icons/lucide@0.480.0...0.481.0 v0.480.0: Version 0.480.0 Compare Source What's Changed ci: added bluesky and spotify to brand list filter by @jguddas ...
When that list is opened, it'd be nice to have a "folder-open" icon to show the state. "folder-open" has many more use-cases but this is my specific use-case. Screenshots of similar icons: 👍 2 kctdfh added the 🙌 icon request label Aug 12, 2021 Author kctdfh commented ...
if: github.repository == 'lucide-icons/lucide' runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2.4.0 with: node-version: "14" cache: yarn - name: Install dependencies run: yarn --prefer-offline - name: Build run: yarn workspace lucide-svelte bu...