@nant-design/nant-icons
Version:
10 lines (7 loc) • 461 B
JSX
import React from 'react';
export const ToggleOutline = ({width="410",height="404",...other}) => {
return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}>
<circle cx="368" cy="256" r="128" fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="32"/>
<rect x="16" y="128" width="480" height="256" rx="128" ry="128" fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="32"/>
</svg>;
};