google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 592 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 BurstMode = createIcon("BurstMode", [
[
"path",
{
d: "M1 5H3V19H1V5ZM5 5H7V19H5V5ZM22 5H10C9.45 5 9 5.45 9 6V18C9 18.55 9.45 19 10 19H22C22.55 19 23 18.55 23 18V6C23 5.45 22.55 5 22 5ZM11 17L13.5 13.85L15.29 16L17.79 12.78L21 17H11Z",
key: "11490o"
}
]
]);
export { BurstMode as default };
//# sourceMappingURL=burst_mode.js.map