UNPKG

react-material-icon-svg

Version:
14 lines (12 loc) 419 B
import React from 'react'; export default function InformationOutlineIcon(props) { return ( <svg viewBox="0 0 24 24" {...props} className={`rmi rmi-information-outline ${props.className}`} > <path d="M11 9h2V7h-2m1 13c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8m0-18A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2m-1 15h2v-6h-2v6z" /> </svg> ); }