google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.39 kB
JavaScript
/**
* @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 SettingsSuggest = createIcon("SettingsSuggest", [
[
"path",
{
d: "M17.0002 6.59L14.5902 5.5L17.0002 4.41L18.0902 2L19.1802 4.41L21.5902 5.5L19.1802 6.59L18.0902 9L17.0002 6.59ZM20.8702 12.72L20.0902 11L19.3102 12.72L17.5902 13.5L19.3102 14.28L20.0902 16L20.8702 14.28L22.5902 13.5L20.8702 12.72ZM15.8302 14.37L17.7702 15.84L15.2702 20.17L13.0302 19.23C12.8302 19.36 12.6102 19.49 12.3902 19.6L12.0902 22H7.09016L6.79016 19.59C6.57016 19.48 6.36016 19.36 6.15016 19.22L3.91016 20.16L1.41016 15.83L3.35016 14.36C3.34016 14.25 3.34016 14.12 3.34016 14C3.34016 13.88 3.34016 13.75 3.35016 13.63L1.41016 12.16L3.91016 7.83L6.15016 8.77C6.35016 8.64 6.57016 8.51 6.79016 8.4L7.09016 6H12.0902L12.3902 8.41C12.6102 8.52 12.8202 8.64 13.0302 8.78L15.2702 7.84L17.7702 12.17L15.8302 13.64C15.8402 13.76 15.8402 13.88 15.8402 14.01C15.8402 14.14 15.8402 14.25 15.8302 14.37ZM12.5902 14C12.5902 12.34 11.2502 11 9.59016 11C7.93016 11 6.59016 12.34 6.59016 14C6.59016 15.66 7.93016 17 9.59016 17C11.2502 17 12.5902 15.66 12.5902 14Z",
key: "g35s6d"
}
]
]);
export { SettingsSuggest as default };
//# sourceMappingURL=settings_suggest.js.map