qpp-style 9.28.2 → 9.28.3
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/components/SideNav/Links/NavLinkDrawer.jsx +20 -3
- package/dist/browser.js +1 -1
- package/dist/browser.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/react/index.js +1 -1
- package/dist/react/index.js.map +1 -1
- package/images/icons/svg/checkmark.svg +2 -2
- package/images/icons/svg/chevron-down.svg +1 -1
- package/images/icons/svg/chevron-left.svg +5 -5
- package/images/icons/svg/chevron-right.svg +5 -5
- package/images/icons/svg/chevron-up.svg +5 -5
- package/images/icons/svg/clipboard.svg +1 -1
- package/images/icons/svg/divide.svg +3 -3
- package/images/icons/svg/doctors-and-clinicians-preview.svg +3 -3
- package/images/icons/svg/equals.svg +3 -3
- package/images/icons/svg/exclamation.svg +4 -5
- package/images/icons/svg/info.svg +7 -10
- package/images/icons/svg/manage-user-access.svg +3 -3
- package/images/icons/svg/multiply.svg +3 -3
- package/images/icons/svg/performance-feedback.svg +1 -1
- package/images/icons/svg/plus.svg +3 -3
- package/images/icons/svg/preview.svg +6 -8
- package/images/icons/svg/reporting.svg +6 -8
- package/images/icons/svg/save-disk.svg +2 -2
- package/images/icons/svg/subtract.svg +2 -2
- package/images/icons/svg/targeted-review.svg +6 -6
- package/package.json +2 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<svg viewBox="0 0 16 12" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<g transform="translate(-2.000000, -4.000000)">
|
|
3
|
-
<polygon
|
|
3
|
+
<polygon
|
|
4
4
|
points="16.0800788 4 18 5.98237353 8.29796681 16 2 9.49716932 3.91992124 7.51479579 8.29796681 12.0352529">
|
|
5
5
|
</polygon>
|
|
6
6
|
</g>
|
|
7
|
-
</svg>
|
|
7
|
+
</svg>
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg"
|
|
3
3
|
xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
4
4
|
<title>Icon/Navigation/Chevron Left</title>
|
|
5
|
-
<g
|
|
6
|
-
<g
|
|
7
|
-
<polygon
|
|
8
|
-
<polygon
|
|
5
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
6
|
+
<g>
|
|
7
|
+
<polygon points="0 0 24 0 24 24 0 24"></polygon>
|
|
8
|
+
<polygon fill="currentColor" fill-rule="nonzero"
|
|
9
9
|
points="15.41 7.41 14 6 8 12 14 18 15.41 16.59 10.83 12"></polygon>
|
|
10
10
|
</g>
|
|
11
11
|
</g>
|
|
12
|
-
</svg>
|
|
12
|
+
</svg>
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg"
|
|
3
3
|
xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
4
4
|
<title>Icon/Navigation/Chevron Right</title>
|
|
5
|
-
<g
|
|
6
|
-
<g
|
|
7
|
-
<polygon
|
|
8
|
-
<polygon
|
|
5
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
6
|
+
<g>
|
|
7
|
+
<polygon points="0 0 24 0 24 24 0 24"></polygon>
|
|
8
|
+
<polygon fill="currentColor" fill-rule="evenodd"
|
|
9
9
|
points="10 6 8.59 7.41 13.17 12 8.59 16.59 10 18 16 12"></polygon>
|
|
10
10
|
</g>
|
|
11
11
|
</g>
|
|
12
|
-
</svg>
|
|
12
|
+
</svg>
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg"
|
|
3
3
|
xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
4
4
|
<title>Icon/Navigation/Expand Less</title>
|
|
5
|
-
<g
|
|
6
|
-
<g
|
|
7
|
-
<polygon
|
|
8
|
-
<polygon
|
|
5
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
6
|
+
<g>
|
|
7
|
+
<polygon points="0 0 24 0 24 24 0 24"></polygon>
|
|
8
|
+
<polygon fill="currentColor" fill-rule="nonzero"
|
|
9
9
|
points="12 8 6 14 7.41 15.41 12 10.83 16.59 15.41 18 14"></polygon>
|
|
10
10
|
</g>
|
|
11
11
|
</g>
|
|
12
|
-
</svg>
|
|
12
|
+
</svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="24px" height="27px" viewBox="0 0 24 27" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><title>icon_clipboard</title><g
|
|
1
|
+
<svg width="24px" height="27px" viewBox="0 0 24 27" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><title>icon_clipboard</title><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-367.000000, -98.000000)" fill="currentColor" fill-rule="nonzero"><g transform="translate(367.000000, 98.000000)"><path d="M21.17,3 L16.49,3 L14.28,3 C14.32,2.82 14.36,2.64 14.36,2.45 C14.36,1.21 13.35,0.2 12.11,0.2 C10.87,0.2 9.86,1.21 9.86,2.45 C9.86,2.64 9.89,2.82 9.94,3 L7.72,3 L3.04,3 C1.7,3 0.61,4.09 0.61,5.44 L0.61,24.57 C0.61,25.91 1.7,27 3.04,27 L21.17,27 C22.51,27 23.61,25.91 23.61,24.56 L23.61,5.44 C23.61,4.09 22.51,3 21.17,3 Z M12.11,1.2 C12.8,1.2 13.36,1.76 13.36,2.45 C13.36,2.68 13.28,2.88 13.18,3.06 C13.1,3.19 13,3.31 12.88,3.41 C12.82,3.46 12.75,3.51 12.68,3.55 C12.63,3.57 12.59,3.6 12.54,3.62 C12.4,3.66 12.26,3.7 12.11,3.7 C11.96,3.7 11.82,3.66 11.69,3.61 C11.64,3.59 11.6,3.57 11.55,3.54 C11.48,3.5 11.41,3.45 11.35,3.4 C11.22,3.3 11.12,3.17 11.04,3.03 C10.94,2.85 10.87,2.66 10.87,2.44 C10.86,1.76 11.42,1.2 12.11,1.2 Z M22.61,24.56 C22.61,25.35 21.97,26 21.17,26 L3.04,26 C2.25,26 1.6,25.36 1.6,24.56 L1.6,5.44 C1.61,4.64 2.25,4 3.04,4 L7.72,4 L7.72,4.9 C7.72,5.51 8.21,6 8.82,6 L15.4,6 C16.01,6 16.5,5.51 16.5,4.9 L16.5,4 L21.18,4 C21.97,4 22.62,4.64 22.62,5.44 L22.62,24.56 L22.61,24.56 L22.61,24.56 Z"></path><g transform="translate(5.000000, 11.000000)"><rect x="4.09" y="7.24" width="9.3" height="1"></rect><rect x="0.99" y="7.24" width="1.6" height="1"></rect><rect x="7.59" y="2.17" width="5.8" height="1"></rect><polygon points="2.49 4.04 0.47 2.01 1.18 1.31 2.49 2.62 4.71 0.41 5.42 1.11"></polygon></g></g></g></g></svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg
|
|
2
|
+
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
|
3
3
|
<defs>
|
|
4
4
|
<style>
|
|
5
5
|
.cls-1 {
|
|
@@ -9,5 +9,5 @@
|
|
|
9
9
|
</defs>
|
|
10
10
|
<path
|
|
11
11
|
d="m4.91,18.3c-.39,0-.71-.12-.96-.35-.25-.23-.38-.54-.38-.93v-1.98c0-.39.13-.7.38-.93.25-.23.57-.35.96-.35h22.19c.43,0,.76.12.99.35s.35.54.35.93v1.98c0,.39-.12.7-.35.93-.23.23-.56.35-.99.35H4.91Zm9.23-9.55c-.39,0-.71-.13-.96-.38-.25-.25-.38-.57-.38-.96v-3.49c0-.43.13-.77.38-1.02s.57-.38.96-.38h3.68c.39,0,.71.13.96.38.25.25.38.59.38,1.02v3.49c0,.39-.13.71-.38.96-.25.25-.58.38-.96.38h-3.68Zm0,20.73c-.39,0-.71-.12-.96-.35-.25-.23-.38-.56-.38-.99v-3.5c0-.39.13-.72.38-.99.25-.27.57-.41.96-.41h3.68c.39,0,.71.14.96.41.25.27.38.6.38.99v3.5c0,.43-.13.76-.38.99-.25.23-.58.35-.96.35h-3.68Z" />
|
|
12
|
-
<rect
|
|
13
|
-
</svg>
|
|
12
|
+
<rect data-name="&lt;Slice&gt;" class="cls-1" width="32" height="32" />
|
|
13
|
+
</svg>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
<svg version="1.1"
|
|
1
|
+
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 25 25" style="enable-background:new 0 0 25 25;" xml:space="preserve"><style type="text/css">
|
|
2
2
|
.st0{fill-rule:evenodd;clip-rule:evenodd;}
|
|
3
|
-
</style><g
|
|
3
|
+
</style><g><g transform="translate(-380.000000, -669.000000)"><g transform="translate(380.880952, 669.153319)"><path class="st0" d="M19.2,0c2.2,0,3.8,1.8,4,3.9v17.1c0,2.1-1.7,3.9-3.8,3.9H3.8
|
|
4
4
|
c-2,0-3.8-1.7-3.8-3.9V3.9C0,1.8,1.7,0,3.8,0H19.2z M19.5,1H3.7C2.2,1,1.1,2.2,1.1,3.7v17.5c0,1.5,1.2,2.6,2.6,2.6h15.7
|
|
5
5
|
c1.4,0,2.7-1.2,2.7-2.6V3.7C22.1,2.2,20.9,1,19.5,1z M13.4,5.7c0.3,0,0.5,0.2,0.5,0.6c0,0.3-0.2,0.6-0.5,0.6h-0.9
|
|
6
6
|
c-0.1,0-0.2,0.1-0.2,0.2v4.5c0,1.3,1,2.3,2.3,2.3s2.3-1.1,2.3-2.3V7c0-0.1-0.1-0.2-0.2-0.2h-0.9c-0.3,0-0.5-0.2-0.5-0.6
|
|
7
7
|
c0-0.3,0.2-0.6,0.5-0.6h0.9C17.5,5.7,18,6.3,18,7v4.4c0,1.8-1.2,3.2-2.8,3.4c-0.1,2.9-1.5,4.4-3.9,4.4H11c-2.7,0-4.3-2.3-4.3-4.5
|
|
8
8
|
v-0.9c-1.3-0.2-2.3-1.3-2.3-2.6c0-1.4,1.3-2.6,2.7-2.6s2.6,1.2,2.5,2.6c0,1.2-0.8,2.2-1.9,2.5v1c0,1.3,0.9,3.4,3.2,3.4h0.2
|
|
9
9
|
c1.7,0,2.7-1.1,2.8-3.2c-1.6-0.3-2.8-1.8-2.8-3.4V7c0-0.8,0.7-1.3,1.3-1.3H13.4z M7.1,9.9c-0.7,0-1.3,0.6-1.3,1.3
|
|
10
|
-
c0,0.8,0.8,1.4,1.4,1.4s1.2-0.8,1.2-1.4C8.4,10.5,7.8,9.9,7.1,9.9z"></path></g></g></g></svg>
|
|
10
|
+
c0,0.8,0.8,1.4,1.4,1.4s1.2-0.8,1.2-1.4C8.4,10.5,7.8,9.9,7.1,9.9z"></path></g></g></g></svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg
|
|
2
|
+
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
|
3
3
|
<defs>
|
|
4
4
|
<style>
|
|
5
5
|
.cls-1 {
|
|
@@ -9,5 +9,5 @@
|
|
|
9
9
|
</defs>
|
|
10
10
|
<path
|
|
11
11
|
d="m4.85,10.99c-.39,0-.7-.12-.93-.35s-.35-.54-.35-.93v-1.98c0-.39.12-.7.35-.93s.55-.35.93-.35h22.24c.39,0,.71.12.96.35.25.23.38.54.38.93v1.98c0,.39-.13.7-.38.93-.25.23-.58.35-.96.35H4.85Zm0,14.56c-.39,0-.7-.12-.93-.35-.23-.23-.35-.54-.35-.93v-1.98c0-.39.12-.7.35-.93s.55-.35.93-.35h22.24c.39,0,.71.12.96.35.25.23.38.54.38.93v1.98c0,.39-.13.7-.38.93-.25.23-.58.35-.96.35H4.85Z" />
|
|
12
|
-
<rect
|
|
13
|
-
</svg>
|
|
12
|
+
<rect data-name="&lt;Slice&gt;" class="cls-1" width="32" height="32" />
|
|
13
|
+
</svg>
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg"
|
|
3
3
|
xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
4
|
-
<g
|
|
5
|
-
<g
|
|
4
|
+
<g stroke="none" stroke-width="1">
|
|
5
|
+
<g>
|
|
6
6
|
<path
|
|
7
|
-
d="M4.97395865,1.34114527 C6.51042457,0.447043339 8.18575523,0 10,0 C11.8142457,0 13.4874054,0.447043339 15.0195313,1.34114527 C16.5516573,2.23524721 17.7647528,3.44834274 18.6588547,4.98046865 C19.5529558,6.51259457 20,8.18575434 20,10 C20,11.8142448 19.5529558,13.4874054 18.6588547,15.0195313 C17.7647528,16.5516564 16.5516573,17.7647519 15.0195313,18.6588538 C13.4874054,19.5529558 11.8142457,20 10,20 C8.18575523,20 6.51259457,19.5529558 4.98046865,18.6588538 C3.44834274,17.7647519 2.23524721,16.5516564 1.34114617,15.0195313 C0.447044237,13.4874054 0,11.8142448 0,10 C0,8.18575434 0.447044237,6.51259457 1.34114617,4.98046865 C2.23524721,3.44834274 3.44617274,2.23524721 4.97395865,1.34114527 Z M11.6666668,16.2369785 L11.6666668,13.7630206 C11.6666668,13.6414925 11.627605,13.5394971 11.5494796,13.4570308 C11.4713542,13.3745654 11.3758689,13.3333327 11.2630208,13.3333327 L8.76302101,13.3333327 C8.65017293,13.3333327 8.55034755,13.3767354 8.46354216,13.4635417 C8.37673588,13.5503471 8.33333318,13.6501725 8.33333318,13.7630206 L8.33333318,16.2369785 C8.33333318,16.3498266 8.37673588,16.449652 8.46354216,16.5364583 C8.55034755,16.6232646 8.65017293,16.6666664 8.76302101,16.6666664 L11.2630208,16.6666664 C11.3758689,16.6666664 11.4713542,16.6254346 11.5494796,16.5429683 C11.627605,16.4605029 11.6666668,16.3585075 11.6666668,16.2369785 Z M11.640625,11.7578122 L11.8750003,3.67187428 C11.8750003,3.5677071 11.8315976,3.48958351 11.7447922,3.43749992 C11.6579859,3.36805453 11.5538205,3.33333274 11.4322916,3.33333274 L8.56770844,3.33333274 C8.44618036,3.33333274 8.34201408,3.36805453 8.2552087,3.43749992 C8.16840241,3.48958351 8.12499972,3.5677071 8.12499972,3.67187428 L8.34635408,11.7578122 C8.34635408,11.8446185 8.38975677,11.9205721 8.47656216,11.9856766 C8.56336844,12.0507811 8.66753383,12.0833328 8.7890628,12.0833328 L11.1979172,12.0833328 C11.3194453,12.0833328 11.4214407,12.0507811 11.503906,11.9856766 C11.5863723,11.9205721 11.6319441,11.8446185 11.640625,11.7578122 Z"
|
|
8
|
-
id=""></path>
|
|
7
|
+
d="M4.97395865,1.34114527 C6.51042457,0.447043339 8.18575523,0 10,0 C11.8142457,0 13.4874054,0.447043339 15.0195313,1.34114527 C16.5516573,2.23524721 17.7647528,3.44834274 18.6588547,4.98046865 C19.5529558,6.51259457 20,8.18575434 20,10 C20,11.8142448 19.5529558,13.4874054 18.6588547,15.0195313 C17.7647528,16.5516564 16.5516573,17.7647519 15.0195313,18.6588538 C13.4874054,19.5529558 11.8142457,20 10,20 C8.18575523,20 6.51259457,19.5529558 4.98046865,18.6588538 C3.44834274,17.7647519 2.23524721,16.5516564 1.34114617,15.0195313 C0.447044237,13.4874054 0,11.8142448 0,10 C0,8.18575434 0.447044237,6.51259457 1.34114617,4.98046865 C2.23524721,3.44834274 3.44617274,2.23524721 4.97395865,1.34114527 Z M11.6666668,16.2369785 L11.6666668,13.7630206 C11.6666668,13.6414925 11.627605,13.5394971 11.5494796,13.4570308 C11.4713542,13.3745654 11.3758689,13.3333327 11.2630208,13.3333327 L8.76302101,13.3333327 C8.65017293,13.3333327 8.55034755,13.3767354 8.46354216,13.4635417 C8.37673588,13.5503471 8.33333318,13.6501725 8.33333318,13.7630206 L8.33333318,16.2369785 C8.33333318,16.3498266 8.37673588,16.449652 8.46354216,16.5364583 C8.55034755,16.6232646 8.65017293,16.6666664 8.76302101,16.6666664 L11.2630208,16.6666664 C11.3758689,16.6666664 11.4713542,16.6254346 11.5494796,16.5429683 C11.627605,16.4605029 11.6666668,16.3585075 11.6666668,16.2369785 Z M11.640625,11.7578122 L11.8750003,3.67187428 C11.8750003,3.5677071 11.8315976,3.48958351 11.7447922,3.43749992 C11.6579859,3.36805453 11.5538205,3.33333274 11.4322916,3.33333274 L8.56770844,3.33333274 C8.44618036,3.33333274 8.34201408,3.36805453 8.2552087,3.43749992 C8.16840241,3.48958351 8.12499972,3.5677071 8.12499972,3.67187428 L8.34635408,11.7578122 C8.34635408,11.8446185 8.38975677,11.9205721 8.47656216,11.9856766 C8.56336844,12.0507811 8.66753383,12.0833328 8.7890628,12.0833328 L11.1979172,12.0833328 C11.3194453,12.0833328 11.4214407,12.0507811 11.503906,11.9856766 C11.5863723,11.9205721 11.6319441,11.8446185 11.640625,11.7578122 Z"></path>
|
|
9
8
|
</g>
|
|
10
9
|
</g>
|
|
11
|
-
</svg>
|
|
10
|
+
</svg>
|
|
@@ -2,19 +2,16 @@
|
|
|
2
2
|
<svg width="25px" height="25px" viewBox="0 0 25 25" version="1.1" xmlns="http://www.w3.org/2000/svg"
|
|
3
3
|
xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
4
4
|
<title>help-support</title>
|
|
5
|
-
<g
|
|
6
|
-
<g
|
|
7
|
-
<g
|
|
5
|
+
<g stroke="none" stroke-width="1">
|
|
6
|
+
<g transform="translate(-369.000000, -46.000000)">
|
|
7
|
+
<g transform="translate(369.000000, 46.000000)">
|
|
8
8
|
<path
|
|
9
|
-
d="M12.5,0.3 C5.8,0.3 0.3,5.8 0.3,12.5 C0.3,19.2 5.8,24.7 12.5,24.7 C19.2,24.7 24.7,19.2 24.7,12.5 C24.7,5.8 19.2,0.3 12.5,0.3 Z M12.5,23.8 C6.3,23.8 1.2,18.7 1.2,12.5 C1.2,6.3 6.3,1.2 12.5,1.2 C18.7,1.2 23.8,6.3 23.8,12.5 C23.8,18.7 18.7,23.8 12.5,23.8 Z"
|
|
10
|
-
id="Shape"></path>
|
|
9
|
+
d="M12.5,0.3 C5.8,0.3 0.3,5.8 0.3,12.5 C0.3,19.2 5.8,24.7 12.5,24.7 C19.2,24.7 24.7,19.2 24.7,12.5 C24.7,5.8 19.2,0.3 12.5,0.3 Z M12.5,23.8 C6.3,23.8 1.2,18.7 1.2,12.5 C1.2,6.3 6.3,1.2 12.5,1.2 C18.7,1.2 23.8,6.3 23.8,12.5 C23.8,18.7 18.7,23.8 12.5,23.8 Z"></path>
|
|
11
10
|
<path
|
|
12
|
-
d="M12.5,10.7 L12.1,10.7 C12,10.7 11.8,10.7 11.8,10.8 C11.7,10.9 11.7,11 11.7,11.1 L11.7,19.1 C11.7,19.2 11.7,19.4 11.8,19.4 C11.9,19.5 12,19.5 12.1,19.5 L12.5,19.5 C12.6,19.5 12.8,19.5 12.8,19.4 C12.9,19.3 12.9,19.2 12.9,19.1 L12.9,11.1 C12.9,11 12.9,10.8 12.8,10.8 C12.8,10.7 12.7,10.7 12.5,10.7 Z"
|
|
13
|
-
id="Path"></path>
|
|
11
|
+
d="M12.5,10.7 L12.1,10.7 C12,10.7 11.8,10.7 11.8,10.8 C11.7,10.9 11.7,11 11.7,11.1 L11.7,19.1 C11.7,19.2 11.7,19.4 11.8,19.4 C11.9,19.5 12,19.5 12.1,19.5 L12.5,19.5 C12.6,19.5 12.8,19.5 12.8,19.4 C12.9,19.3 12.9,19.2 12.9,19.1 L12.9,11.1 C12.9,11 12.9,10.8 12.8,10.8 C12.8,10.7 12.7,10.7 12.5,10.7 Z"></path>
|
|
14
12
|
<path
|
|
15
|
-
d="M12.6,6.7 L12.1,6.7 C12,6.7 11.8,6.7 11.7,6.8 C11.6,6.9 11.6,7.1 11.6,7.2 L11.6,7.7 C11.6,7.8 11.6,8 11.7,8 C11.8,8.1 11.9,8.1 12,8.1 L12.5,8.1 C12.6,8.1 12.8,8.1 12.9,8 C13,7.9 13,7.8 13,7.6 L13,7.2 C13,7.1 13,6.9 12.9,6.8 C12.8,6.7 12.7,6.7 12.6,6.7 Z"
|
|
16
|
-
id="Path"></path>
|
|
13
|
+
d="M12.6,6.7 L12.1,6.7 C12,6.7 11.8,6.7 11.7,6.8 C11.6,6.9 11.6,7.1 11.6,7.2 L11.6,7.7 C11.6,7.8 11.6,8 11.7,8 C11.8,8.1 11.9,8.1 12,8.1 L12.5,8.1 C12.6,8.1 12.8,8.1 12.9,8 C13,7.9 13,7.8 13,7.6 L13,7.2 C13,7.1 13,6.9 12.9,6.8 C12.8,6.7 12.7,6.7 12.6,6.7 Z"></path>
|
|
17
14
|
</g>
|
|
18
15
|
</g>
|
|
19
16
|
</g>
|
|
20
|
-
</svg>
|
|
17
|
+
</svg>
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
<svg version="1.1"
|
|
1
|
+
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 25 25" style="enable-background:new 0 0 25 25;" xml:space="preserve"><style type="text/css">
|
|
2
2
|
.st0{fill-rule:evenodd;clip-rule:evenodd;}
|
|
3
|
-
</style><g
|
|
3
|
+
</style><g><g transform="translate(-380.000000, -1037.000000)"><g transform="translate(340.000000, 996.000000)"><g transform="translate(40.200000, 41.200000)"><path class="st0" d="M4.2,10.6V0H3.4v10.7C1.5,10.9,0,12.5,0,14.5s1.5,3.6,3.4,3.8v6.4h0.9v-6.4
|
|
4
4
|
c1.9-0.2,3.4-1.8,3.4-3.8S6.1,10.9,4.2,10.6z M3.8,17.4c-1.6,0-3-1.3-3-3s1.3-3,3-3s3,1.3,3,3S5.4,17.4,3.8,17.4z M12.7,2.1V0
|
|
5
5
|
h-0.9v2.2C9.9,2.4,8.4,4,8.4,6s1.5,3.6,3.4,3.8v14.9h0.9v-15c1.9-0.2,3.4-1.8,3.4-3.8C16.1,4,14.6,2.4,12.7,2.1z M12.3,8.9
|
|
6
6
|
c-1.6,0-3-1.3-3-3s1.3-3,3-3s3,1.3,3,3S13.9,8.9,12.3,8.9z M24.6,18.7c0-2-1.5-3.6-3.4-3.8V0h-0.9v14.9
|
|
7
7
|
c-1.9,0.2-3.4,1.8-3.4,3.8s1.5,3.6,3.4,3.8v2.2h0.9v-2.2C23.1,22.2,24.6,20.6,24.6,18.7z M20.8,21.6c-1.6,0-3-1.3-3-3
|
|
8
|
-
c0-1.6,1.3-3,3-3c1.7,0,3,1.3,3,3C23.8,20.3,22.4,21.6,20.8,21.6z"></path></g></g></g></g></svg>
|
|
8
|
+
c0-1.6,1.3-3,3-3c1.7,0,3,1.3,3,3C23.8,20.3,22.4,21.6,20.8,21.6z"></path></g></g></g></g></svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg
|
|
2
|
+
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
|
3
3
|
<defs>
|
|
4
4
|
<style>
|
|
5
5
|
.cls-1 {
|
|
@@ -8,5 +8,5 @@
|
|
|
8
8
|
</style>
|
|
9
9
|
</defs>
|
|
10
10
|
<path d="m5.49,28.35l-1.87-1.86c-.27-.27-.41-.58-.41-.93s.14-.66.41-.93l8.58-8.56L3.62,7.44c-.27-.27-.41-.58-.41-.93s.14-.66.41-.93l1.87-1.92c.27-.27.58-.41.93-.41s.66.14.93.41l8.58,8.62L24.58,3.71c.27-.31.58-.47.93-.47s.66.16.93.47l1.93,1.86c.27.27.41.58.41.93s-.14.66-.41.93l-8.64,8.62,8.64,8.56c.27.27.41.58.41.93s-.14.66-.41.93l-1.93,1.86c-.27.27-.58.41-.93.41s-.66-.14-.93-.41l-8.64-8.56-8.58,8.56c-.27.27-.58.41-.93.41s-.66-.14-.93-.41Z"/>
|
|
11
|
-
<rect
|
|
12
|
-
</svg>
|
|
11
|
+
<rect data-name="&lt;Slice&gt;" class="cls-1" width="32" height="32"/>
|
|
12
|
+
</svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="25px" height="25px" viewBox="0 0 25 25" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><title>star-icon</title><g
|
|
1
|
+
<svg width="25px" height="25px" viewBox="0 0 25 25" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><title>star-icon</title><g stroke="none" stroke-width="1" fill="currentColor" fill-rule="evenodd"><g transform="translate(-203.000000, -100.000000)" fill="currentColor" fill-rule="nonzero"><g transform="translate(203.000000, 100.000000)"><path d="M24.7,9.4 C24.6,9.3 24.5,9.3 24.4,9.2 L16.6,8 L13,0.9 C12.9,0.8 12.8,0.7 12.7,0.6 C12.6,0.6 12.4,0.6 12.3,0.6 C12.3,0.6 12.1,0.7 12.1,0.8 L8.4,8 L0.6,9.2 C0.3,9.2 0.1,9.5 0.1,9.8 C0.1,9.9 0.2,10 0.3,10.1 L6,15.7 L4.7,23.6 C4.6,23.9 4.8,24.2 5.1,24.3 L5.2,24.3 C5.3,24.3 5.4,24.3 5.5,24.2 L12.5,20.5 L19.5,24.2 C19.6,24.2 19.7,24.3 19.8,24.3 C20.1,24.3 20.4,24 20.4,23.7 L20.4,23.6 L19.1,15.7 L24.7,10.1 C24.9,10 24.9,9.6 24.7,9.4 Z M7.1,15.8 C7.1,15.6 7.1,15.4 6.9,15.3 L1.8,10.2 L8.8,9.1 C9,9.1 9.1,9 9.2,8.8 L12.4,2.4 L15.6,8.8 C15.7,9 15.8,9.1 16,9.1 L23,10.2 L18.1,15.2 C18,15.3 17.8,15.6 17.8,15.8 L19.2,22.8 L12.5,19.6 C12.3,19.5 12.1,19.5 12,19.6 L5.7,22.9 L7.1,15.8 Z"></path></g></g></g></svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg
|
|
2
|
+
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
|
3
3
|
<defs>
|
|
4
4
|
<style>
|
|
5
5
|
.cls-1 {
|
|
@@ -8,5 +8,5 @@
|
|
|
8
8
|
</style>
|
|
9
9
|
</defs>
|
|
10
10
|
<path d="m14.95,31.55c-.39,0-.71-.13-.96-.38-.25-.25-.38-.57-.38-.96v-12.11H1.64c-.39,0-.71-.13-.96-.38-.25-.25-.38-.57-.38-.96v-1.86c0-.39.12-.71.38-.96.25-.25.57-.38.96-.38h11.97V1.79c0-.39.12-.71.38-.96s.57-.38.96-.38h2.04c.39,0,.71.13.96.38.25.25.38.57.38.96v11.76h12.03c.39,0,.71.13.96.38.25.25.38.57.38.96v1.86c0,.39-.13.71-.38.96-.25.25-.57.38-.96.38h-12.03v12.11c0,.39-.13.71-.38.96s-.58.38-.96.38h-2.04Z"/>
|
|
11
|
-
<rect
|
|
12
|
-
</svg>
|
|
11
|
+
<rect data-name="&lt;Slice&gt;" class="cls-1" width="32" height="32"/>
|
|
12
|
+
</svg>
|
|
@@ -2,16 +2,14 @@
|
|
|
2
2
|
<svg width="25px" height="26px" viewBox="0 0 25 26" version="1.1" xmlns="http://www.w3.org/2000/svg"
|
|
3
3
|
xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
4
4
|
<title>facility-based-preview-icon</title>
|
|
5
|
-
<g
|
|
6
|
-
<g
|
|
7
|
-
<g
|
|
5
|
+
<g stroke="none" stroke-width="1">
|
|
6
|
+
<g transform="translate(-114.000000, -46.000000)">
|
|
7
|
+
<g transform="translate(114.000000, 46.000000)">
|
|
8
8
|
<path
|
|
9
|
-
d="M24.498,23.234 L19.139,17.972 C19.566,17.182 19.79,16.3 19.79,15.397 C19.79,13.549 18.831,11.815 17.269,10.801 L17.269,4.792 C17.2686151,4.65412813 17.21275,4.52221451 17.114,4.426 L12.762,0.152 C12.6623335,0.0544967057 12.5284285,-1.58073825e-05 12.389,-1.58073825e-05 L0.547,-1.58073825e-05 C0.258538759,-0.0022193714 0.0227492997,0.229543323 0.02,0.518 L0.02,22.672 C0.02,22.958 0.256,23.189 0.547,23.189 L16.741,23.189 C17.0294639,23.1917767 17.2657039,22.9604584 17.269,22.672 L17.269,20.718 L22.165,25.525 C22.476,25.831 22.891,26 23.331,26 C23.772,26 24.186,25.831 24.498,25.525 C24.8062306,25.2237667 24.9799933,24.8109845 24.9799933,24.38 C24.9799933,23.9490155 24.8062306,23.5362333 24.498,23.235 L24.498,23.234 Z M15.468,4.274 L12.916,4.274 L12.916,1.768 L14.192,3.021 L15.468,4.274 L15.468,4.274 Z M16.214,20.529 L16.214,22.154 L1.074,22.154 L1.074,1.036 L11.861,1.036 L11.861,4.792 C11.861,5.078 12.097,5.31 12.389,5.31 L16.214,5.31 L16.214,10.265 C15.5656393,10.0182788 14.8777167,9.89187723 14.184,9.892 C11.093,9.892 8.578,12.362 8.578,15.397 C8.578,18.433 11.093,20.902 14.184,20.902 C14.881,20.902 15.57,20.774 16.214,20.529 L16.214,20.529 Z M16.611,19.179 L16.475,19.259 C15.7773791,19.657884 14.9876063,19.8674788 14.184,19.8670008 C11.674,19.8670008 9.633,17.862 9.633,15.397 C9.633,12.933 11.674,10.927 14.184,10.927 C14.99,10.927 15.783,11.137 16.475,11.535 C17.869,12.335 18.735,13.815 18.735,15.397 C18.735,16.244 18.493,17.068 18.035,17.781 C17.6692298,18.3460359 17.1829334,18.8231118 16.611,19.178 L16.611,19.179 Z M23.752,24.793 C23.6399402,24.9030224 23.4890418,24.9644597 23.332,24.9640083 C23.1745914,24.9648321 23.0232454,24.9033591 22.911,24.793 L17.705,19.681 C18.0131182,19.435431 18.2946555,19.1582508 18.545,18.854 L18.546,18.854 L23.752,23.967 C23.8633,24.0755887 23.9260608,24.2245033 23.9260608,24.38 C23.9260608,24.5354967 23.8633,24.6844113 23.752,24.793 L23.752,24.793 Z"
|
|
10
|
-
id="Shape"></path>
|
|
9
|
+
d="M24.498,23.234 L19.139,17.972 C19.566,17.182 19.79,16.3 19.79,15.397 C19.79,13.549 18.831,11.815 17.269,10.801 L17.269,4.792 C17.2686151,4.65412813 17.21275,4.52221451 17.114,4.426 L12.762,0.152 C12.6623335,0.0544967057 12.5284285,-1.58073825e-05 12.389,-1.58073825e-05 L0.547,-1.58073825e-05 C0.258538759,-0.0022193714 0.0227492997,0.229543323 0.02,0.518 L0.02,22.672 C0.02,22.958 0.256,23.189 0.547,23.189 L16.741,23.189 C17.0294639,23.1917767 17.2657039,22.9604584 17.269,22.672 L17.269,20.718 L22.165,25.525 C22.476,25.831 22.891,26 23.331,26 C23.772,26 24.186,25.831 24.498,25.525 C24.8062306,25.2237667 24.9799933,24.8109845 24.9799933,24.38 C24.9799933,23.9490155 24.8062306,23.5362333 24.498,23.235 L24.498,23.234 Z M15.468,4.274 L12.916,4.274 L12.916,1.768 L14.192,3.021 L15.468,4.274 L15.468,4.274 Z M16.214,20.529 L16.214,22.154 L1.074,22.154 L1.074,1.036 L11.861,1.036 L11.861,4.792 C11.861,5.078 12.097,5.31 12.389,5.31 L16.214,5.31 L16.214,10.265 C15.5656393,10.0182788 14.8777167,9.89187723 14.184,9.892 C11.093,9.892 8.578,12.362 8.578,15.397 C8.578,18.433 11.093,20.902 14.184,20.902 C14.881,20.902 15.57,20.774 16.214,20.529 L16.214,20.529 Z M16.611,19.179 L16.475,19.259 C15.7773791,19.657884 14.9876063,19.8674788 14.184,19.8670008 C11.674,19.8670008 9.633,17.862 9.633,15.397 C9.633,12.933 11.674,10.927 14.184,10.927 C14.99,10.927 15.783,11.137 16.475,11.535 C17.869,12.335 18.735,13.815 18.735,15.397 C18.735,16.244 18.493,17.068 18.035,17.781 C17.6692298,18.3460359 17.1829334,18.8231118 16.611,19.178 L16.611,19.179 Z M23.752,24.793 C23.6399402,24.9030224 23.4890418,24.9644597 23.332,24.9640083 C23.1745914,24.9648321 23.0232454,24.9033591 22.911,24.793 L17.705,19.681 C18.0131182,19.435431 18.2946555,19.1582508 18.545,18.854 L18.546,18.854 L23.752,23.967 C23.8633,24.0755887 23.9260608,24.2245033 23.9260608,24.38 C23.9260608,24.5354967 23.8633,24.6844113 23.752,24.793 L23.752,24.793 Z"></path>
|
|
11
10
|
<path
|
|
12
|
-
d="M12.28,12.348 C11.2021756,12.9858888 10.5413535,14.1455595 10.5419995,15.398 C10.5419995,15.683 10.778,15.9150242 11.069,15.9150242 C11.2077101,15.9163324 11.3412677,15.8625047 11.4402882,15.7653594 C11.5393088,15.6682142 11.5956802,15.5357102 11.597,15.397 C11.597,14.507 12.059,13.697 12.832,13.23 C12.9506001,13.159651 13.0358849,13.0445174 13.0686206,12.9105646 C13.1013563,12.7766118 13.078786,12.6351203 13.006,12.518 C12.8505047,12.2733219 12.527961,12.1977952 12.28,12.348 L12.28,12.348 Z M16.018,12.307 C15.4594585,11.9879601 14.8272377,11.820425 14.184,11.821 C14.0452899,11.8196676 13.9117323,11.8734953 13.8127118,11.9706406 C13.7136912,12.0677858 13.6573198,12.2002898 13.656,12.339 C13.656,12.625 13.893,12.857 14.184,12.857 C14.642,12.857 15.093,12.976 15.486,13.202 C15.7372045,13.346645 16.0579517,13.2640148 16.208,13.016 C16.2784852,12.8971737 16.298062,12.7549402 16.2622996,12.6214902 C16.2265373,12.4880403 16.1384594,12.3746563 16.018,12.307 L16.018,12.307 Z"
|
|
13
|
-
id="Shape"></path>
|
|
11
|
+
d="M12.28,12.348 C11.2021756,12.9858888 10.5413535,14.1455595 10.5419995,15.398 C10.5419995,15.683 10.778,15.9150242 11.069,15.9150242 C11.2077101,15.9163324 11.3412677,15.8625047 11.4402882,15.7653594 C11.5393088,15.6682142 11.5956802,15.5357102 11.597,15.397 C11.597,14.507 12.059,13.697 12.832,13.23 C12.9506001,13.159651 13.0358849,13.0445174 13.0686206,12.9105646 C13.1013563,12.7766118 13.078786,12.6351203 13.006,12.518 C12.8505047,12.2733219 12.527961,12.1977952 12.28,12.348 L12.28,12.348 Z M16.018,12.307 C15.4594585,11.9879601 14.8272377,11.820425 14.184,11.821 C14.0452899,11.8196676 13.9117323,11.8734953 13.8127118,11.9706406 C13.7136912,12.0677858 13.6573198,12.2002898 13.656,12.339 C13.656,12.625 13.893,12.857 14.184,12.857 C14.642,12.857 15.093,12.976 15.486,13.202 C15.7372045,13.346645 16.0579517,13.2640148 16.208,13.016 C16.2784852,12.8971737 16.298062,12.7549402 16.2622996,12.6214902 C16.2265373,12.4880403 16.1384594,12.3746563 16.018,12.307 L16.018,12.307 Z"></path>
|
|
14
12
|
</g>
|
|
15
13
|
</g>
|
|
16
14
|
</g>
|
|
17
|
-
</svg>
|
|
15
|
+
</svg>
|
|
@@ -2,16 +2,14 @@
|
|
|
2
2
|
<svg width="25px" height="25px" viewBox="0 0 25 25" version="1.1" xmlns="http://www.w3.org/2000/svg"
|
|
3
3
|
xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
4
4
|
<title>dashboard</title>
|
|
5
|
-
<g
|
|
6
|
-
<g
|
|
7
|
-
<g
|
|
5
|
+
<g stroke="none" stroke-width="1">
|
|
6
|
+
<g transform="translate(-468.000000, -46.000000)">
|
|
7
|
+
<g transform="translate(468.000000, 46.000000)">
|
|
8
8
|
<path
|
|
9
|
-
d="M22.2,12.8 L12.1,12.8 L12.1,2.8 C12.1,2.5 11.9,2.3 11.6,2.3 L11.5,2.3 C5.3,2.3 0.3,7.3 0.3,13.5 C0.3,19.7 5.3,24.7 11.5,24.7 C17.7,24.7 22.7,19.7 22.7,13.5 L22.7,13.4 C22.7,13.1 22.5,12.8 22.2,12.8 Z M11.6,13.9 L21.6,13.9 C21.4,19.3 16.9,23.6 11.5,23.6 C5.9,23.6 1.3,19 1.3,13.4 C1.3,8 5.6,3.5 11,3.3 L11,13.3 C11.1,13.7 11.3,13.9 11.6,13.9 Z"
|
|
10
|
-
id="Shape"></path>
|
|
9
|
+
d="M22.2,12.8 L12.1,12.8 L12.1,2.8 C12.1,2.5 11.9,2.3 11.6,2.3 L11.5,2.3 C5.3,2.3 0.3,7.3 0.3,13.5 C0.3,19.7 5.3,24.7 11.5,24.7 C17.7,24.7 22.7,19.7 22.7,13.5 L22.7,13.4 C22.7,13.1 22.5,12.8 22.2,12.8 Z M11.6,13.9 L21.6,13.9 C21.4,19.3 16.9,23.6 11.5,23.6 C5.9,23.6 1.3,19 1.3,13.4 C1.3,8 5.6,3.5 11,3.3 L11,13.3 C11.1,13.7 11.3,13.9 11.6,13.9 Z"></path>
|
|
11
10
|
<path
|
|
12
|
-
d="M24.7,9.9 L24.7,9.8 C24,4.9 20.1,1 15.2,0.3 L15.1,0.3 L15.1,0.3 C15,0.3 14.8,0.3 14.7,0.4 C14.6,0.5 14.5,0.6 14.5,0.8 L14.5,10 C14.5,10.3 14.7,10.5 15,10.5 L24.2,10.5 C24.4,10.5 24.5,10.4 24.6,10.3 C24.7,10.2 24.7,10.1 24.7,9.9 Z M23.5,9.5 L15.5,9.5 L15.5,1.5 C19.5,2.2 22.8,5.5 23.5,9.5 Z"
|
|
13
|
-
id="Shape"></path>
|
|
11
|
+
d="M24.7,9.9 L24.7,9.8 C24,4.9 20.1,1 15.2,0.3 L15.1,0.3 L15.1,0.3 C15,0.3 14.8,0.3 14.7,0.4 C14.6,0.5 14.5,0.6 14.5,0.8 L14.5,10 C14.5,10.3 14.7,10.5 15,10.5 L24.2,10.5 C24.4,10.5 24.5,10.4 24.6,10.3 C24.7,10.2 24.7,10.1 24.7,9.9 Z M23.5,9.5 L15.5,9.5 L15.5,1.5 C19.5,2.2 22.8,5.5 23.5,9.5 Z"></path>
|
|
14
12
|
</g>
|
|
15
13
|
</g>
|
|
16
14
|
</g>
|
|
17
|
-
</svg>
|
|
15
|
+
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg
|
|
2
|
+
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36">
|
|
3
3
|
<path
|
|
4
4
|
d="m36,7.85v25.15c0,.8-.3,1.5-.9,2.1-.6.6-1.3.9-2.1.9H3c-.8,0-1.5-.3-2.1-.9-.6-.6-.9-1.3-.9-2.1V3c0-.8.3-1.5.9-2.1.6-.6,1.3-.9,2.1-.9h25.15l7.85,7.85Zm-3,1.35l-6.2-6.2H3v30h30V9.2Zm-15,20.55c1.43,0,2.66-.51,3.67-1.53s1.52-2.24,1.53-3.67-.51-2.66-1.52-3.67-2.24-1.52-3.68-1.52-2.66.51-3.67,1.52-1.52,2.24-1.53,3.67c0,1.43.51,2.66,1.52,3.67s2.24,1.52,3.68,1.53ZM5.65,12.8h17.9v-7.15H5.65v7.15Zm-2.65-3.6v23.8V3v6.2Z" />
|
|
5
|
-
</svg>
|
|
5
|
+
</svg>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="utf-8"?>
|
|
2
2
|
<!-- Generator: Adobe Illustrator 27.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
-
<svg version="1.1"
|
|
3
|
+
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
|
|
4
4
|
y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve">
|
|
5
5
|
<style type="text/css">
|
|
6
6
|
.st0 {
|
|
@@ -12,4 +12,4 @@
|
|
|
12
12
|
<path d="M2.6,18.3c-0.4,0-0.7-0.1-0.9-0.4s-0.3-0.6-0.3-1v-1.9c0-0.4,0.1-0.7,0.3-1c0.2-0.3,0.5-0.4,0.9-0.4h26.7
|
|
13
13
|
c0.4,0,0.7,0.1,1,0.4c0.2,0.3,0.4,0.6,0.4,1v1.9c0,0.4-0.1,0.7-0.4,1c-0.3,0.3-0.6,0.4-1,0.4H2.6z" />
|
|
14
14
|
</g>
|
|
15
|
-
</svg>
|
|
15
|
+
</svg>
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
<svg version="1.1"
|
|
1
|
+
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
|
|
2
2
|
y="0px" viewBox="0 0 25 25" style="enable-background:new 0 0 25 25;" xml:space="preserve"><style type="text/css">
|
|
3
3
|
.st0{fill:none;stroke:currentColor;stroke-linecap:round;}
|
|
4
4
|
.st1{fill:none;stroke:currentColor;}
|
|
5
5
|
</style>
|
|
6
|
-
<g
|
|
7
|
-
|
|
6
|
+
<g><g transform="translate(-380.000000, -867.000000)"><g transform="translate(380.500000, 867.500000)"><path class="st0" d="M15.7,13.6c-0.7,1.6-2.4,2.6-4.2,2.4s-3.2-1.6-3.4-3.4C7.9,10.8,8.8,9,10.5,8.3"></path><path
|
|
7
|
+
class="st0" d="M19.9,12.5c-0.3,4.2-3.9,7.5-8.1,7.4
|
|
8
8
|
c-4.2-0.1-7.7-3.5-7.8-7.8S7.3,4.3,11.5,4"></path><path
|
|
9
|
-
|
|
9
|
+
class="st0" d="M24,11c0,0.3,0,0.7,0,1
|
|
10
10
|
c0,4.9-2.9,9.2-7.4,11.1s-9.6,0.8-13.1-2.6s-4.4-8.6-2.6-13.1S7.2,0,12,0c0.1,0,0.5,0,0.6,0"></path><path
|
|
11
|
-
|
|
11
|
+
class="st1" d="M19.7,9.1L16.6,8c-0.3-0.1-0.5-0.3-0.5-0.6
|
|
12
12
|
l-1.1-3.1c-0.1-0.4-0.1-0.8,0.2-1l2.9-3C18.3,0.1,18.7,0,19,0s0.6,0.3,0.7,0.6l0.8,2.2c0.1,0.3,0.3,0.5,0.6,0.6l2.4,0.9
|
|
13
13
|
C23.7,4.5,23.9,4.7,24,5c0.1,0.3,0,0.6-0.3,0.9l-3,3C20.5,9.1,20.1,9.2,19.7,9.1z"></path><line
|
|
14
|
-
|
|
14
|
+
class="st0" x1="12" y1="12" x2="16.2"
|
|
15
15
|
y2="7.8"></line></g></g></g></svg>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "qpp-style",
|
|
3
|
-
"version": "9.28.
|
|
3
|
+
"version": "9.28.3",
|
|
4
4
|
"description": "Shared style guide across the QPP program.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"homepage": "https://cmsgov.github.io/qpp-style",
|
|
@@ -94,6 +94,7 @@
|
|
|
94
94
|
"d3-shape": "^3.2.0",
|
|
95
95
|
"jwt-decode": "^3.1.2",
|
|
96
96
|
"prop-types": "^15.8.1",
|
|
97
|
+
"qpp-style": "^9.25.1",
|
|
97
98
|
"react-modal": "^3.14.4",
|
|
98
99
|
"retry": "^0.13.1",
|
|
99
100
|
"what-input": "^5.2.12",
|