New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@aneo-org/design-icons

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aneo-org/design-icons

Icons from the Aneo design system.

  • 2.2.3
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
293
increased by30.22%
Maintainers
0
Weekly downloads
 
Created

Aneo icon library

Icons from the Aneo design system.

Install

npm i @aneo-org/design-icons

Use

import { CloseIcon } from "@aneo-org/design-icons";

function App() {
  return <CloseIcon title="close" fontSize="1.5rem" />;
}

Tip: Use the title prop for accessible icons.

Sizing

Each icons width and height is default 1em. This allows you to use the native fontSize-prop to adjust sizing. We recommend using at least 1.5rem/24px for best possible visual representation.

<CloseIcon fontSize="1.5rem" />

Direct svg-import

All icons are available in raw SVG-format behind /svg. Note that svg-files do not have the suffix Icon.

import CloseIcon from "@aneo-org/design-icons/svg/Star.svg";

FAQs

Package last updated on 02 Jan 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts