Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@obosbbl/grunnmuren-icons-react

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@obosbbl/grunnmuren-icons-react

Grunnmuren's icon set as React components

  • 2.0.0-canary.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
695
increased by235.75%
Maintainers
0
Weekly downloads
 
Created
Source

@obosbbl/grunnmuren-icons-react

npm canary version

Grunnmuren's icon set as React components.

If you want the raw SVG files for the icons, see @obosbbl/grunnmuren-icons-svg instead.

Install

# npm
npm install @obosbbl/grunnmuren-icons-react@canary

# pnpm
pnpm add @obosbbl/grunnmuren-icons-react@canary

Usage

import { House } from '@obosbbl/grunnmuren-icons-react';

export function Page() {
  return <House />;
}

Accessibility

The SVG markup has role="img" set to indicate to screen readers that the element should be interpreted as an image.

Since icons mostly are used as a visual decoration, they will also render with aria-hidden="true" by default, unless you specify an accessible label using aria-label.

<House />
// <svg role="img" aria-hidden="true">...</svg>

<House aria-label="Ikon som illustrerer et hus" />
// <svg role="img" aria-label="Hus">...</svg>

FAQs

Package last updated on 16 Dec 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc