UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 663 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 Bolt = createIcon("Bolt", [ [ "path", { d: "M10.9962 21H9.99621L10.9962 14H7.49621C6.91621 14 6.92621 13.68 7.11621 13.34C7.30621 13 7.16621 13.26 7.18621 13.22C8.47621 10.94 10.4162 7.54 12.9962 3H13.9962L12.9962 10H16.4962C16.9862 10 17.0562 10.33 16.9662 10.51L16.8962 10.66C12.9562 17.55 10.9962 21 10.9962 21Z", key: "djb5jz" } ] ]); export { Bolt as default }; //# sourceMappingURL=bolt.js.map