UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 620 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 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 5ZM21 17H11V7H21V17ZM17.43 12.62L15.43 15.19L14 13.47L12 15.99H20L17.43 12.62Z", key: "7nn8ja" } ] ]); export { BurstMode as default }; //# sourceMappingURL=burst_mode.js.map