3.0.1 • Published 7 years ago

@polymer/iron-icons v3.0.1

Weekly downloads
12,348
License
BSD-3-Clause
Repository
github
Last release
7 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-navbartangy-custom-formtangy-formtest-pk-ecqm-gridwise-shopping-cartvowo-submenu-dialogveltec-multi-videojinceilisu-elementisu-elementsiron-pages-navbarkami-flashkami-infinitelistjinneeiron-iron-starjb-ratingisuwang-elementsin-app-searchimtiyaz-polymer-3-first-elementideahub-icon-toggleideahub-web-componentshh-player-newhh-player-new.jsh2-elementsintervention-pageslit-inputlive-localizermaterial-components-elm-js-importslsi-schedule-inputlsi-schedule-visualizerl2t-fab-footerkse-common-iconkse-common-uiks-common-ui@vowo/paper-expansion-panel@vowo/vowo-img-cropper@vowo/vowo-submenu-dialog@wonkytech/tm-page-layout@things-factory/process-modeller@ucd-lib/cork-pagination@ucd-lib/cork-popup-button@ucd-lib/cork-search-box@ucd-lib/cork-toggle-panel@unicef-polymer/etools-profile-dropdown@unicef-polymer/etools-upload@unicef-polymer/etools-data-table@unicef-polymer/etools-date-time@unicef-polymer/etools-dropdown@unicef-polymer/etools-filters@unicef-polymer/etools-info-tooltip@things-real/shell@vic10us/paper-search-input@uxland/uxl-grid@uxland/uxl-interaction@uxland/uxl-tile-view@valdezmanuel/c-rich-text-editor@valdezmanuel/rich-text-editor@uxland/no-content@uvalib/uvalib-counts@teipublisher/pb-componentsadd-measureallianz-charts@haxtheweb/drawing-icons@haxtheweb/elmsln-apps@hatiolab/things-shellsoniapanditatime-fieldunity-core-beta@lp-dev/html-input@lftechnology/card-box@neogrup/nc-icons@neogrup/nc-items-grid@neogrup/nc-keyboard@neogrup/nc-network-status@neogrup/nc-password-dialog@neogrup/nc-search@neogrup/nc-simple-dialog@neogrup/nc-zone-map@neogrup/nc-avatar@neogrup/nc-confirmation-dialog@neogrup/nc-datepicker@neogrup/nc-discount-dialog@neogrup/nc-doc@neogrup/nc-docw@neovici/cosmoz-omnitable@neovici/paper-autocomplete@neovici/cosmoz-tabs@neovici/cosmoz-treenode-navigator@navigateconsulting/web-channelmumaa-dialogmonster-creatormicro-fabric-ux
3.0.1

7 years ago

3.0.0

7 years ago

3.0.0-pre.26

7 years ago

3.0.0-pre.25

7 years ago

3.0.0-pre.24

7 years ago

3.0.0-pre.23

7 years ago

3.0.0-pre.22

7 years ago

3.0.0-pre.21

7 years ago

3.0.0-pre.20

7 years ago

3.0.0-pre.19

7 years ago

3.0.0-pre.18

7 years ago

3.0.0-pre.17

7 years ago

3.0.0-pre.16

7 years ago

3.0.0-pre.15

8 years ago

3.0.0-pre.14

8 years ago

3.0.0-pre.13

8 years ago

3.0.0-pre.12

8 years ago

3.0.0-pre.11

8 years ago

3.0.0-pre.10

8 years ago

3.0.0-pre.8

8 years ago

3.0.0-pre.7

8 years ago

3.0.0-pre.6

8 years ago

3.0.0-pre.4

8 years ago

3.0.0-pre.3

8 years ago

3.0.0-pre.2

8 years ago

3.0.0-pre.1

8 years ago

1.2.0-pre.3

9 years ago

1.2.0-pre.2

9 years ago

1.2.0-pre.1

9 years ago

0.0.4

9 years ago

0.0.3

10 years ago

0.0.1

10 years ago