hc-app-icons 1.0.7 → 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 +11 -0
- package/dist/icons/chevron-left.svg +2 -2
- package/dist/icons/chevron-right.svg +2 -2
- package/dist/icons/document.svg +10 -0
- package/dist/icons/info.svg +1 -1
- package/dist/icons/media.svg +23 -0
- package/dist/index.js +2 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -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="#
|
|
15
|
-
<g id="Group" mask="url(#mask-2)" fill="#
|
|
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="
|
|
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="
|
|
7
|
+
<rect width="16" height="16" fill="#000" transform="translate(0 16) rotate(-90)"/>
|
|
8
8
|
</clipPath>
|
|
9
9
|
</defs>
|
|
10
10
|
</svg>
|
|
@@ -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>
|
package/dist/icons/info.svg
CHANGED
|
@@ -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:#
|
|
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)">
|
|
@@ -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";
|