@nulogy/icons
Advanced tools
Comparing version 4.26.2 to 4.27.0
@@ -0,1 +1,8 @@ | ||
# [4.27.0](https://github.com/nulogy/nds-icons/compare/v4.26.2...v4.27.0) (2024-01-05) | ||
### Features | ||
* add substitutes and calendarClock icons ([deb1186](https://github.com/nulogy/nds-icons/commit/deb11869c339d3d05bf27799fb23ff4ea785cdf6)) | ||
## [4.26.2](https://github.com/nulogy/nds-icons/compare/v4.26.1...v4.26.2) (2023-09-14) | ||
@@ -2,0 +9,0 @@ |
@@ -40,2 +40,6 @@ (function (global, factory) { | ||
}, | ||
calendarClock: { | ||
path: ["M5 8H19V6H5V8ZM5 22C4.45 22 3.97917 21.8042 3.5875 21.4125C3.19583 21.0208 3 20.55 3 20V6C3 5.45 3.19583 4.97917 3.5875 4.5875C3.97917 4.19583 4.45 4 5 4H6V2H8V4H16V2H18V4H19C19.55 4 20.0208 4.19583 20.4125 4.5875C20.8042 4.97917 21 5.45 21 6V11.675C20.6833 11.525 20.3583 11.4 20.025 11.3C19.6917 11.2 19.35 11.125 19 11.075V10H5V20H11.3C11.4167 20.3667 11.5542 20.7167 11.7125 21.05C11.8708 21.3833 12.0583 21.7 12.275 22H5ZM18 23C16.6167 23 15.4375 22.5125 14.4625 21.5375C13.4875 20.5625 13 19.3833 13 18C13 16.6167 13.4875 15.4375 14.4625 14.4625C15.4375 13.4875 16.6167 13 18 13C19.3833 13 20.5625 13.4875 21.5375 14.4625C22.5125 15.4375 23 16.6167 23 18C23 19.3833 22.5125 20.5625 21.5375 21.5375C20.5625 22.5125 19.3833 23 18 23ZM19.675 20.375L20.375 19.675L18.5 17.8V15H17.5V18.2L19.675 20.375Z"], | ||
viewBox: "0 0 24 24" | ||
}, | ||
calendarToday: { | ||
@@ -213,2 +217,6 @@ path: ["M22 3h-3V1h-2v2H7V1H5v2H2v20h20V3zm-2 18H4V8h16v13z"], | ||
}, | ||
substitutes: { | ||
path: ["M7 21L2 16L7 11L8.425 12.4L5.825 15H21V17H5.825L8.425 19.6L7 21ZM17 13L15.575 11.6L18.175 9H3V7H18.175L15.575 4.4L17 3L22 8L17 13Z"], | ||
viewBox: "0 0 24 24" | ||
}, | ||
unlock: { | ||
@@ -215,0 +223,0 @@ path: ["M12 17c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm6-9h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6h1.9c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm0 12H6V10h12v10z"], |
{ | ||
"name": "@nulogy/icons", | ||
"version": "4.26.2", | ||
"version": "4.27.0", | ||
"description": "A collection of Nulogy's svg icons", | ||
@@ -5,0 +5,0 @@ "author": "Nulogy <info@nulogy.com> (https://github.com/nulogy)", |
@@ -17,6 +17,2 @@ # @nulogy/icons | ||
Prerequisites: | ||
- Node.js using the version in `.nvmrc` | ||
- Yarn | ||
To find and add a new icon: | ||
@@ -27,7 +23,5 @@ | ||
3. Clone this repo (`git clone https://github.com/nulogy/nds-icons.git`) | ||
4. Install dependencies by running `yarn` | ||
5. Place SVG in `assets/` folder with the desired icon name (in camelCase) | ||
6. run `yarn && yarn build` to make the icon available to use | ||
7. Commit the changes using a [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) message | ||
8. Submit PR | ||
4. Place SVG in `assets/` folder with the desired icon name (in camelCase) | ||
5. Commit the changes using a [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) message | ||
6. Submit PR | ||
@@ -34,0 +28,0 @@ ## 💬 Questions |
26058
262
29