UNPKG

react-line-awesome-svg

Version:
7 lines (6 loc) 975 B
import * as React from 'react'; export function SvgQuestionSolid(props) { return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props), React.createElement("path", { d: "M16 4c-4.328 0-8 3.055-8 7v3h6v-3c0-.148.09-.363.438-.594.347-.23.914-.406 1.562-.406.652 0 1.219.176 1.563.406.343.23.437.43.437.594 0 .578-.188.98-.563 1.438-.375.457-.957.93-1.593 1.468C14.566 14.988 13 16.496 13 19v1h6v-1c0-.34.125-.578.5-.969.375-.39.996-.851 1.656-1.406C22.476 15.515 24 13.816 24 11c0-3.91-3.664-7-8-7zm0 2c3.395 0 6 2.367 6 5 0 2.145-.977 3.102-2.156 4.094-.59.496-1.219.98-1.782 1.562-.347.36-.617.828-.812 1.344h-1.938c.313-1.012.922-1.781 1.844-2.563.614-.515 1.282-1.054 1.844-1.75.563-.695 1-1.605 1-2.687 0-.96-.57-1.758-1.313-2.25C17.945 8.258 17.005 8 16 8c-1.008 0-1.95.258-2.688.75C12.575 9.242 12 10.043 12 11v1h-2v-1c0-2.684 2.598-5 6-5zm-3 16v6h6v-6zm2 2h2v2h-2z" }))); } export default SvgQuestionSolid;