diff options
| author | netop://ウィビ <paul@webb.page> | 2026-04-11 15:13:07 -0700 |
|---|---|---|
| committer | netop://ウィビ <paul@webb.page> | 2026-04-11 15:13:07 -0700 |
| commit | 2fed3905d6dd8e3c540304f4125d69f7fada0cb7 (patch) | |
| tree | 64f44798c939d37e84c50e62097609cf5d423e88 /style/default/296.svelte | |
Diffstat (limited to 'style/default/296.svelte')
| -rwxr-xr-x | style/default/296.svelte | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/style/default/296.svelte b/style/default/296.svelte new file mode 100755 index 0000000..89b0052 --- /dev/null +++ b/style/default/296.svelte @@ -0,0 +1,7 @@ +<script type="text/typescript"> + import Base from "../../component/IconBase.svelte"; + + export const svgContent = `<path d="M17.583, 13.303l1.668, 2.896l-3.336, -0l1.668, -2.896Zm-5.583, 7.092l-1.667, -2.896l3.334, -0l-1.667, 2.896Zm-7.251, -4.196l1.668, -2.897l1.668, 2.897l-3.336, -0Zm-0, -8.4l3.336, -0l-1.668, 2.898l-1.668, -2.898Zm7.251, -4.193l1.666, 2.893l-3.332, -0l1.666, -2.893Zm2.415, 12.593l-4.831, -0l-2.417, -4.199l2.418, -4.201l4.829, -0l2.419, 4.201l-2.418, 4.199Zm4.837, -8.4l-1.669, 2.898l-1.669, -2.898l3.338, -0Zm-0.919, 4.201l3.167, -5.501l-6.334, -0l-3.166, -5.499l-3.166, 5.499l-6.334, -0l3.167, 5.501l-3.167, 5.499l6.333, -0l3.167, 5.501l3.167, -5.501l6.333, -0l-3.167, -5.499Z" style="fill: rgb(0, 0, 255);"/><path d="M14.025, 12c0, 1.119 -0.906, 2.025 -2.025, 2.025c-1.119, -0 -2.025, -0.906 -2.025, -2.025c0, -1.119 0.906, -2.025 2.025, -2.025c1.119, 0 2.025, 0.906 2.025, 2.025" style="fill: rgb(0, 0, 255);"/>`; +</script> + +<Base {svgContent}/> |
