diff options
Diffstat (limited to 'style/default/237.svelte')
| -rwxr-xr-x | style/default/237.svelte | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/style/default/237.svelte b/style/default/237.svelte new file mode 100755 index 0000000..9ea6b31 --- /dev/null +++ b/style/default/237.svelte @@ -0,0 +1,7 @@ +<script type="text/typescript"> + import Base from "../../component/IconBase.svelte"; + + export const svgContent = `<path d="M21.697, 18.418l-5.668, 2.873l0, -15.711l3.454, -1.75l2.214, -1.121l0, 15.709Zm-6.475, -13.886l-10.854, 0l0.003, -0.002l4.402, -2.229l10.855, -0l-1.954, 0.99l-2.452, 1.241Zm-0.492, 1.299l0, 15.867l-4.181, 0l0, -2.508l-4.068, -0l0, 2.508l-4.182, 0l0, -15.867l12.431, 0Zm-6.268, -4.831l-7.462, 3.783l0, 18.214l14.537, 0l7.461, -3.781l0, -18.216l-14.536, 0Z" style="fill: rgb(0, 0, 255);"/><path d="M12.448, 17.967l-1.81, 0l-0, -1.808l1.81, 0l-0, 1.808Zm-3.009, 0l-1.83, 0l0, -1.808l1.83, 0l0, 1.808Zm-3.027, 0l-1.831, 0l0, -1.808l1.831, 0l0, 1.808Zm11.492, -1.201l-0.835, 0.423l0, -1.808l0.835, -0.422l0, 1.807Zm1.381, -0.7l-0.834, 0.423l0, -1.807l0.834, -0.422l0, 1.806Zm1.371, -0.694l-0.824, 0.417l0, -1.807l0.824, -0.418l0, 1.808Zm-8.208, -0.411l-1.81, 0l0, -1.829l1.81, 0l0, 1.829Zm-3.009, 0l-1.83, 0l0, -1.829l1.83, 0l0, 1.829Zm-3.027, 0l-1.831, 0l0, -1.829l1.831, 0l0, 1.829Zm11.492, -1.201l-0.835, 0.424l0, -1.831l0.835, -0.421l0, 1.828Zm1.381, -0.7l-0.834, 0.423l0, -1.829l0.834, -0.422l0, 1.828Zm1.371, -0.694l-0.824, 0.417l0, -1.828l0.824, -0.418l0, 1.829Zm-8.208, -0.432l-1.81, 0l0, -1.831l1.81, 0l0, 1.831Zm-3.009, 0l-1.83, 0l0, -1.831l1.83, 0l0, 1.831Zm-3.027, 0l-1.831, 0l0, -1.831l1.831, 0l0, 1.831Zm11.492, -1.202l-0.835, 0.424l0, -1.831l0.835, -0.423l0, 1.83Zm1.381, -0.698l-0.834, 0.422l0, -1.831l0.834, -0.422l0, 1.831Zm1.371, -0.695l-0.824, 0.417l0, -1.83l0.824, -0.418l0, 1.831Zm-8.208, -0.435l-1.81, 0l0, -1.83l1.81, 0l0, 1.83Zm-3.009, 0l-1.83, 0l0, -1.83l1.83, 0l0, 1.83Zm-3.027, 0l-1.831, 0l0, -1.83l1.831, 0l0, 1.83Zm11.492, -1.2l-0.835, 0.422l0, -1.829l0.835, -0.423l0, 1.83Zm1.381, -0.7l-0.834, 0.423l0, -1.83l0.834, -0.422l0, 1.829Zm1.371, -0.695l-0.824, 0.418l0, -1.83l0.824, -0.417l0, 1.829Z" style="fill: rgb(0, 0, 255);"/>`; +</script> + +<Base {svgContent}/> |
