UNPKG

@nant-design/nant-icons

Version:

8 lines (6 loc) 327 B
import React from 'react'; export const ToggleSharp = ({width="410",height="404",...other}) => { return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}> <path d="M368 112H144a144 144 0 0 0 0 288h224a144 144 0 0 0 0-288Zm0 230a86 86 0 1 1 86-86 85.88 85.88 0 0 1-86 86Z"/> </svg>; };