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

@obosbbl/grunnmuren-icons-react

Package Overview
Dependencies
Maintainers
3
Versions
6
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.0
  • canary
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
973
decreased by-66.83%
Maintainers
3
Weekly downloads
 
Created
Source

@obosbbl/grunnmuren-icons-react

Grunnmuren's icon set as React components.

To reduce the package installation size, this

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

Install

npm install @obosbbl/grunnmuren-icons-react

pnpm add @obosbbl/grunnmuren-icons-react

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="Hus" />
// <svg role="img" aria-label="Hus">...</svg>

FAQs

Package last updated on 28 Nov 2023

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