hc-app-icons 1.0.7 → 1.0.8

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,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ #### v1.0.8
4
+
5
+ - Fix the ability to modify colors on Chevrons and Info Icons
6
+
7
+ ---
8
+
3
9
  #### v1.0.7
4
10
 
5
11
  - Modify discipleship-milestone.svg source
@@ -11,8 +11,8 @@
11
11
  <mask id="mask-2" fill="white">
12
12
  <use xlink:href="#path-1"></use>
13
13
  </mask>
14
- <use id="Chevron" fill="#97A4AB" xlink:href="#path-1"></use>
15
- <g id="Group" mask="url(#mask-2)" fill="#1C2530">
14
+ <use id="Chevron" fill="#000" xlink:href="#path-1"></use>
15
+ <g id="Group" mask="url(#mask-2)" fill="#000">
16
16
  <g id="💟-Icon-Style">
17
17
  <rect id="Rectangle-2" x="0" y="0" width="24" height="24"></rect>
18
18
  </g>
@@ -1,10 +1,10 @@
1
1
  <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
2
  <g clip-path="url(#clip0_103_13)">
3
- <path d="M6.2 0.800019L12.5 7.10002C12.8 7.40002 12.9 7.90002 12.7 8.20002C12.9 8.60002 12.8 9.10002 12.5 9.40002L6.2 15.7C5.8 16.1 5.2 16.1 4.8 15.7L4.3 15.2C3.9 14.8 3.9 14.2 4.3 13.8L9.9 8.20002L4.3 2.60002C3.9 2.20002 3.9 1.60002 4.3 1.20002L4.8 0.700019C5.2 0.400019 5.8 0.400019 6.2 0.800019Z" fill="black"/>
3
+ <path d="M6.2 0.800019L12.5 7.10002C12.8 7.40002 12.9 7.90002 12.7 8.20002C12.9 8.60002 12.8 9.10002 12.5 9.40002L6.2 15.7C5.8 16.1 5.2 16.1 4.8 15.7L4.3 15.2C3.9 14.8 3.9 14.2 4.3 13.8L9.9 8.20002L4.3 2.60002C3.9 2.20002 3.9 1.60002 4.3 1.20002L4.8 0.700019C5.2 0.400019 5.8 0.400019 6.2 0.800019Z" fill="#000"/>
4
4
  </g>
5
5
  <defs>
6
6
  <clipPath id="clip0_103_13">
7
- <rect width="16" height="16" fill="white" transform="translate(0 16) rotate(-90)"/>
7
+ <rect width="16" height="16" fill="#000" transform="translate(0 16) rotate(-90)"/>
8
8
  </clipPath>
9
9
  </defs>
10
10
  </svg>
@@ -3,7 +3,7 @@
3
3
  <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
4
  viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
5
5
  <style type="text/css">
6
- .st0{fill-rule:evenodd;clip-rule:evenodd;fill:#1C2530;}
6
+ .st0{fill-rule:evenodd;clip-rule:evenodd;fill:#000;}
7
7
  </style>
8
8
  <g id="_x2708__xFE0F_-Journey-v1.4D">
9
9
  <g id="Class-Pathway---01" transform="translate(-26.000000, -231.000000)">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hc-app-icons",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "main": "./dist/index.js",
5
5
  "publishConfig": {
6
6
  "access": "public"