metal-icons 0.1.9 → 0.1.11
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/README.md +21 -10
- package/dist/16/outline/index.esm.js +217 -58
- package/dist/16/solid/index.esm.js +181 -51
- package/dist/24/outline/index.esm.js +216 -57
- package/dist/24/solid/index.esm.js +174 -44
- package/package.json +7 -20
- package/CHANGELOG.md +0 -97
package/CHANGELOG.md
DELETED
|
@@ -1,97 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
|
|
5
|
-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
|
-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
|
-
|
|
8
|
-
## [Unreleased]
|
|
9
|
-
|
|
10
|
-
## [0.1.9] - 2023-11-18
|
|
11
|
-
|
|
12
|
-
### Fixed
|
|
13
|
-
|
|
14
|
-
- Fixed issues with module build.
|
|
15
|
-
|
|
16
|
-
## [0.1.8] - 2023-11-18
|
|
17
|
-
|
|
18
|
-
### Added
|
|
19
|
-
|
|
20
|
-
- Added Chevron Right
|
|
21
|
-
- Added Chevron Up
|
|
22
|
-
- Added Chevrons Down
|
|
23
|
-
- Added Chevrons Left
|
|
24
|
-
- Added Chevrons Right
|
|
25
|
-
- Added Chevrons Up
|
|
26
|
-
|
|
27
|
-
## [0.1.7] - 2023-11-12
|
|
28
|
-
|
|
29
|
-
### Fixed
|
|
30
|
-
|
|
31
|
-
- Fixed an issue with the small outline variant of the Building icon.
|
|
32
|
-
|
|
33
|
-
## [0.1.6] - 2023-11-12
|
|
34
|
-
|
|
35
|
-
### Fixed
|
|
36
|
-
|
|
37
|
-
- Fixed issues with module build.
|
|
38
|
-
|
|
39
|
-
## [0.1.5] - 2023-11-12
|
|
40
|
-
|
|
41
|
-
### Added
|
|
42
|
-
|
|
43
|
-
- Added Briefcase icons.
|
|
44
|
-
- Added Building icons.
|
|
45
|
-
- Added Bulb icons.
|
|
46
|
-
- Added Calendar icons.
|
|
47
|
-
- Added Camera icons.
|
|
48
|
-
- Added Cash icons.
|
|
49
|
-
- Added Chart Bar icons.
|
|
50
|
-
- Added Chat icon sets.
|
|
51
|
-
- Added Check icons.
|
|
52
|
-
- Added Chevron Down icons.
|
|
53
|
-
|
|
54
|
-
## [0.1.4] - 2023-11-11
|
|
55
|
-
|
|
56
|
-
### Added
|
|
57
|
-
|
|
58
|
-
- Added `.codesandbox` tasks and `.devcontainer` config files.
|
|
59
|
-
- Added At icons.
|
|
60
|
-
- Added Battery icons.
|
|
61
|
-
- Added Book Closed icons.
|
|
62
|
-
- Added Book Open icons.
|
|
63
|
-
- Added Beaker and Bell icons.
|
|
64
|
-
- Added Bookmark and Bookmark Plus icons.
|
|
65
|
-
|
|
66
|
-
## [0.1.3] - 2023-11-04
|
|
67
|
-
|
|
68
|
-
### Added
|
|
69
|
-
|
|
70
|
-
- Added Arrow Down Left icons.
|
|
71
|
-
- Added Arrow Down Right icons.
|
|
72
|
-
- Added Arrow Down icons.
|
|
73
|
-
- Added Arrow Left icons.
|
|
74
|
-
- Added Arrow Right icons.
|
|
75
|
-
- Added Arrow Up Left icons.
|
|
76
|
-
- Added Arrow Up Right icons.
|
|
77
|
-
- Added Arrow Up icons.
|
|
78
|
-
|
|
79
|
-
## [0.1.2] - 2023-11-02
|
|
80
|
-
|
|
81
|
-
### Added
|
|
82
|
-
|
|
83
|
-
- Added Align Top icons.
|
|
84
|
-
- Added Align Bottom icons.
|
|
85
|
-
|
|
86
|
-
## [0.1.1] - 2023-11-02
|
|
87
|
-
|
|
88
|
-
### Added
|
|
89
|
-
|
|
90
|
-
- Added Alert icon.
|
|
91
|
-
- Added this changelog file to the project.
|
|
92
|
-
- Added license file.
|
|
93
|
-
|
|
94
|
-
### Changed
|
|
95
|
-
|
|
96
|
-
- Updated Rollup configuration so that inputs point to all types of icons.
|
|
97
|
-
- Updated `package.json` configuration so that exports point to each set individually.
|