summary refs log tree commit diff
path: root/machines/lapin/home.nix
AgeCommit message (Collapse)Author
2024-11-13Import old lapin configurationMel
Signed-off-by: Mel <einebeere@gmail.com>
class='lines'>
<script lang="ts">
    export let color: "white" | "black";
</script>

<svg
    xmlns="http://www.w3.org/2000/svg"
    viewBox="0 0 24 24"
    width="16"
    height="16"
>
    <path fill="none" d="M0 0H24V24H0z" />
    <path
        d="M11 11v2l-5.327 6H11v2H3v-2l5.326-6H3v-2h8zm10-8v2l-5.327 6H21v2h-8v-2l5.326-6H13V3h8z"
        fill={color}
    />
</svg>