diff options
Diffstat (limited to 'src/components/icons/SettingsSlider.tsx')
-rw-r--r-- | src/components/icons/SettingsSlider.tsx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/components/icons/SettingsSlider.tsx b/src/components/icons/SettingsSlider.tsx new file mode 100644 index 000000000..b9b4c02c5 --- /dev/null +++ b/src/components/icons/SettingsSlider.tsx @@ -0,0 +1,6 @@ +import {createSinglePathSVG} from './TEMPLATE' + +export const SettingsSliderVertical_Stroke2_Corner0_Rounded = + createSinglePathSVG({ + path: 'M7 3a1 1 0 0 1 1 1v1.126a4 4 0 0 1 0 7.748V20a1 1 0 1 1-2 0v-7.126a4 4 0 0 1 0-7.748V4a1 1 0 0 1 1-1Zm10 0a1 1 0 0 1 1 1v9.126a4 4 0 1 1-2 0V4a1 1 0 0 1 1-1ZM7 7a2 2 0 1 0 0 4 2 2 0 1 0 0-4Zm10 8a2 2 0 1 0 0 4 2 2 0 1 0 0-4Z', + }) |