UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.19 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 Sick = createIcon("Sick", [ [ "path", { d: "M20.5 9C19.4 9 18.5 8.1 18.5 7C18.5 5.9 20.5 3 20.5 3C20.5 3 22.5 5.9 22.5 7C22.5 8.1 21.6 9 20.5 9ZM17 7C17 6.27 17.41 5.29 17.92 4.34C16.18 2.88 13.94 2 11.49 2C5.97 2 1.5 6.48 1.5 12C1.5 17.52 5.97 22 11.49 22C17.02 22 21.5 17.52 21.5 12C21.5 11.45 21.44 10.91 21.36 10.38C21.08 10.45 20.8 10.5 20.5 10.5C18.57 10.5 17 8.93 17 7ZM15.12 7.38L16.18 8.44L15.12 9.5L16.18 10.56L15.12 11.62L13 9.5L15.12 7.38ZM6.82 8.44L7.88 7.38L10 9.5L7.88 11.62L6.82 10.56L7.88 9.5L6.82 8.44ZM14.94 17C14.25 15.81 12.97 15 11.5 15C10.03 15 8.75 15.81 8.06 17H6.38C6.68 16.24 7.14 15.57 7.72 15.01L4.74 13.3C4.29 13.56 3.73 13.58 3.25 13.3C2.53 12.89 2.29 11.97 2.7 11.25C3.11 10.53 4.03 10.29 4.75 10.7C5.23 10.98 5.49 11.48 5.49 11.99L9.07 14.06C9.8 13.7 10.62 13.5 11.5 13.5C13.83 13.5 15.82 14.95 16.62 17H14.94Z", key: "1uzptl" } ] ]); export { Sick as default }; //# sourceMappingURL=sick.js.map