UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 373 B
import React from 'react'; export default function DoNotDisturbIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-do-not-disturb ${props.className}`} viewBox="0 0 24 24" > <path d="M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2m5 11H7v-2h10v2z" /> </svg> ); }