UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 637 B
/** * @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 AutoAwesome = createIcon("AutoAwesome", [ [ "path", { d: "M19 9L20.25 6.25L23 5L20.25 3.75L19 1L17.75 3.75L15 5L17.75 6.25L19 9ZM11.5 9.5L9 4L6.5 9.5L1 12L6.5 14.5L9 20L11.5 14.5L17 12L11.5 9.5ZM19 15L17.75 17.75L15 19L17.75 20.25L19 23L20.25 20.25L23 19L20.25 17.75L19 15Z", key: "10yzou" } ] ]); export { AutoAwesome as default }; //# sourceMappingURL=auto_awesome.js.map