UNPKG

@kadconsulting/dry

Version:
4 lines 1.69 kB
import { jsx as _jsx } from "react/jsx-runtime"; const QuestionIcon = ({ color = '#6C2D91' }) => (_jsx("svg", { width: '24', height: '25', viewBox: '0 0 24 25', fill: 'none', xmlns: 'http://www.w3.org/2000/svg', children: _jsx("path", { d: 'M9.66667 7.69662C9.87223 7.11226 10.278 6.61952 10.812 6.30565C11.3461 5.99178 11.974 5.87705 12.5845 5.98177C13.1951 6.0865 13.7488 6.40392 14.1478 6.87782C14.5467 7.35172 14.765 7.95151 14.7641 8.57097C14.7641 10.3197 12.1411 11.194 12.1411 11.194M12.1749 14.694H12.1866M9.55 20.1773L11.2533 22.4485C11.5066 22.7862 11.6333 22.9551 11.7886 23.0155C11.9246 23.0683 12.0754 23.0683 12.2114 23.0155C12.3667 22.9551 12.4934 22.7862 12.7467 22.4485L14.45 20.1773C14.792 19.7213 14.963 19.4933 15.1716 19.3193C15.4497 19.0872 15.778 18.923 16.1306 18.8398C16.395 18.7773 16.68 18.7773 17.25 18.7773C18.8808 18.7773 19.6962 18.7773 20.3394 18.5109C21.197 18.1557 21.8783 17.4743 22.2336 16.6167C22.5 15.9735 22.5 15.1581 22.5 13.5273V6.87734C22.5 4.91716 22.5 3.93707 22.1185 3.18838C21.783 2.52981 21.2475 1.99438 20.589 1.65882C19.8403 1.27734 18.8602 1.27734 16.9 1.27734H7.1C5.13982 1.27734 4.15972 1.27734 3.41103 1.65882C2.75247 1.99438 2.21703 2.52981 1.88148 3.18838C1.5 3.93707 1.5 4.91716 1.5 6.87734V13.5273C1.5 15.1581 1.5 15.9735 1.76642 16.6167C2.12165 17.4743 2.80301 18.1557 3.66061 18.5109C4.30381 18.7773 5.1192 18.7773 6.75 18.7773C7.32001 18.7773 7.60501 18.7773 7.86942 18.8398C8.22197 18.923 8.5503 19.0872 8.82841 19.3193C9.03699 19.4933 9.20799 19.7213 9.55 20.1773Z', stroke: color, strokeWidth: '2', strokeLinecap: 'round', strokeLinejoin: 'round' }) })); export default QuestionIcon; //# sourceMappingURL=QuestionIcon.js.map