Skip to content

Commit e1cee63

Browse files
committed
Add Icon.historyNode
1 parent 58d63fe commit e1cee63

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/UI/Icon.elm

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1231,3 +1231,13 @@ dependencies =
12311231
[]
12321232
[ path [ fill "currentColor", fillRule "evenOdd", d "M4.94999 11C4.71836 9.85888 3.70948 9 2.5 9C1.11929 9 0 10.1193 0 11.5C0 12.8807 1.11929 14 2.5 14C3.70948 14 4.71836 13.1411 4.94999 12L9.05001 12C9.28164 13.1411 10.2905 14 11.5 14C12.8807 14 14 12.8807 14 11.5C14 10.2905 13.1411 9.28164 12 9.05001L12 4.94999C13.1411 4.71836 14 3.70948 14 2.5C14 1.11929 12.8807 0 11.5 0C10.1193 0 9 1.11929 9 2.5C9 3.70948 9.85888 4.71836 11 4.94999L11 9.05001C10.6808 9.1148 10.3837 9.2404 10.1213 9.4142L4.5858 3.87869C4.84756 3.48348 5 3.00954 5 2.5C5 1.11929 3.88071 0 2.5 0C1.11929 0 0 1.11929 0 2.5C0 3.88071 1.11929 5 2.5 5C3.00954 5 3.48348 4.84756 3.87869 4.5858L9.4142 10.1213C9.2404 10.3837 9.1148 10.6808 9.05001 11L4.94999 11ZM10 11.5C10 10.6716 10.6716 10 11.5 10C12.3284 10 13 10.6716 13 11.5C13 12.3284 12.3284 13 11.5 13C10.6716 13 10 12.3284 10 11.5Z" ] []
12331233
]
1234+
1235+
1236+
historyNode : Icon msg
1237+
historyNode =
1238+
Icon "history-node"
1239+
[]
1240+
[ path [ fill "currentColor", d "M1.5 7.5C1.22386 7.5 1 7.27614 1 7C1 6.72386 1.22386 6.5 1.5 6.5H4.5C4.77614 6.5 5 6.72386 5 7C5 7.27614 4.77614 7.5 4.5 7.5H1.5Z" ] []
1241+
, path [ fill "currentColor", d "M9.5 7.5C9.22386 7.5 9 7.27614 9 7C9 6.72386 9.22386 6.5 9.5 6.5H12.5C12.7761 6.5 13 6.72386 13 7C13 7.27614 12.7761 7.5 12.5 7.5H9.5Z" ] []
1242+
, path [ fill "currentColor", d "M9 7C9 5.89543 8.10457 5 7 5C5.89543 5 5 5.89543 5 7C5 8.10457 5.89543 9 7 9V10C5.34315 10 4 8.65685 4 7C4 5.34315 5.34315 4 7 4C8.65685 4 10 5.34315 10 7C10 8.65685 8.65685 10 7 10V9C8.10457 9 9 8.10457 9 7Z" ] []
1243+
]

0 commit comments

Comments
 (0)