google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 610 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 Bolt = createIcon("Bolt", [
[
"path",
{
d: "M10.9951 21H9.99509L10.9951 14H7.49509C6.61509 14 7.16509 13.25 7.18509 13.22C8.47509 10.94 10.4151 7.54 13.0051 3H14.0051L13.0051 10H16.5151C16.9151 10 17.1351 10.19 16.9151 10.66C12.9651 17.55 10.9951 21 10.9951 21Z",
key: "55imd5"
}
]
]);
export { Bolt as default };
//# sourceMappingURL=bolt.js.map