Socket
Socket
Sign inDemoInstall

@owlui/icons

Package Overview
Dependencies
59
Maintainers
4
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @owlui/icons

Owl UI icons is a component acting as a wrapper around the [Material Design Font Icons](https://fonts.google.com/icons?selected=Material+Icons). The icon assets are managed by the [theme](../theme/README.md) not here, this allows the component to be **NOT


Version published
Maintainers
4
Created

Changelog

Source

0.0.44 (2022-10-20)

Note: Version bump only for package @owlui/root

Readme

Source

Icons

Owl UI icons is a component acting as a wrapper around the Material Design Font Icons. The icon assets are managed by the theme not here, this allows the component to be NOT concerned with the actual font being used.

Usage

import * as Icons from '@owlui/icons';

export const Element = () => {
  return <Icons icon="home" />;
};

export default {
  Element,
};

FAQs

Last updated on 20 Oct 2022

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc