hc-app-icons 1.0.8 → 1.0.9

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,10 @@
1
1
  # Changelog
2
2
 
3
+ #### v1.0.9
4
+
5
+ - Adding Document and Media Icons
6
+
7
+ ---
3
8
  #### v1.0.8
4
9
 
5
10
  - Fix the ability to modify colors on Chevrons and Info Icons
@@ -0,0 +1,10 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
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
+ viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill-rule:evenodd;clip-rule:evenodd;fill:#000;}
7
+ </style>
8
+ <path id="Document" class="st0" d="M10.2,0v7.5c0,1.7,1.3,3,3,3H21v9c0,2.5-2,4.5-4.5,4.5h-9C5,24,3,22,3,19.5v-15C3,2,5,0,7.5,0
9
+ H10.2z M13.3,0v6c0,0.8,0.7,1.5,1.5,1.5H21L13.3,0z"/>
10
+ </svg>
@@ -0,0 +1,23 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
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
+ viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
5
+ <g transform="translate(-10.0 -13.0)">
6
+ <g transform="translate(0.8187702265367989 2.0)">
7
+ <g transform="translate(9.181229773463201 11.0)">
8
+ <g>
9
+ <defs>
10
+ <path id="SVGID_1_" d="M15.2,0v6.5c0,1.1,0.9,2,2,2H24v8c0,1.7-1.3,3-3,3l-5.4,0c-1.4,2.7-4.1,4.5-7.3,4.5
11
+ C3.7,24,0,20.3,0,15.8c0-4.3,3.3-7.9,7.6-8.2l0-4.5c0-1.7,1.3-3,3-3H15.2z M8.2,9.6c-3.4,0-6.2,2.8-6.2,6.2s2.8,6.2,6.2,6.2
12
+ s6.2-2.8,6.2-6.2S11.7,9.6,8.2,9.6z M7.4,13.1l3.5,2.1c0.5,0.3,0.5,0.8,0,1.2l-3.5,2.1c-0.5,0.3-1,0.1-1-0.5v-4.3
13
+ C6.4,13.1,6.8,12.8,7.4,13.1z M17.7,0L24,6.1h-5.3c-0.5,0-1-0.5-1-1V0z"/>
14
+ </defs>
15
+ <use xlink:href="#SVGID_1_" style="overflow:visible;fill:#000;"/>
16
+ <clipPath id="SVGID_00000173879348170062699960000013899036753064563077_">
17
+ <use xlink:href="#SVGID_1_" style="overflow:visible;"/>
18
+ </clipPath>
19
+ </g>
20
+ </g>
21
+ </g>
22
+ </g>
23
+ </svg>
package/dist/index.js CHANGED
@@ -116,3 +116,5 @@ export { default as IconLocation } from "./icons/location.svg";
116
116
  export { default as IconConnectCard } from "./icons/connection-card.svg";
117
117
  export { default as IconExternalLink } from "./icons/external-link.svg";
118
118
  export { default as IconSaddleback } from "./icons/saddleback.svg";
119
+ export { default as IconDocument } from "./icons/document.svg";
120
+ export { default as IconMedia } from "./icons/media.svg";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hc-app-icons",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "main": "./dist/index.js",
5
5
  "publishConfig": {
6
6
  "access": "public"