UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.4 kB
/** * @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 OnlinePrediction = createIcon("OnlinePrediction", [ [ "path", { d: "M15.5 11.4999C15.5 13.4999 13 14.9999 13 16.4999H11C11 14.9999 8.5 13.4999 8.5 11.4999C8.5 9.56993 10.07 7.99993 12 7.99993C13.93 7.99993 15.5 9.56993 15.5 11.4999ZM13 17.4999H11V18.9999H13V17.4999ZM22 11.9999C22 9.23993 20.88 6.73993 19.07 4.92993L18.01 5.98993C19.55 7.52993 20.5 9.65993 20.5 11.9999C20.5 14.3399 19.55 16.4699 18.01 18.0099L19.07 19.0699C20.88 17.2599 22 14.7599 22 11.9999ZM3.5 11.9999C3.5 9.65993 4.45 7.52993 5.99 5.98993L4.93 4.92993C3.12 6.73993 2 9.23993 2 11.9999C2 14.7599 3.12 17.2599 4.93 19.0699L5.99 18.0099C4.45 16.4699 3.5 14.3399 3.5 11.9999ZM17.5 11.9999C17.5 13.5199 16.88 14.8899 15.89 15.8899L16.95 16.9499C18.22 15.6799 19 13.9299 19 11.9999C19 10.0699 18.22 8.31993 16.95 7.04993L15.89 8.10993C16.88 9.10993 17.5 10.4799 17.5 11.9999ZM7.05 16.9499L8.11 15.8899C7.11 14.8899 6.5 13.5199 6.5 11.9999C6.5 10.4799 7.12 9.10993 8.11 8.10993L7.05 7.04993C5.78 8.31993 5 10.0699 5 11.9999C5 13.9299 5.78 15.6799 7.05 16.9499Z", key: "1jg6io" } ] ]); export { OnlinePrediction as default }; //# sourceMappingURL=online_prediction.js.map