UNPKG

@nant-design/nant-icons

Version:

12 lines (8 loc) 616 B
import React from 'react'; export const SearchCircleOutline = ({width="410",height="404",...other}) => { return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}> <path d="M256 80a176 176 0 1 0 176 176A176 176 0 0 0 256 80Z" fill="none" stroke="currentColor" strokeMiterlimit="10" strokeWidth="32"/> <path d="M232 160a72 72 0 1 0 72 72 72 72 0 0 0-72-72Z" fill="none" stroke="currentColor" strokeMiterlimit="10" strokeWidth="32"/> <path d="M283.64 283.64 336 336" fill="none" stroke="currentColor" strokeLinecap="round" strokeMiterlimit="10" strokeWidth="32"/> </svg>; };