JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 322546
  • Score
    100M100P100Q170121F
  • License MIT

Package Exports

  • @codexteam/icons
  • @codexteam/icons/dist/index.mjs
  • @codexteam/icons/dist/index.umd.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@codexteam/icons) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

CodeX Icons

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

No dependencies required. Free to use and share.

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
IconArrowDown IconArrowDown
IconArrowLeft IconArrowLeft
IconArrowRight IconArrowRight
IconArrowUp IconArrowUp
IconBold IconBold
IconChecklist IconChecklist
IconFile IconFile
IconGift IconGift
IconInlineCode IconInlineCode
IconItalic IconItalic
IconLink IconLink
IconListBulleted IconListBulleted
IconListNumbered IconListNumbered
IconMarker IconMarker
IconMenu IconMenu
IconPlay IconPlay
IconPlus IconPlus
IconSearch IconSearch
IconStar IconStar
IconText IconText