UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 990 B
/** * @license google-material-icons v2.1.3 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ import createIcon from '../../createIcon.js'; const QuestionMark = createIcon("QuestionMark", [ [ "path", { d: "M11.0691 12.35C11.8391 10.96 13.3191 10.14 14.1791 8.91C15.0891 7.62 14.5791 5.21 11.9991 5.21C10.3091 5.21 9.47906 6.49 9.12906 7.55L6.53906 6.46C7.24906 4.33 9.17906 2.5 11.9891 2.5C14.3391 2.5 15.9491 3.57 16.7691 4.91C17.4691 6.06 17.8791 8.21 16.7991 9.81C15.5991 11.58 14.4491 12.12 13.8291 13.26C13.5791 13.72 13.4791 14.02 13.4791 15.5H10.5891C10.5791 14.72 10.4591 13.45 11.0691 12.35ZM13.9991 19.5C13.9991 20.6 13.0991 21.5 11.9991 21.5C10.8991 21.5 9.99906 20.6 9.99906 19.5C9.99906 18.4 10.8991 17.5 11.9991 17.5C13.0991 17.5 13.9991 18.4 13.9991 19.5Z", key: "pivrc5" } ] ]); export { QuestionMark as default }; //# sourceMappingURL=question_mark.js.map