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/646.svelte | |
Diffstat (limited to 'style/default/646.svelte')
| -rwxr-xr-x | style/default/646.svelte | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/style/default/646.svelte b/style/default/646.svelte new file mode 100755 index 0000000..7952650 --- /dev/null +++ b/style/default/646.svelte @@ -0,0 +1,7 @@ +<script type="text/typescript"> + import Base from "../../component/IconBase.svelte"; + + export const svgContent = `<rect x="9.066" y="9.066" width="5.866" height="5.866" style="fill: rgb(89, 89, 89);"/><rect x="10.366" y="10.366" width="3.265" height="3.265" style="fill: rgb(230, 230, 230);"/>`; +</script> + +<Base {svgContent}/> |
