|
@@ -134,7 +134,7 @@ const _Restore = <svg width='24px' height='24px' viewBox='0 0 24 24'><path d='M1
|
|
export function RestoreSvg() { return _Restore; }
|
|
export function RestoreSvg() { return _Restore; }
|
|
const _SaveOutlined = <svg width='24px' height='24px' viewBox='0 0 24 24'><path d='M17 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V7l-4-4zm2 16H5V5h11.17L19 7.83V19zm-7-7c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zM6 6h9v4H6z' /></svg>;
|
|
const _SaveOutlined = <svg width='24px' height='24px' viewBox='0 0 24 24'><path d='M17 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V7l-4-4zm2 16H5V5h11.17L19 7.83V19zm-7-7c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zM6 6h9v4H6z' /></svg>;
|
|
export function SaveOutlinedSvg() { return _SaveOutlined; }
|
|
export function SaveOutlinedSvg() { return _SaveOutlined; }
|
|
-const _ScatterPlot = <svg width='24px' height='24px' viewBox='0 0 24 24'><circle cx='7' cy='14' r='3' /><circle cx='11' cy='6' r='3' /><circle cx='16.6' cy='17.6' r='3' /></svg>;
|
|
|
|
|
|
+const _ScatterPlot = <svg width='24px' height='24px' viewBox='0 0 24 24' strokeWidth='0.1px'><circle cx='7' cy='14' r='3' /><circle cx='11' cy='6' r='3' /><circle cx='16.6' cy='17.6' r='3' /></svg>;
|
|
export function ScatterPlotSvg() { return _ScatterPlot; }
|
|
export function ScatterPlotSvg() { return _ScatterPlot; }
|
|
const _SkipPrevious = <svg width='24px' height='24px' viewBox='0 0 24 24'><path d='M6 6h2v12H6zm3.5 6l8.5 6V6z' /></svg>;
|
|
const _SkipPrevious = <svg width='24px' height='24px' viewBox='0 0 24 24'><path d='M6 6h2v12H6zm3.5 6l8.5 6V6z' /></svg>;
|
|
export function SkipPreviousSvg() { return _SkipPrevious; }
|
|
export function SkipPreviousSvg() { return _SkipPrevious; }
|