designeralabi / caticon

An open-source SVGs icon library

Home Page:https://caticon.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Website of the catIcon svg icons community, hosted on netlify.

πŸ”΄ Important for contributers and supporters

// Start from here

** See image**

This is an image

  • Icon Name
  • Γ—

    HTML code

    Paste the SVG right into your project's code.

    Click on code to copy it.
        <svg xmlns="http://www.w3.org/2000/svg" width="1.5rem" height="1.5rem" fill="currentColor" class="catIcon" viewBox="0 0 16 16">
            <path d="add path here"/>
        </svg>
        
        

    // End here

    Do not change any class name and Id(except who which is gonna be edit).

    as well as you can add fileName.svg into svgIcon in main directory.

    Edit Website Editing content on catIcon can be done in 3 ways, all of which require a GitHub account.

    Using GitHub's nifty file editor, which is quick but limited:

    Using Gitpod which gives you a preconfigured IDE and live preview. This is quick and you can see your changes:

    Setting the website up locally, which is more technical.

    Here is the div of which can be edited by contributures -

    Code & Design The Website You need some basic ability to use a terminal as well as some knowledge of web development like HTML, CSS, and JavaScript.

    git clone --single-branch --branch master https://github.com/imuttamsaran/caticon.git cd caticon bundle install

    πŸ‘©β€πŸš€ Contributors, backers & sponsors This project exists thanks to all the people who contribute.

    Thank you to all our backers! πŸ™ (Become a backer)

    Support this project by becoming a sponsor. (Become a sponsor)

    β™₯ Code of Conduct Please note that catIcon has a Contributor Code of Conduct. By participating in this project online or at events you agree to abide by its terms.

    πŸ“œ LICENSE πŸ”€ You can use & modify everything as long as you credit catIcon and use the same license for your resulting work.

    About

    An open-source SVGs icon library

    https://caticon.netlify.app/

    License:MIT License


    Languages

    Language:HTML 98.4%Language:CSS 1.3%Language:JavaScript 0.3%