Skip to content

Commit bd2d5a9

Browse files
committed
Update SVG for data_freshness() icon
1 parent 38f95c6 commit bd2d5a9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pointblank/_constants.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -728,15 +728,15 @@
728728
</g>
729729
</svg>""",
730730
"data_freshness": """<?xml version="1.0" encoding="UTF-8"?>
731-
<svg width="67px" height="67px" viewBox="0 0 67 67" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
731+
<svg width="67px" height="67px" viewBox="0 0 67 67" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="background: #FFFFFF;">
732732
<title>data_freshness</title>
733-
<g id="All-Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
734-
<g id="data_freshness" transform="translate(0.000000, 0.275862)">
735-
<path d="M56.712234,1 C59.1975153,1 61.4475153,2.00735931 63.076195,3.63603897 C64.7048747,5.26471863 65.712234,7.51471863 65.712234,10 L65.712234,10 L65.712234,65 L10.712234,65 C8.22695259,65 5.97695259,63.9926407 4.34827294,62.363961 C2.71959328,60.7352814 1.71223397,58.4852814 1.71223397,56 L1.71223397,56 L1.71223397,10 C1.71223397,7.51471863 2.71959328,5.26471863 4.34827294,3.63603897 C5.97695259,2.00735931 8.22695259,1 10.712234,1 L10.712234,1 Z" id="rectangle" stroke="#000000" stroke-width="2" fill="#FFFFFF"></path>
736-
<circle id="clock-face" stroke="#000000" stroke-width="2" cx="33.5" cy="33" r="20"></circle>
737-
<line x1="33.5" y1="33" x2="33.5" y2="20" id="hour-hand" stroke="#000000" stroke-width="2.5" stroke-linecap="round"></line>
738-
<line x1="33.5" y1="33" x2="44" y2="33" id="minute-hand" stroke="#000000" stroke-width="2" stroke-linecap="round"></line>
739-
<circle id="center-dot" fill="#000000" cx="33.5" cy="33" r="2"></circle>
733+
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
734+
<g id="data_freshness" transform="translate(1.500000, 1.500000)">
735+
<path d="M55,0 C57.4852813,0 59.7352813,1.00735931 61.363961,2.63603897 C62.9926407,4.26471863 64,6.51471863 64,9 L64,9 L64,64 L9,64 C6.51471862,64 4.26471862,62.9926407 2.63603897,61.363961 C1.00735931,59.7352814 0,57.4852814 0,55 L0,55 L0,9 C0,6.51471863 1.00735931,4.26471863 2.63603897,2.63603897 C4.26471862,1.00735931 6.51471862,0 9,0 L9,0 L55,0 Z" id="rectangle" stroke="#000000" stroke-width="2" fill="#FFFFFF" fill-rule="nonzero"></path>
736+
<circle id="clock-face" stroke="#000000" stroke-width="2" cx="32" cy="32" r="20"></circle>
737+
<line x1="32" y1="32" x2="32" y2="17.2394543" id="hour-hand" stroke="#000000" stroke-width="2" stroke-linecap="round"></line>
738+
<line x1="32" y1="32" x2="42.5" y2="32" id="minute-hand" stroke="#000000" stroke-width="2" stroke-linecap="round"></line>
739+
<circle id="center-dot" fill="#000000" fill-rule="nonzero" cx="32" cy="32" r="2"></circle>
740740
</g>
741741
</g>
742742
</svg>""",

0 commit comments

Comments
 (0)