ndla-icons

0.4.7 • Public • Published

ndla-icons

A package containing icons used in NDLA frontends.

Installation

$ npm install ndla-icons --save
$ yarn add ndla-icons

Usage

import { Audio } from 'ndla-icons/common');
import { Camera } from 'ndla-icons/editor');
 
const IconList = () => (
  <ul>
    <li><Audio /> Audio icon</li>
    <li><Camera /> Camera icon</li>
  </ul>
)

or

import { Audio } from 'ndla-icons/lib/common/Audio');
 
<Audio />

Icons are currently grouped into three folders

  • common
  • license
  • editor
  • contentType

Development

TLDR: Change/Add/Remove svg file(s). Run node scripts/createIconComponents.js. Commit.

Add new svg file:

  1. Add svg file to an appropiate folder in ndla-icons/svg.
  2. Ensure that data-license and data-source attributes are on the <svg> element.
  3. Run node scripts/createIconComponents.js from root folder.
  4. Commit changes.

Edit svg file:

  1. Edit existing svg file.
  2. Run node scripts/createIconComponents.js from root folder.
  3. Commit changes.

Delete svg file:

  1. Delete svg file.
  2. Run node scripts/createIconComponents.js from root folder.
  3. Commit changes.

Rename or adding new folders

  1. Do changes.
  2. Run node scripts/createIconComponents.js from root folder.
  3. Update files array in packages.json.

/ndla-icons/

    Package Sidebar

    Install

    npm i ndla-icons

    Weekly Downloads

    53

    Version

    0.4.7

    License

    GPL-3.0

    Unpacked Size

    625 kB

    Total Files

    299

    Last publish

    Collaborators

    • chrpeter
    • kodevil
    • ndla
    • oyvinmar
    • sebastianjg