|
<script lang="ts"> |
|
export let classNames = ''; |
|
</script> |
|
|
|
<svg |
|
class={classNames} |
|
xmlns="http://www.w3.org/2000/svg" |
|
xmlns:xlink="http://www.w3.org/1999/xlink" |
|
aria-hidden="true" |
|
focusable="false" |
|
role="img" |
|
width="1em" |
|
height="1em" |
|
preserveAspectRatio="xMidYMid meet" |
|
viewBox="0 0 32 32" |
|
> |
|
<path d="M12 12h2v12h-2z" fill="currentColor" /><path |
|
d="M18 12h2v12h-2z" |
|
fill="currentColor" |
|
/><path |
|
d="M4 6v2h2v20a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8h2V6zm4 22V8h16v20z" |
|
fill="currentColor" |
|
/><path d="M12 2h8v2h-8z" fill="currentColor" /> |
|
</svg> |
|
|