google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 628 B
JavaScript
/**
* @license google-material-icons v2.1.4 - 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.40039 1.5V13.5H5.40039V22.5L12.4004 10.5H8.40039L12.4004 1.5H2.40039ZM18.4004 1.5H16.4004L13.2004 10.5H15.1004L15.8004 8.5H19.0004L19.7004 10.5H21.6004L18.4004 1.5ZM16.2504 7.15L17.4004 3.5L18.5504 7.15H16.2504Z",
key: "9mvjd0"
}
]
]);
export { FlashAuto as default };
//# sourceMappingURL=flash_auto.js.map