This package has been deprecated

Author message:

clarity-angular has moved to scope packages under @clr/icons

clarity-icons
TypeScript icon, indicating that this package has built-in type declarations

0.10.28 • Public • Published

Installing Clarity Icons

  1. Install Clarity Icons package through npm:

    npm install clarity-icons
    
  2. Install the polyfill for Custom Elements:

    npm install @webcomponents/custom-elements
    
  3. Include the clarity-icons.min.css and clarity-icons.min.js in your HTML. As clarity-icons.min.js is dependent on the Custom Elements polyfill, make sure to include it before clarity-icons.min.js:

    <link rel="stylesheet" href="path/to/node_modules/clarity-icons/clarity-icons.min.css">
    
    <script src="path/to/node_modules/@webcomponents/custom-elements/custom-elements.min.js"></script>
    <script src="path/to/node_modules/clarity-icons/clarity-icons.min.js"></script>
    

/clarity-icons/

    Package Sidebar

    Install

    npm i clarity-icons

    Weekly Downloads

    952

    Version

    0.10.28

    License

    MIT

    Unpacked Size

    8.81 MB

    Total Files

    74

    Last publish

    Collaborators

    • adityarb88
    • gnomeontherun
    • hippeelee
    • jaffoneh
    • jeeyun
    • mathisscott
    • shijir
    • youdz