Giter Site home page Giter Site logo

codex-team / icons Goto Github PK

View Code? Open in Web Editor NEW
39.0 5.0 13.0 2.38 MB

Dozens of cute svg icons made with love by CodeX for your projects. No dependencies required. Free to use and share.

License: MIT License

JavaScript 13.32% TypeScript 84.11% Vue 2.57%
codex icon-pack svg svg-icon-pack svg-icons

icons's Introduction

CodeX Icons

Dozens of cute icons made with love by CodeX for your projects.

No dependencies required. Free to use and share.

image

Usage

Install the package with node package manager.

npm install @codexteam/icons

yarn add @codexteam/icons

And import required icons.

import { IconH1 } from '@codexteam/icons';

console.log(IconH1);

You will get the line: <svg xmlns="http://www.w3.org/2000/svg" ...

List of icons

Icon Name
IconH1 IconH1
IconH2 IconH2
IconH3 IconH3
IconH4 IconH4
IconH5 IconH5
IconH6 IconH6
IconAddBackground IconAddBackground
IconAddBorder IconAddBorder
IconAlignCenter IconAlignCenter
IconAlignJustify IconAlignJustify
IconAlignLeft IconAlignLeft
IconAlignRight IconAlignRight
IconBold IconBold
IconBrackets IconBrackets
IconCheck IconCheck
IconChecklist IconChecklist
IconChevronDown IconChevronDown
IconChevronLeft IconChevronLeft
IconChevronRight IconChevronRight
IconChevronUp IconChevronUp
IconClipboard IconClipboard
IconCollapse IconCollapse
IconColor IconColor
IconCopy IconCopy
IconCross IconCross
IconCurlyBrackets IconCurlyBrackets
IconDelimiter IconDelimiter
IconDirectionDownRight IconDirectionDownRight
IconDirectionLeftDown IconDirectionLeftDown
IconDirectionRightDown IconDirectionRightDown
IconDirectionUpRight IconDirectionUpRight
IconDotCircle IconDotCircle
IconEtcHorisontal IconEtcHorisontal
IconEtcVertical IconEtcVertical
IconFile IconFile
IconGift IconGift
IconGlobe IconGlobe
IconHeading IconHeading
IconHeart IconHeart
IconHidden IconHidden
IconHtml IconHtml
IconInstagram IconInstagram
IconItalic IconItalic
IconLink IconLink
IconLinkedin IconLinkedin
IconListBulleted IconListBulleted
IconListNumbered IconListNumbered
IconLoader IconLoader
IconMarker IconMarker
IconMenuSmall IconMenuSmall
IconMenu IconMenu
IconPicture IconPicture
IconPlay IconPlay
IconPlus IconPlus
IconQuestion IconQuestion
IconQuote IconQuote
IconRedo IconRedo
IconRemoveBackground IconRemoveBackground
IconReplace IconReplace
IconSave IconSave
IconSearch IconSearch
IconStar IconStar
IconStretch IconStretch
IconStrikethrough IconStrikethrough
IconTableWithHeadings IconTableWithHeadings
IconTableWithoutHeadings IconTableWithoutHeadings
IconTable IconTable
IconText IconText
IconTranslate IconTranslate
IconTrash IconTrash
IconTwitter IconTwitter
IconUnderline IconUnderline
IconUndo IconUndo
IconUnlink IconUnlink
IconUser IconUser
IconUsersGroup IconUsersGroup
IconWarning IconWarning

How to add an icon

  • Request an icon you need via an Issue
  • Or add your icon and open a PR

icons's People

Contributors

github-actions[bot] avatar ilyamore88 avatar kseniass avatar nespecc avatar talyguryn avatar tatianafomina avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

icons's Issues

Cog wheel icon

Kindly consider adding a cog wheel icon. To be used as a settings icon

Thanks

Icon Globe

I want to use this icon for my translate tool

Upload Icon

I've created a lightweight upload icon for a project. Feel free to add it to your library (sharing back):

<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12 15.1V6.4M8.3 14.3H5.7v4.3h12.6l.1-4.3h-2.7M16.2 10.1 12 5.7l-4.2 4.4" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg>

Add types file

TS7016: Could not find a declaration file for module '@codexteam/icons'.

Problem with using nuxt.js

When I use the following commands for building app, which uses icons package, everything is okay:

nuxt build

But if I use this command for building:

nuxt generate

I face with this error:

[nuxt] [request error] Named export 'IconMarker' not found. The requested module 'file:///Users/user/Desktop/CodeX/editorjs.io/node_modules/@codexteam/icons/dist/index.umd.js' is a CommonJS module, which may not support all module.exports as named exports.
CommonJS modules can always be imported via the default export, for example using:
import pkg from 'file:///Users/user/Desktop/CodeX/editorjs.io/node_modules/@codexteam/icons/dist/index.umd.js';
const { IconMarker, IconStar } = pkg;

Add LICENSE file

We need to add a license file to legally allow companies to use the package.

Home icon

Having a home icon would be nice :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.