UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.82 kB
/** * @license google-material-icons v2.1.4 - 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 Sick = createIcon("Sick", [ [ "path", { d: "M6.72984 10.56L7.78984 9.5L6.72984 8.44L7.78984 7.38L9.90984 9.5L7.78984 11.62L6.72984 10.56ZM3.90984 9C3.93984 9 3.95984 9.01 3.98984 9.01C5.17984 6.07 8.04984 4 11.4098 4C13.5998 4 15.5698 4.88 17.0198 6.3C17.1698 5.7 17.4698 5.01 17.8298 4.34C16.0898 2.88 13.8498 2 11.3998 2C6.51984 2 2.45984 5.51 1.58984 10.14C2.14984 9.44 2.99984 9 3.90984 9ZM20.4098 10.5C19.9898 10.5 19.5898 10.41 19.2198 10.28C19.3398 10.83 19.4098 11.41 19.4098 12C19.4098 16.42 15.8298 20 11.4098 20C8.04984 20 5.17984 17.93 3.98984 14.99C3.95984 14.99 3.93984 15 3.90984 15C3.38984 15 2.86984 14.86 2.40984 14.6C2.08984 14.42 1.81984 14.18 1.58984 13.9C2.47984 18.51 6.51984 22 11.3898 22C16.9298 22 21.4098 17.52 21.4098 12C21.4098 11.45 21.3498 10.91 21.2698 10.38C20.9898 10.45 20.7098 10.5 20.4098 10.5ZM20.4098 3C20.4098 3 18.4098 5.9 18.4098 7C18.4098 8.1 19.3098 9 20.4098 9C21.5098 9 22.4098 8.1 22.4098 7C22.4098 5.9 20.4098 3 20.4098 3ZM15.0298 7.38L12.9098 9.5L15.0298 11.62L16.0898 10.56L15.0298 9.5L16.0898 8.44L15.0298 7.38ZM7.96984 17C8.65984 15.81 9.93984 15 11.4098 15C12.8798 15 14.1598 15.81 14.8498 17H16.5298C15.7298 14.95 13.7398 13.5 11.4098 13.5C10.5398 13.5 9.70984 13.7 8.97984 14.07L5.39984 12C5.39984 11.48 5.13984 10.98 4.65984 10.71C3.93984 10.3 3.02984 10.54 2.60984 11.26C2.19984 11.98 2.43984 12.89 3.15984 13.31C3.63984 13.59 4.20984 13.56 4.64984 13.31L7.61984 15.03C7.04984 15.56 6.58984 16.24 6.28984 17H7.96984Z", key: "cb67bf" } ] ]); export { Sick as default }; //# sourceMappingURL=sick.js.map