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