3.0.1 • Published 6 years ago

@polymer/iron-icons v3.0.1

Weekly downloads
12,348
License
BSD-3-Clause
Repository
github
Last release
6 years ago

Published on NPM Build status Published on webcomponents.org

<iron-icons>

iron-icons is a utility import that includes the definition for the iron-icon element, iron-iconset-svg element, as well as an import for the default icon set.

See: Documentation, Demo.

Usage

Installation

npm install --save @polymer/iron-icons

In an HTML file

<html>
  <head>
    <script type="module">
      import '@polymer/iron-icon/iron-icon.js';
      import '@polymer/iron-icons/iron-icons.js';
    </script>
  </head>
  <body>
    <iron-icon icon="search"></iron-icon>
  </body>
</html>

In a Polymer 3 element

import {PolymerElement} from '@polymer/polymer/polymer-element.js';
import {html} from '@polymer/polymer/lib/utils/html-tag.js';

import '@polymer/iron-icon/iron-icon.js';
import '@polymer/iron-icons/iron-icons.js';

class ExampleElement extends PolymerElement {
  static get template() {
    return html`
      <iron-icon icon="search"></iron-icon>
    `;
  }
}

customElements.define('example-element', ExampleElement);

Contributing

If you want to send a PR to this element, here are the instructions for running the tests and demo locally:

Installation

git clone https://github.com/PolymerElements/iron-icons
cd iron-icons
npm install
npm install -g polymer-cli

Running the demo locally

polymer serve --npm
open http://127.0.0.1:<port>/demo/

Running the tests

polymer test --npm
fundwave-fund-management@navigateconsulting/eva-botf6c-image-slider@teipublisher/pb-components7@phil-cd/frontendtest2@infinitebrahmanuniverse/nolb-_poltest-pkg-form-builder@everything-registry/sub-chunk-731@boluabraham/fhir-navbar@doubletrade/lit-datatable@doubletrade/lit-datepicker@doubletrade/lit-dialog@doubletrade/paper-datatable-api@doubletrade/range-datepickerfhir-navbarfile-list-componentflexible-ratingdr-niels-paper-expansion-paneldocumentationreactetools-modules-commonetools-tableimtiyaz-polymer-3-first-elementin-app-search@gfsdeliver/gfs-checkout-widget@gfsdeliver/gfs-button@hatiolab/things-shell@hydrofoil/hydrofoil-paper-shellintervention-pagesiron-pages-navbariron-iron-starisu-elementisu-elementsisuwang-elements@hegdemahesh/moonraft-ui-element-sidebarideahub-icon-toggleideahub-web-componentsnstarjb-ratingecqm-add-measureecqm-breadcrumbecqm-grid@elifent/paper-datepicker@evolutionjobs/pdf-viewer@feezal/feezal-element-app-layout@feezal/feezal-element-paper-app-layout@firefly-elements/firefly-login@firefly-elements/firefly-name-multiselect@firefly-elements/firefly-tags@fabricelements/skeleton-auth@fabricelements/skeleton-carousel@fabricelements/skeleton-playerh2-elementshh-player-newhh-player-new.js@flowingcode/fc-applayout@foxy.io/elementsglobular-mvcglobular_admin@fw-components/fw-dnd@fw-components/fw-avatarjinceiljinneepaint-practicepaper-autocompletepaper-collapse-itempaper-carouselpaper-chipoe-paper-chipoe-studiooe-toggleoe-ui-miscoe-workflow-ui-componentsoe-component-manageroe-combooe-date-rangekami-flashkami-infinitelistkse-common-iconkse-common-uil2t-fab-footer@jasoftware/mcd-multi-select@juanbeato/jb-button@juanbeato/jb-chip@juanbeato/jb-date@juanbeato/jb-dropdown@juanbeato/jb-header@juanbeato/jb-input@juanbeato/jb-menu@juanbeato/jb-modal@juanbeato/jb-rating@kano/code@kano/kwc-share-detailks-common-uipk-ecqm-headerpk-ecqm-loginpk-bonnie-testmeasureskeleton-carouselsoccer-card@sdl-web/sdl-hello-vue@sdl-web/sdl-srch-bar-es6
3.0.1

6 years ago

3.0.0

6 years ago

3.0.0-pre.26

6 years ago

3.0.0-pre.25

6 years ago

3.0.0-pre.24

6 years ago

3.0.0-pre.23

6 years ago

3.0.0-pre.22

6 years ago

3.0.0-pre.21

6 years ago

3.0.0-pre.20

6 years ago

3.0.0-pre.19

6 years ago

3.0.0-pre.18

6 years ago

3.0.0-pre.17

6 years ago

3.0.0-pre.16

6 years ago

3.0.0-pre.15

6 years ago

3.0.0-pre.14

6 years ago

3.0.0-pre.13

6 years ago

3.0.0-pre.12

6 years ago

3.0.0-pre.11

6 years ago

3.0.0-pre.10

6 years ago

3.0.0-pre.8

6 years ago

3.0.0-pre.7

6 years ago

3.0.0-pre.6

6 years ago

3.0.0-pre.4

6 years ago

3.0.0-pre.3

6 years ago

3.0.0-pre.2

6 years ago

3.0.0-pre.1

7 years ago

1.2.0-pre.3

7 years ago

1.2.0-pre.2

7 years ago

1.2.0-pre.1

7 years ago

0.0.4

7 years ago

0.0.3

8 years ago

0.0.1

8 years ago