diff --git a/README.md b/README.md index 252a3f9..34b2904 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# arc-icons +# ARC icons -[![Published on NPM](https://img.shields.io/npm/v/@advanced-rest-client/arc-icons.svg)](https://www.npmjs.com/package/@advanced-rest-client/arc-icons) +[![Published on NPM](https://img.shields.io/npm/v/@advanced-rest-client/icons.svg)](https://www.npmjs.com/package/@advanced-rest-client/icons) -[![Tests and publishing](https://github.com/advanced-rest-client/arc-icons/actions/workflows/deployment.yml/badge.svg)](https://github.com/advanced-rest-client/arc-icons/actions/workflows/deployment.yml) +[![Tests and publishing](https://github.com/advanced-rest-client/icons/actions/workflows/deployment.yml/badge.svg)](https://github.com/advanced-rest-client/icons/actions/workflows/deployment.yml) A set of icons for Advanced REST Client. @@ -11,7 +11,7 @@ A set of icons for Advanced REST Client. ### Installation ```sh -npm install @advanced-rest-client/arc-icons --save +npm install @advanced-rest-client/icons --save ``` ### In an html file @@ -20,7 +20,7 @@ npm install @advanced-rest-client/arc-icons --save
@@ -33,8 +33,8 @@ npm install @advanced-rest-client/arc-icons --save ```js import { LitElement, html, svg } from 'lit-element'; -import '@advanced-rest-client/arc-icons/arc-icon.js'; -import * as Icons from '@advanced-rest-client/arc-icons'; +import '@advanced-rest-client/icons/arc-icon.js'; +import * as Icons from '@advanced-rest-client/icons'; class SampleElement extends LitElement { render() { @@ -56,8 +56,8 @@ customElements.define('sample-element', SampleElement); ## Development ```sh -git clone https://github.com/advanced-rest-client/arc-icons -cd arc-icons +git clone https://github.com/advanced-rest-client/icons +cd icons npm install ``` diff --git a/arc-icons.js b/arc-icons.js deleted file mode 100644 index 2793309..0000000 --- a/arc-icons.js +++ /dev/null @@ -1,108 +0,0 @@ -/** -@license -Copyright 2016 Pawel Psztyc, The ARC team -Licensed under the Apache License, Version 2.0 (the "License"); you may not -use this file except in compliance with the License. You may obtain a copy of -the License at -http://www.apache.org/licenses/LICENSE-2.0 -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -License for the specific language governing permissions and limitations under -the License. -*/ - -import '@polymer/iron-icon/iron-icon.js'; -import '@polymer/iron-iconset-svg/iron-iconset-svg.js'; - -/* eslint-disable max-len */ - -const $documentContainer = document.createElement('template'); -$documentContainer.innerHTML = `