google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 624 B
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 FlashAuto = createIcon("FlashAuto", [
[
"path",
{
d: "M2.3999 1.5V13.5H5.3999V22.5L12.3999 10.5H8.3999L12.3999 1.5H2.3999ZM18.3999 1.5H16.3999L13.1999 10.5H15.0999L15.7999 8.5H18.9999L19.6999 10.5H21.5999L18.3999 1.5ZM16.2499 7.15L17.3999 3.5L18.5499 7.15H16.2499Z",
key: "5gcfgm"
}
]
]);
export { FlashAuto as default };
//# sourceMappingURL=flash_auto.js.map