hc-app-icons 1.0.13 → 1.0.14

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,6 +1,11 @@
1
1
  # Changelog
2
2
 
3
3
 
4
+ #### v1.0.14
5
+
6
+ - Add Quiz Icon
7
+ ---
8
+
4
9
  #### v1.0.13
5
10
 
6
11
  - Fixing the color of the Share & Serve Icons
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
3
+ <defs><style>.cls-1{fill:none;}.cls-2{fill:#000;}</style></defs>
4
+ <path class="cls-1" d="m11.72,14.74c-1.14,0-1.97.91-1.97,2.05s.83,2.05,1.97,2.05,1.97-.91,1.97-2.05-.83-2.05-1.97-2.05Z"/>
5
+ <path class="cls-1" d="m12,5.17c-1.57,0-2.93.75-3.9,1.85l1.85,1.69c.51-.47.95-.83,1.61-.83.59,0,1.1.28,1.1.98,0,1.26-2.8,2.36-2.4,4.92h2.95c-.2-2.17,2.68-2.8,2.68-5.16,0-2.48-1.73-3.46-3.9-3.46Z"/>
6
+ <path class="cls-2" d="m22.4,17.95c1.39-2.42,1.99-5.36,1.33-8.48C22.73,4.69,18.8.93,13.97.16,5.8-1.14-1.15,5.81.16,13.98c.77,4.82,4.54,8.76,9.32,9.76,3.12.65,6.05.06,8.47-1.33l4.03,1.5c1.2.45,2.38-.73,1.93-1.93l-1.5-4.03Zm-10.61.88c-1.25.04-2.14-.99-2.03-2.25.08-.98.91-1.81,1.89-1.84,1.24-.04,2.13.99,2.03,2.25-.08.98-.91,1.81-1.89,1.84Zm1.43-5.04h-2.95c-.39-2.56,2.4-3.66,2.4-4.92,0-.71-.51-.98-1.1-.98-.67,0-1.1.35-1.61.83l-1.85-1.69c.96-1.1,2.32-1.85,3.9-1.85,2.17,0,3.9.98,3.9,3.46s-2.87,2.99-2.68,5.16Z"/>
7
+ </svg>
package/dist/index.js CHANGED
@@ -136,3 +136,4 @@ export { default as IconTimePeriod } from "./icons/time-period.svg";
136
136
  export { default as IconTransfer } from "./icons/transfer.svg";
137
137
  export { default as IconConnectionForm } from "./icons/connection-form.svg";
138
138
  export { default as IconLinked } from "./icons/linked.svg";
139
+ export { default as IconQuiz } from "./icons/quiz.svg";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hc-app-icons",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
4
4
  "main": "./dist/index.js",
5
5
  "publishConfig": {
6
6
  "access": "public"