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/428.svelte | |
Diffstat (limited to 'style/default/428.svelte')
| -rwxr-xr-x | style/default/428.svelte | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/style/default/428.svelte b/style/default/428.svelte new file mode 100755 index 0000000..689e6ec --- /dev/null +++ b/style/default/428.svelte @@ -0,0 +1,7 @@ +<script type="text/typescript"> + import Base from "../../component/IconBase.svelte"; + + export const svgContent = `<path d="M1, 5.605l0, 17.396l3.511, -0l-0, -9.442l14.979, 0.001l-0.001, 9.441l3.511, -0l0, -17.397l-22, 0.001Z" style="fill: rgb(89, 89, 89);"/><path d="M3.284, 21.773l-1.056, 0l0, -8.214l1.056, 0l0, 8.214Zm18.487, 0l-1.056, 0l0, -8.214l1.056, 0l0, 8.214Z" style="fill: rgb(230, 230, 230);"/><path d="M21.772, 12.331l-2.45, 0l2.449, -2.45l0, 2.45Zm-16.767, 0l-2.777, 0l0, -0.374l5.123, -5.123l3.151, 0l-5.497, 5.497Zm5.825, 0l-3.152, 0l5.497, -5.497l3.151, 0l-5.496, 5.497Zm5.824, -0l-3.153, -0l5.497, -5.497l2.774, -0l0, 0.377l-5.119, 5.12Zm-11.973, -5.497l-2.451, 2.451l-0, -2.451l2.451, 0Z" style="fill: rgb(255, 140, 0);"/>`; +</script> + +<Base {svgContent}/> |
