Skip to content

Commit 7a28811

Browse files
Alex-Tidemantemporal-datalaurakwhit
authored
bump version in package.json to v2.27.11 (#2175)
* 2.27.11 * Update fire extinguisher icon --------- Co-authored-by: Temporal Data (cicd) <[email protected]> Co-authored-by: Laura Whitaker <[email protected]>
1 parent 0fad855 commit 7a28811

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@temporalio/ui",
3-
"version": "2.27.10",
3+
"version": "2.27.11",
44
"engines": {
55
"pnpm": ">=8.6.0",
66
"node": ">=18.15.0"

src/lib/holocene/icon/paths.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ import fileImport from './svg/file-import.svelte';
4444
import fileUpload from './svg/file-upload.svelte';
4545
import filterSolid from './svg/filter-solid.svelte';
4646
import filter from './svg/filter.svelte';
47-
import fireHydrant from './svg/fire-hydrant.svelte';
47+
import fireExtinguisher from './svg/fire-extinguisher.svelte';
4848
import github from './svg/github.svelte';
4949
import graph from './svg/graph.svelte';
5050
import hyphen from './svg/hyphen.svelte';
@@ -144,7 +144,7 @@ export const icons = {
144144
'file-upload': fileUpload,
145145
filter,
146146
'filter-solid': filterSolid,
147-
'fire-hydrant': fireHydrant,
147+
'fire-extinguisher': fireExtinguisher,
148148
github,
149149
graph,
150150
hyphen,
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<script lang="ts">
2+
import Svg from '../svg.svelte';
3+
</script>
4+
5+
<Svg {...$$props}>
6+
<path
7+
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"
8+
fill="currentColor"
9+
/>
10+
</Svg>

src/lib/holocene/icon/svg/fire-hydrant.svelte

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)