Big news!Introducing Socket AI - ChatGPT-Powered Threat Analysis.Learn more
Socket
Socket

@axa-ch/icon

Package Overview
Dependencies
2
Maintainers
49
Versions
102
Issues
File Explorer

Advanced tools

@axa-ch/icon

The icon component for the AXA Pattern Library

    8.0.11latest
    GitHub
    npm

Version published
Maintainers
49
Weekly downloads
98
decreased by-72.7%

Weekly downloads

Readme

Source

AXA Icon

<axa-icon> renders an icon, given an icon name, a resource path or a string to a suitable SVG image.

Properties

Icon

Icon names
Attribute
icon="add"
icon="arrow-left"
icon="arrow-right"
icon="collapse"
icon="document"
icon="download"
icon="email"
icon="expand"
icon="mobile"
icon="phone"
icon="search"
icon="upload"
icon="cloud-upload"
icon="axa-logo"
icon="axa-logo-open"
icon="check-circle"
icon="check"
icon="info-outline"
icon="warning-amber"
icon="cloudy"
icon="close"
Icon resource path

The icon resource path must have .svg extension.

Icon as a SVG string

You can load your own SVG and set its html string. The string must contain <svg tag. When using a custom icon, make sure to define the icon width and height (in px) in its definition and use fill="currentColor" on paths that should inherit the color from its containing component.

Size

The default behavior set the size of the svgs to 24x24 px. To use original size on the svg use original.

Attributedescription
size="small"20x20 px
size="medium"default. 24x24 px
size="large"32x32 px
size="original"use original size of svg file you use

FAQs

Last updated on 06 Mar 2023

Did you know?

Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.

Install Socket
Socket
Socket SOC 2 Logo

Product

  • Package Issues
  • 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