@icongo/pp
Version:
Pepicons Icons
17 lines • 893 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var PPQuestionFilled = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
viewBox: "0 0 20 20"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "currentColor",
fillRule: "evenodd",
d: "M10 18a8 8 0 1 1 0-16 8 8 0 0 1 0 16Zm1-3.75a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM8.923 7.317A1.876 1.876 0 0 1 10 7c1.048 0 1.5.644 1.5 1 0 .223-.132.509-.504.736a1.057 1.057 0 0 0-.04.026L9.5 9.634a1.005 1.005 0 0 0-.5.885v.981a1 1 0 1 0 2 0v-.433l1.034-.619a1.07 1.07 0 0 0 .067-.044C12.893 9.896 13.5 9.046 13.5 8c0-1.854-1.787-3-3.5-3-.83 0-1.612.246-2.23.683-.594.42-1.065 1.038-1.218 1.798a1 1 0 0 0 1.96.396c.035-.174.157-.38.411-.56Z",
clipRule: "evenodd"
})
}));
export { PPQuestionFilled };