Add more icons
@ -72,7 +72,7 @@ export default [
|
||||
id: 'ResetView',
|
||||
type: 'ohif.action',
|
||||
props: {
|
||||
icon: 'tool-capture',
|
||||
icon: 'old-reset',
|
||||
label: 'Reset View',
|
||||
commandName: 'resetViewport',
|
||||
type: 'primary',
|
||||
|
||||
@ -120,7 +120,7 @@ export default [
|
||||
id: 'ResetView',
|
||||
type: 'ohif.action',
|
||||
props: {
|
||||
icon: 'tool-capture',
|
||||
icon: 'old-reset',
|
||||
label: 'Reset View',
|
||||
commandName: 'resetViewport',
|
||||
type: 'primary',
|
||||
|
||||
@ -2,8 +2,6 @@
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
viewBox="0 0 256 512"
|
||||
aria-labelledby="title"
|
||||
width="1em"
|
||||
height="1em"
|
||||
fill="currentColor"
|
||||
>
|
||||
<title id="title">Angle Left</title>
|
||||
|
||||
|
Before Width: | Height: | Size: 394 B After Width: | Height: | Size: 365 B |
@ -2,8 +2,6 @@
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
viewBox="0 0 1792 1792"
|
||||
aria-labelledby="title"
|
||||
width="1em"
|
||||
height="1em"
|
||||
fill="currentColor"
|
||||
>
|
||||
<title id="title">Bars</title>
|
||||
|
||||
|
Before Width: | Height: | Size: 501 B After Width: | Height: | Size: 472 B |
@ -2,8 +2,6 @@
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
viewBox="0 0 512 512"
|
||||
aria-labelledby="title"
|
||||
width="1em"
|
||||
height="1em"
|
||||
fill="currentColor"
|
||||
>
|
||||
<title id="title">Circle</title>
|
||||
|
||||
|
Before Width: | Height: | Size: 272 B After Width: | Height: | Size: 243 B |
@ -2,8 +2,6 @@
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
viewBox="0 0 512 512"
|
||||
aria-labelledby="title"
|
||||
width="1em"
|
||||
height="1em"
|
||||
fill="currentColor"
|
||||
>
|
||||
<title id="title">Dot Circle</title>
|
||||
|
||||
|
Before Width: | Height: | Size: 498 B After Width: | Height: | Size: 469 B |
@ -2,8 +2,6 @@
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
viewBox="0 0 22 28"
|
||||
aria-labelledby="title"
|
||||
width="1em"
|
||||
height="1em"
|
||||
fill="currentColor"
|
||||
>
|
||||
<title id="title">Ellipse Horizontal</title>
|
||||
|
||||
|
Before Width: | Height: | Size: 584 B After Width: | Height: | Size: 555 B |
@ -2,8 +2,6 @@
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
viewBox="0 0 24 28"
|
||||
aria-labelledby="title"
|
||||
width="1em"
|
||||
height="1em"
|
||||
fill="currentColor"
|
||||
>
|
||||
<title id="title">Adjust</title>
|
||||
|
||||
|
Before Width: | Height: | Size: 335 B After Width: | Height: | Size: 306 B |
9
platform/ui/src/assets/icons/old-reset.svg
Normal file
@ -0,0 +1,9 @@
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
viewBox="0 0 24 28"
|
||||
aria-labelledby="title"
|
||||
fill="currentColor"
|
||||
>
|
||||
<title id="title">Reset</title>
|
||||
<path d="M24 14c0 6.609-5.391 12-12 12-3.578 0-6.953-1.578-9.234-4.328-0.156-0.203-0.141-0.5 0.031-0.672l2.141-2.156c0.109-0.094 0.25-0.141 0.391-0.141 0.141 0.016 0.281 0.078 0.359 0.187 1.531 1.984 3.828 3.109 6.312 3.109 4.406 0 8-3.594 8-8s-3.594-8-8-8c-2.047 0-3.984 0.781-5.437 2.141l2.141 2.156c0.297 0.281 0.375 0.719 0.219 1.078-0.156 0.375-0.516 0.625-0.922 0.625h-7c-0.547 0-1-0.453-1-1v-7c0-0.406 0.25-0.766 0.625-0.922 0.359-0.156 0.797-0.078 1.078 0.219l2.031 2.016c2.203-2.078 5.187-3.313 8.266-3.313 6.609 0 12 5.391 12 12z" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 701 B |
@ -2,8 +2,6 @@
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
viewBox="0 0 24 24"
|
||||
aria-labelledby="title"
|
||||
width="1em"
|
||||
height="1em"
|
||||
fill="currentColor"
|
||||
>
|
||||
<title id="title">Rotate Right</title>
|
||||
|
||||
|
Before Width: | Height: | Size: 683 B After Width: | Height: | Size: 654 B |
@ -2,8 +2,6 @@
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
viewBox="0 0 28 28"
|
||||
aria-labelledby="title"
|
||||
width="1em"
|
||||
height="1em"
|
||||
fill="currentColor"
|
||||
>
|
||||
<title id="title">YouTube Logo</title>
|
||||
|
||||
|
Before Width: | Height: | Size: 795 B After Width: | Height: | Size: 766 B |
@ -55,6 +55,8 @@ import oldRotateRight from './../../assets/icons/old-rotate-right.svg';
|
||||
import oldYoutube from './../../assets/icons/old-youtube.svg';
|
||||
import oldDotCircle from './../../assets/icons/old-dot-circle.svg';
|
||||
import oldAngleLeft from './../../assets/icons/old-angle-left.svg';
|
||||
import oldReset from './../../assets/icons/old-reset.svg';
|
||||
|
||||
const ICONS = {
|
||||
'arrow-down': arrowDown,
|
||||
calendar: calendar,
|
||||
@ -109,7 +111,8 @@ const ICONS = {
|
||||
'old-rotate-right': oldRotateRight,
|
||||
'old-youtube': oldYoutube,
|
||||
'old-dot-circle': oldDotCircle,
|
||||
'old-angle-left': oldAngleLeft
|
||||
'old-angle-left': oldAngleLeft,
|
||||
'old-reset': oldReset
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||