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/368.svelte | |
Diffstat (limited to 'style/default/368.svelte')
| -rwxr-xr-x | style/default/368.svelte | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/style/default/368.svelte b/style/default/368.svelte new file mode 100755 index 0000000..f7d954e --- /dev/null +++ b/style/default/368.svelte @@ -0,0 +1,7 @@ +<script type="text/typescript"> + import Base from "../../component/IconBase.svelte"; + + export const svgContent = `<path d="M16.804, 1l0, 15.83l6.195, -0l0, 1.966c0, 2.324 -1.882, 4.204 -4.206, 4.204l-13.588, -0c-2.323, -0 -4.204, -1.882 -4.204, -4.204l0, -17.796l15.803, -0Zm-1.227, 15.83l0, -14.603l-13.349, -0l0, 16.569c0.003, 1.646 1.333, 2.975 2.977, 2.979l0, -0.002c1.646, -0.002 2.976, -1.333 2.978, -2.977l0, -1.966l7.394, -0Zm3.216, 4.943c1.646, -0.002 2.978, -1.333 2.979, -2.977l0, -0.738l-12.36, -0l0, 0.738c-0.001, 1.164 -0.474, 2.216 -1.238, 2.977l10.619, -0Zm-14.902, -4.942l2.729, 0l-0, 1.228l-2.729, -0l-0, -1.228Zm10.157, -2.674l-10.157, 0l-0, -1.228l10.157, 0l-0, 1.228Zm-4.792, -5.131l4.792, 0l-0, 1.227l-4.792, 0l-0, -1.227Zm-1.367, 1.227l-3.998, 0l-0, -1.227l3.998, 0l-0, 1.227Zm6.159, -3.903l-10.158, -0l-0, -1.229l10.158, -0l-0, 1.229Z" style="fill: rgb(255, 140, 0);"/>`; +</script> + +<Base {svgContent}/> |
