UNPKG

react-oddball-icons

Version:
24 lines (23 loc) 530 B
import * as React from "react"; const SvgMagnifyingGlass = (props) => ( <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 64 64" {...props} > <path stroke="#000" strokeWidth={2} d="M28 40c6.627 0 12-5.373 12-12s-5.373-12-12-12-12 5.373-12 12 5.373 12 12 12ZM38 38l14 14" /> <path stroke="#000" strokeWidth={2} d="m33.324 18.054-5.156 3.21.511 4.643L23 29.054" /> </svg> ); export default SvgMagnifyingGlass;