UNPKG

react-oddball-icons

Version:
20 lines (19 loc) 473 B
import * as React from "react"; const SvgBell = (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="M32 58a6 6 0 0 0 6-6H26a6 6 0 0 0 6 6ZM50 44H14s4-6 4-18c0-9 6-14 14-14s14 5 14 14c0 12 4 18 4 18Z" /> <path stroke="#000" strokeWidth={2} d="m32 12 2 4-2 3 2 4-2 3" /> </svg> ); export default SvgBell;