Skip to content

Commit

Permalink
add icon
Browse files Browse the repository at this point in the history
  • Loading branch information
heapwolf committed Mar 12, 2024
1 parent 8ffcd20 commit eb6e9ed
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions src/components/sprite.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ class AppSprite extends Tonic {
c0.6,0,1.2-0.2,1.8-0.5l56.9-32.9c1.1-0.7,1.8-1.9,1.8-3.2C84,48.3,83.3,47,82.1,46.4z"/>
</symbol>
<symbol id="eval" viewBox="0 0 100 100">
<path fill="currentColor" d="M0.5,83.3V79h55.7v4.4L0.5,83.3L0.5,83.3z M0.5,54.8v-4.4h20.7v4.4H0.5z M0.5,26.3V22h24.4v4.4H0.5V26.3z M95.6,83.6
L72.5,60.8c-2.1,1.7-4.4,3-6.9,4c-2.5,0.9-5.2,1.5-8,1.5c-6.5,0-12.1-2.3-16.7-6.8C36.4,55,34,49.4,34,42.9s2.3-11.9,7-16.4
c4.5-4.5,10.1-6.8,16.6-6.8s12.1,2.3,16.7,6.8c4.6,4.5,6.9,9.9,6.9,16.4c0,2.8-0.5,5.4-1.5,8c-0.9,2.5-2.3,4.8-4.1,6.8l23.1,22.8
L95.6,83.6z M57.5,61.9c5.4,0,9.9-1.9,13.7-5.6c3.7-3.7,5.6-8.1,5.6-13.4c0-5.2-1.9-9.7-5.6-13.4s-8.2-5.4-13.7-5.4
s-9.9,1.9-13.7,5.4s-5.4,8.1-5.4,13.3c0,5.3,1.9,9.7,5.4,13.4C47.6,60,52.1,61.9,57.5,61.9z"/>
</symbol>
<symbol id="package" viewBox="0 0 100 100">
<path fill="none" stroke="currentColor" stroke-width="2"
d="M89.2,26.3L89.2,26.3L70,14.9L50.9,3.4l0,0c-0.1,0-0.1-0.1-0.2-0.1c-0.1,0-0.2,0-0.2,0.1l0,0l-38.5,23l0,0l-0.1,0.1
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ class AppView extends Tonic {
<option value="win32" data-value="" disabled>Windows</option>
</tonic-select>
<tonic-button type="icon" size="18px" symbol-id="refresh" title="Evalulate The Current Code In The Editor" data-event="eval">
<tonic-button type="icon" size="18px" symbol-id="eval" title="Evalulate The Current Code In The Editor" data-event="eval">
</tonic-button>
<span class="spacer"></span>
Expand Down

0 comments on commit eb6e9ed

Please sign in to comment.