hc-app-icons 1.0.3 → 1.0.4

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
@@ -3,3 +3,16 @@
3
3
  #### v0.0.1
4
4
 
5
5
  - Add Icons
6
+
7
+ #### v1.0.2
8
+
9
+ - Add Metrics & Saddleback Icons
10
+
11
+ #### v1.0.4
12
+
13
+ - Add Agenda Icons
14
+
15
+ #### v1.0.4
16
+
17
+ - Add Journey Icons
18
+
package/README.md CHANGED
@@ -2,6 +2,9 @@
2
2
 
3
3
  SVG Icon Set being used across Healthy Church Apps.
4
4
 
5
+ ### Current Icon Set
6
+ [Icon Preview](https://htmlpreview.github.io/?https://github.com/saddlebackdev/hc-app-icons/blob/dev/src/Icons.html)
7
+
5
8
  ### Installation
6
9
 
7
10
  Using a package manager:
@@ -1 +1,15 @@
1
- <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#fff;}.cls-1,.cls-3{fill-rule:evenodd;}.cls-2{mask:url(#mask);}.cls-3{fill:#1d2631;}</style><mask id="mask" x="0" y="0" width="24" height="24" maskUnits="userSpaceOnUse"><g transform="translate(0 0)"><g id="mask-2"><polygon id="path-1" class="cls-1" points="0 0 24 0 24 24 0 24 0 0"/></g></g></mask></defs><g class="cls-2"><path id="Journey" class="cls-3" d="M22.9,12.87a6.69,6.69,0,0,0-5.41-2.36h-11C4.88,10.51,3,9.62,3,7.75S4.83,5,6.35,5h2.5a3.5,3.5,0,1,0,0-3H6.51C4.71,2,0,2.68,0,7.75c0,2.9,1.46,5.76,6.51,5.76h11c2.47,0,3.5,1.3,3.5,2.74a2.54,2.54,0,0,1-2.78,2.67L15.14,19a3.5,3.5,0,1,0,0,3h2.34C21.9,22,24,19.5,24,16.25a5.39,5.39,0,0,0-1.1-3.38" transform="translate(0 0)"/></g></svg>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24">
3
+ <title>Journey</title>
4
+ <defs>
5
+ <mask id="mask" x="0" y="0" width="24" height="24" maskUnits="userSpaceOnUse">
6
+ <g transform="translate(0 0)">
7
+ <g id="mask-2"><polygon id="path-1" fill="#fff" points="0 0 24 0 24 24 0 24 0 0"/>
8
+ </g>
9
+ </g>
10
+ </mask>
11
+ </defs>
12
+ <g>
13
+ <path id="Journey" fill="#000" fill-rule="evenodd" d="M22.9,12.87a6.69,6.69,0,0,0-5.41-2.36h-11C4.88,10.51,3,9.62,3,7.75S4.83,5,6.35,5h2.5a3.5,3.5,0,1,0,0-3H6.51C4.71,2,0,2.68,0,7.75c0,2.9,1.46,5.76,6.51,5.76h11c2.47,0,3.5,1.3,3.5,2.74a2.54,2.54,0,0,1-2.78,2.67L15.14,19a3.5,3.5,0,1,0,0,3h2.34C21.9,22,24,19.5,24,16.25a5.39,5.39,0,0,0-1.1-3.38" transform="translate(0 0)"/>
14
+ </g>
15
+ </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hc-app-icons",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "main": "./dist/index.js",
5
5
  "publishConfig": {
6
6
  "access": "public"