@evg-b/evg-icons
Version:
material icons
15 lines (12 loc) • 473 B
JavaScript
import React from 'react';
import CreateSvgIcon from '../CreateSvgIcon.js';
var FlashAuto = CreateSvgIcon({
path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
d: "M0 0h24v24H0z",
fill: "none"
}), /*#__PURE__*/React.createElement("path", {
d: "M3 2v12h3v9l7-12H9l4-9H3zm16 0h-2l-3.2 9h1.9l.7-2h3.2l.7 2h1.9L19 2zm-2.15 5.65L18 4l1.15 3.65h-2.3z"
})),
name: 'FlashAuto'
});
export default FlashAuto;