UNPKG

react-open-iconic-svg

Version:
16 lines (15 loc) 593 B
import React from "react"; export default function QuestionMarkIcon(props) { return ( <svg width="8" height="8" {...props} className={`open-iconic open-iconic-question-mark-icon ${ props.className }`} > <path d="M4.47 0c-.85 0-1.48.26-1.88.66-.4.4-.54.9-.59 1.28l1 .13c.04-.25.12-.5.31-.69C3.5 1.19 3.8 1 4.47 1c.66 0 1.02.16 1.22.34.2.18.28.4.28.66 0 .83-.34 1.06-.84 1.5-.5.44-1.16 1.08-1.16 2.25V6h1v-.25c0-.83.31-1.06.81-1.5.5-.44 1.19-1.08 1.19-2.25 0-.48-.17-1.02-.59-1.41C5.95.2 5.31 0 4.47 0zm-.5 7v1h1V7h-1z" /> </svg> ); }