Skip to content

Commit

Permalink
chore: review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
benelan committed Jul 25, 2024
1 parent 45d2e5b commit c9d9f72
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 17 deletions.
4 changes: 3 additions & 1 deletion packages/calcite-ui-icons/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contributing to calcite-ui-icons

The Creative Lab at Esri is the primary contributor to the icons provided in `@esri/calcite-ui-tokens`.
The Creative Lab at Esri is the primary contributor to the icons provided in `@esri/calcite-ui-icons`.

## Running the Doc Site

Expand All @@ -19,3 +19,5 @@ npm start
This will optimize the icons, create a JSON file with all the icon path data, and start up a development server with live reload capabilities.

This task also watches for changes and rebuilds the JSON file whenever icons are added or edited, automatically reloading your browser to display changes as they come in.

**Mac users can also double click `launch-calcite.sh`, which runs the commands above.**
4 changes: 2 additions & 2 deletions packages/calcite-ui-icons/LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# License
# Licensing

COPYRIGHT © 2021 Esri
COPYRIGHT © 2024 Esri

All rights reserved under the copyright laws of the United States and applicable international laws, treaties, and conventions.

Expand Down
18 changes: 4 additions & 14 deletions packages/calcite-ui-icons/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# calcite-ui-icons

A collection of UI SVG icons created by Esri for mapping applications.
<https://esri.github.io/calcite-ui-icons/>
<https://developers.arcgis.com/calcite-design-system/icons/>

## Installation

Expand Down Expand Up @@ -113,7 +113,7 @@ This will give you an object containing all the icons in the library at all size
}
```

*Note: path data omitted for brevity*.
*Note: path data omitted for brevity.*

Most icons will have simple strings as path data, but some will be more complex as they need to store not only path, but opacity as well for multiple shapes. Icons of this structure will be annotated with the `multiPath` flag.

Expand Down Expand Up @@ -183,18 +183,8 @@ Then:

## Licensing

COPYRIGHT © 2020 Esri

All rights reserved under the copyright laws of the United States and applicable international laws, treaties, and conventions.

This material is licensed for use under the Esri Master License Agreement (MLA), and is bound by the terms of that agreement. You may redistribute and use this code without modification, provided you adhere to the terms of the MLA and include this copyright notice.

See use restrictions at <http://www.esri.com/legal/pdfs/mla_e204_e300/english>

For additional information, contact: Environmental Systems Research Institute, Inc. Attn: Contracts and Legal Services Department 380 New York Street Redlands, California, USA 92373 USA

email: <contracts@esri.com>
Please read [LICENSE.md](./LICENSE.md)

## Contributing

Please read the [Contributing document](./CONTRIBUTING.md).
Please read [CONTRIBUTING.md](./CONTRIBUTING.md)

0 comments on commit c9d9f72

Please sign in to comment.