Skip to content

Commit

Permalink
Update fire extinguisher icon
Browse files Browse the repository at this point in the history
  • Loading branch information
laurakwhit committed Jul 1, 2024
1 parent 6db5345 commit 8846654
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions src/lib/holocene/icon/paths.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ import fileImport from './svg/file-import.svelte';
import fileUpload from './svg/file-upload.svelte';
import filterSolid from './svg/filter-solid.svelte';
import filter from './svg/filter.svelte';
import fireHydrant from './svg/fire-hydrant.svelte';
import fireExtinguisher from './svg/fire-extinguisher.svelte';
import github from './svg/github.svelte';
import graph from './svg/graph.svelte';
import hyphen from './svg/hyphen.svelte';
Expand Down Expand Up @@ -144,7 +144,7 @@ export const icons = {
'file-upload': fileUpload,
filter,
'filter-solid': filterSolid,
'fire-hydrant': fireHydrant,
'fire-extinguisher': fireExtinguisher,
github,
graph,
hyphen,
Expand Down
10 changes: 10 additions & 0 deletions src/lib/holocene/icon/svg/fire-extinguisher.svelte
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<script lang="ts">
import Svg from '../svg.svelte';
</script>

<Svg {...$$props}>
<path
d="M10.25 4V4.75V5.75H13V5L20 4V9L13 8V7.25H10.25V8.08125C11.8219 8.425 13 9.825 13 11.5V18.5V20H11.5H7.50005H6.00005V18.5V11.5C6.00005 9.825 7.17817 8.425 8.75005 8.08125V7.27813C7.28442 7.45 6.04692 8.36563 5.42817 9.64062L4.0813 8.98438C4.94067 7.2125 6.69067 5.95 8.75005 5.77188V4.75V4H10.25ZM7.50005 18.5H11.5V17H7.50005V18.5ZM7.50005 11.5V15.5H11.5V11.5C11.5 10.3969 10.6032 9.5 9.50005 9.5C8.39692 9.5 7.50005 10.3969 7.50005 11.5Z"
fill="currentColor"
/>
</Svg>
10 changes: 0 additions & 10 deletions src/lib/holocene/icon/svg/fire-hydrant.svelte

This file was deleted.

0 comments on commit 8846654

Please sign in to comment.