UNPKG

google-material-icons

Version:

A google material icon library package for React applications

29 lines (25 loc) 3.44 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 MiscellaneousServices = createIcon("MiscellaneousServices", [ [ "path", { d: "M14.1685 13.7295L15.5685 11.3095C15.6585 11.1595 15.6185 10.9695 15.4885 10.8595L14.0085 9.69953C14.0385 9.47953 14.0585 9.24953 14.0585 9.01953C14.0585 8.78953 14.0385 8.55953 14.0085 8.32953L15.4885 7.16953C15.6185 7.05953 15.6585 6.86953 15.5685 6.71953L14.1685 4.29953C14.0785 4.14953 13.8985 4.08953 13.7385 4.14953L11.9985 4.84953C11.6385 4.56953 11.2485 4.33953 10.8185 4.15953L10.5585 2.30953C10.5285 2.14953 10.3785 2.01953 10.2085 2.01953H7.40854C7.23854 2.01953 7.08854 2.14953 7.05854 2.31953L6.79854 4.16953C6.37854 4.34953 5.97854 4.57953 5.61854 4.85953L3.87854 4.15953C3.71854 4.09953 3.53854 4.15953 3.44854 4.30953L2.04854 6.72953C1.95854 6.87953 1.99854 7.06953 2.12854 7.17953L3.60854 8.33953C3.57854 8.55953 3.55854 8.78953 3.55854 9.01953C3.55854 9.24953 3.57854 9.47953 3.60854 9.70953L2.12854 10.8695C1.99854 10.9795 1.95854 11.1695 2.04854 11.3195L3.44854 13.7395C3.53854 13.8895 3.71854 13.9495 3.87854 13.8895L5.61854 13.1895C5.97854 13.4695 6.36854 13.6995 6.79854 13.8795L7.05854 15.7295C7.08854 15.8895 7.23854 16.0195 7.40854 16.0195H10.2085C10.3785 16.0195 10.5285 15.8895 10.5585 15.7195L10.8185 13.8695C11.2385 13.6895 11.6385 13.4595 11.9985 13.1795L13.7385 13.8795C13.8985 13.9395 14.0785 13.8795 14.1685 13.7295ZM8.80854 11.0195C7.70854 11.0195 6.80854 10.1195 6.80854 9.01953C6.80854 7.91953 7.70854 7.01953 8.80854 7.01953C9.90854 7.01953 10.8085 7.91953 10.8085 9.01953C10.8085 10.1195 9.90854 11.0195 8.80854 11.0195Z", key: "16ik6d" } ], [ "path", { d: "M21.9185 18.6895L20.9585 17.9495C20.9785 17.8095 20.9985 17.6595 20.9985 17.5095C20.9985 17.3595 20.9885 17.2095 20.9585 17.0695L21.9085 16.3295C21.9885 16.2595 22.0185 16.1395 21.9585 16.0395L21.0585 14.4895C21.0085 14.3895 20.8885 14.3595 20.7785 14.3895L19.6685 14.8395C19.4385 14.6595 19.1885 14.5095 18.9085 14.3995L18.7385 13.2195C18.7285 13.0995 18.6285 13.0195 18.5285 13.0195H16.7385C16.6285 13.0195 16.5285 13.0995 16.5185 13.2095L16.3485 14.3895C16.0785 14.5095 15.8185 14.6495 15.5885 14.8295L14.4785 14.3795C14.3785 14.3395 14.2585 14.3795 14.1985 14.4795L13.2985 16.0295C13.2485 16.1295 13.2585 16.2495 13.3485 16.3195L14.2985 17.0595C14.2785 17.1995 14.2685 17.3495 14.2685 17.4995C14.2685 17.6495 14.2785 17.7995 14.2985 17.9395L13.3485 18.6795C13.2685 18.7495 13.2385 18.8695 13.2985 18.9695L14.1985 20.5195C14.2485 20.6195 14.3685 20.6495 14.4785 20.6195L15.5885 20.1695C15.8185 20.3495 16.0685 20.4995 16.3485 20.6095L16.5185 21.7895C16.5385 21.8995 16.6285 21.9795 16.7385 21.9795H18.5285C18.6385 21.9795 18.7385 21.8995 18.7485 21.7895L18.9185 20.6095C19.1885 20.4895 19.4485 20.3495 19.6685 20.1695L20.7885 20.6195C20.8885 20.6595 21.0085 20.6195 21.0685 20.5195L21.9685 18.9695C22.0285 18.8795 21.9985 18.7595 21.9185 18.6895ZM17.6285 18.8495C16.8885 18.8495 16.2785 18.2495 16.2785 17.4995C16.2785 16.7495 16.8785 16.1495 17.6285 16.1495C18.3785 16.1495 18.9785 16.7495 18.9785 17.4995C18.9785 18.2495 18.3685 18.8495 17.6285 18.8495Z", key: "1bfq47" } ] ]); export { MiscellaneousServices as default }; //# sourceMappingURL=miscellaneous_services.js.map