@stratakit/icons 0.3.2 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,8 +1,23 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.4.0
4
+
5
+ ### Breaking changes
6
+
7
+ - [#1475](https://github.com/iTwin/stratakit/pull/1475): ⚠️ Removed the following icons which were previously marked as deprecated:
8
+ - `android-logo.svg`
9
+ - `apple.svg`
10
+ - `bentley-systems.svg`
11
+ - `windows.svg`
12
+ - `object-zoom.svg`
13
+
14
+ ### Non-breaking changes
15
+
16
+ - [#1558](https://github.com/iTwin/stratakit/pull/1558): Updated `sort-ascending.svg` and `sort-descending.svg`.
17
+
3
18
  ## 0.3.2
4
19
 
5
- - [#1474](https://github.com/iTwin/stratakit/pull/1474): ⚠️ Renamed the following icons:
20
+ - [#1474](https://github.com/iTwin/stratakit/pull/1474): Renamed the following icons:
6
21
 
7
22
  | Old name | New name |
8
23
  | --------------------- | --------------------------- |
@@ -1,5 +1,5 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg">
2
- <symbol id="icon" fill="none" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M11.225 3.082a.5.5 0 0 1 .629.064l2 2a.5.5 0 1 1-.707.708L12 4.707V12.5a.5.5 0 1 1-1 0V4.707L9.854 5.854a.5.5 0 1 1-.708-.708l2-2 .079-.064ZM9 11.5a.5.5 0 0 0-.5-.5h-6a.5.5 0 0 0 0 1h6a.5.5 0 0 0 .5-.5ZM7 8a.5.5 0 0 0-.5-.5h-4a.5.5 0 0 0 0 1h4A.5.5 0 0 0 7 8ZM5 4.5a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0 0 1h2a.5.5 0 0 0 .5-.5Z" clip-rule="evenodd"/></symbol>
3
- <symbol id="icon-large" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M17.947 3.276a.5.5 0 0 0-.858-.06l-.036.06-1.997 3.994-.007.013-1.496 2.993a.5.5 0 0 0 .894.448L15.81 8h3.382l1.362 2.724a.5.5 0 0 0 .894-.448l-1.496-2.993-.007-.013-1.997-3.994ZM18.691 7 17.5 4.618 16.31 7h2.38Zm1.809 6a.5.5 0 0 1 .38.825L15.587 20H20.5a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.38-.825L19.413 14H14.5a.5.5 0 0 1 0-1h6ZM9.146 16.146a.5.5 0 1 1 .708.707l-2.995 2.995a.499.499 0 0 1-.718 0l-2.995-2.994a.5.5 0 1 1 .708-.707L6 18.293V4.5a.5.5 0 0 1 1 0v13.793l2.146-2.146Z" clip-rule="evenodd"/></symbol>
2
+ <symbol id="icon" fill="none" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M11.94 2.26a.5.5 0 0 0-.88 0l-2.5 4.67a.5.5 0 1 0 .88.47l.48-.9h3.16l.48.9a.5.5 0 1 0 .88-.47l-2.5-4.67Zm.6 3.24L11.5 3.56 10.46 5.5h2.08ZM9 9c0-.28.22-.5.5-.5h4a.5.5 0 0 1 .37.83L10.61 13h2.89a.5.5 0 1 1 0 1h-4a.5.5 0 0 1-.37-.83l3.26-3.67H9.5A.5.5 0 0 1 9 9Zm-6.85 2.15c.2-.2.5-.2.7 0L4 12.29V2.5a.5.5 0 0 1 1 0v9.8l1.15-1.15a.5.5 0 0 1 .7.7l-2 2a.5.5 0 0 1-.7 0l-2-2a.5.5 0 0 1 0-.7Z" clip-rule="evenodd"/></symbol>
3
+ <symbol id="icon-large" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M17.95 3.28a.5.5 0 0 0-.9 0l-2 3.99v.02l-1.5 2.99a.5.5 0 1 0 .9.44L15.8 8h3.38l1.36 2.72a.5.5 0 1 0 .9-.44l-1.5-3v-.01l-2-4ZM18.69 7 17.5 4.62 16.3 7h2.4ZM14 13.5c0-.28.22-.5.5-.5h6a.5.5 0 0 1 .38.83L15.58 20h4.92a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.38-.83l5.3-6.17H14.5a.5.5 0 0 1-.5-.5ZM3.15 16.15c.2-.2.5-.2.7 0L6 18.29V4.5a.5.5 0 0 1 1 0v13.8l2.15-2.15a.5.5 0 0 1 .7.7l-3 3a.5.5 0 0 1-.7 0m0 0-3-3a.5.5 0 0 1 0-.7" clip-rule="evenodd"/></symbol>
4
4
  <use href="#icon"/>
5
5
  </svg>
@@ -1,5 +1,5 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg">
2
- <symbol id="icon" fill="none" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M11 3.5a.5.5 0 0 1 1 0v7.793l1.146-1.146a.5.5 0 1 1 .707.707l-2 2a.5.5 0 0 1-.707 0l-2-2a.5.5 0 1 1 .708-.707L11 11.293V3.5Zm-6 8a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0 0 1h2a.5.5 0 0 0 .5-.5ZM7 8a.5.5 0 0 0-.5-.5h-4a.5.5 0 0 0 0 1h4A.5.5 0 0 0 7 8Zm2-3.5a.5.5 0 0 0-.5-.5h-6a.5.5 0 0 0 0 1h6a.5.5 0 0 0 .5-.5Z" clip-rule="evenodd"/></symbol>
3
- <symbol id="icon-large" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M20.5 3a.5.5 0 0 1 .38.825L15.587 10H20.5a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.38-.825L19.413 4H14.5a.5.5 0 0 1 0-1h6Zm-.55 14.283-.006-.013-1.997-3.994a.5.5 0 0 0-.858-.06l-.036.06-1.997 3.994-.007.013-1.496 2.993a.5.5 0 0 0 .894.448L15.81 18h3.382l1.362 2.724a.5.5 0 0 0 .894-.448l-1.496-2.993ZM16.31 17l1.19-2.382L18.69 17h-2.38Zm-7.164-.854a.5.5 0 1 1 .708.707l-2.995 2.995a.499.499 0 0 1-.718 0l-2.995-2.994a.5.5 0 1 1 .708-.707L6 18.293V4.5a.5.5 0 0 1 1 0v13.793l2.146-2.146Z" clip-rule="evenodd"/></symbol>
2
+ <symbol id="icon" fill="none" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M11.5 8.5c.18 0 .35.1.44.26l2.5 4.67a.5.5 0 1 1-.88.47l-.48-.9H9.92l-.48.9a.5.5 0 1 1-.88-.47l2.5-4.67.04-.05a.5.5 0 0 1 .4-.21ZM4.5 2c.28 0 .5.22.5.5v9.8l1.15-1.15a.5.5 0 1 1 .7.7l-2 2a.5.5 0 0 1-.7 0l-2-2a.5.5 0 1 1 .7-.7L4 12.29V2.5c0-.28.22-.5.5-.5Zm5.96 10h2.08l-1.04-1.94L10.46 12ZM13.5 2a.5.5 0 0 1 .37.83L10.61 6.5h2.89a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.37-.83L12.39 3H9.5a.5.5 0 0 1 0-1h4Z" clip-rule="evenodd"/></symbol>
3
+ <symbol id="icon-large" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M14 3.5c0-.28.22-.5.5-.5h6a.5.5 0 0 1 .38.83L15.58 10h4.92a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.38-.83L19.42 4H14.5a.5.5 0 0 1-.5-.5Zm1.05 13.79-1.5 2.99a.5.5 0 1 0 .9.44L15.8 18h3.38l1.36 2.72a.5.5 0 1 0 .9-.44l-1.5-3v-.01l-2-4a.5.5 0 0 0-.9 0l-2 4v.02Zm3.64-.29-1.19-2.38L16.3 17h2.4Zm-15.54-.85c.2-.2.5-.2.7 0L6 18.29V4.5a.5.5 0 0 1 1 0v13.8l2.15-2.15a.5.5 0 0 1 .7.7l-3 3a.5.5 0 0 1-.7 0m0 0-3-3a.5.5 0 0 1 0-.7" clip-rule="evenodd"/></symbol>
4
4
  <use href="#icon"/>
5
5
  </svg>
package/package.json CHANGED
@@ -1,15 +1,10 @@
1
1
  {
2
2
  "name": "@stratakit/icons",
3
3
  "type": "module",
4
- "version": "0.3.2",
4
+ "version": "0.4.0",
5
5
  "license": "MIT",
6
6
  "exports": {
7
7
  "./*.svg": "./icons/*.svg",
8
- "./apple.svg": "./icons/brand-apple.svg",
9
- "./android-logo.svg": "./icons/brand-android.svg",
10
- "./bentley-systems.svg": "./icons/brand-bentley-systems.svg",
11
- "./object-zoom.svg": "./icons/object-zoom-to.svg",
12
- "./windows.svg": "./icons/brand-windows.svg",
13
8
  "./icons-list.json": "./icons-list.json"
14
9
  },
15
10
  "files": [