Socket
Socket
Sign inDemoInstall

@owlui/icons

Package Overview
Dependencies
Maintainers
4
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

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
Weekly downloads
1
decreased by-50%
Maintainers
4
Weekly downloads
 
Created
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

Package last updated on 01 Sep 2022

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