-
Notifications
You must be signed in to change notification settings - Fork 0
/
symbols.js
23 lines (23 loc) · 3.1 KB
/
symbols.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
export default {
'±': `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18.477 18.447" >
<path fill="currentcolor" d="M0 4.902c0 .381.303.684.693.684h1.983v1.992c0 .39.312.684.683.684.391 0 .694-.303.694-.684V5.586h1.992a.688.688 0 1 0 0-1.377H4.053V2.217a.688.688 0 1 0-1.377 0v1.992H.693A.69.69 0 0 0 0 4.902ZM9.912 9.62l5.664-8.379a.862.862 0 0 0 .186-.547c0-.39-.342-.693-.742-.693-.342 0-.528.107-.801.508l-5.606 8.32-5.674 8.36c-.127.185-.195.341-.195.556 0 .42.352.703.781.703.323 0 .508-.136.762-.498Zm1.826 4.6c0 .38.303.693.684.693h5.361c.381 0 .694-.312.694-.693a.688.688 0 0 0-.694-.684h-5.361a.68.68 0 0 0-.684.684Z"/>
</svg>`,
'%': `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17.842 18.672">
<path fill="currentcolor" d="M3.379 9.107c2.1 0 3.369-1.729 3.369-4.483 0-2.754-1.28-4.453-3.37-4.453C1.28.171 0 1.88 0 4.624c0 2.764 1.27 4.483 3.379 4.483Zm0-1.368c-1.133 0-1.807-1.142-1.807-3.115 0-1.943.684-3.096 1.807-3.096 1.123 0 1.797 1.143 1.797 3.096 0 1.973-.664 3.115-1.797 3.115Zm11.094 10.762c2.1 0 3.369-1.728 3.369-4.473 0-2.763-1.28-4.462-3.37-4.462-2.099 0-3.378 1.708-3.378 4.462 0 2.754 1.27 4.473 3.379 4.473Zm0-1.357c-1.133 0-1.807-1.153-1.807-3.116 0-1.953.684-3.095 1.807-3.095 1.123 0 1.796 1.133 1.796 3.095 0 1.963-.663 3.116-1.796 3.116ZM2.676 18.54c.361.205.888.176 1.2-.273L15.353 1.304c.341-.488.136-.987-.225-1.201-.342-.186-.82-.147-1.162.341L2.49 17.36c-.351.498-.176.966.186 1.181Z"/>
</svg>`,
'/': `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16.113 14.443">
<path fill="currentcolor" d="M8.057 2.959c.8 0 1.445-.654 1.445-1.436A1.44 1.44 0 1 0 8.057 2.96Zm0 11.484a1.44 1.44 0 1 0 .01-2.882 1.44 1.44 0 0 0-.01 2.882ZM.869 8.105h14.375c.469 0 .87-.4.87-.878 0-.479-.401-.87-.87-.87H.87c-.469 0-.869.391-.869.87 0 .478.4.878.87.878Z"/>
</svg>`,
'*': `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12.993 13.015">
<path fill="currentcolor" d="M.253 12.762c.332.342.908.332 1.24 0l5-5.01 5.01 5.01a.875.875 0 0 0 1.23 0 .87.87 0 0 0 0-1.24l-5-5.01 5-5a.87.87 0 0 0 0-1.24.875.875 0 0 0-1.23 0l-5.01 5.01-5-5.01C1.16-.06.585-.07.253.272c-.342.332-.332.908 0 1.24l5.01 5-5.01 5.01a.887.887 0 0 0 0 1.24Z"/>
</svg>`,
'-': `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16.113 1.768">
<path fill="currentcolor" d="M.87 1.768h14.374c.469 0 .87-.4.87-.88 0-.478-.401-.868-.87-.868H.87C.4.02 0 .41 0 .889c0 .478.4.879.87.879Z"/>
</svg>`,
'+': `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16.113 16.123">
<path fill="currentcolor" d="M0 8.057c0 .478.4.869.87.869h6.317v6.318c0 .469.391.87.87.87.478 0 .879-.401.879-.87V8.926h6.308c.469 0 .87-.39.87-.87 0-.478-.401-.878-.87-.878H8.936V.869c0-.469-.4-.869-.88-.869-.478 0-.868.4-.868.87v6.308H.869c-.469 0-.869.4-.869.879Z"/>
</svg>`,
'=': `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13.594 7.939">
<path fill="currentcolor" d="M.87 1.768h11.855c.468 0 .869-.4.869-.88 0-.478-.4-.868-.87-.868H.87C.4.02 0 .41 0 .889c0 .478.4.879.87.879Zm0 6.171h11.855c.468 0 .869-.39.869-.869 0-.478-.4-.879-.87-.879H.87c-.469 0-.869.4-.869.88 0 .478.4.868.87.868Z"/>
</svg>`,
}