google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.44 kB
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 RocketLaunch = createIcon("RocketLaunch", [
[
"path",
{
d: "M9.43512 6.10707C7.39512 8.39707 5.99512 11.6871 5.86512 11.9971L2.24512 10.4471L6.29512 6.39707C6.76512 5.92707 7.44512 5.71707 8.10512 5.84707L9.43512 6.10707ZM11.4151 16.7571C11.4151 16.7571 15.1551 15.2071 17.3051 13.0571C22.7051 7.65706 21.8051 3.43707 21.5151 2.48707C20.5651 2.18707 16.3451 1.29707 10.9451 6.69707C8.79512 8.84707 7.24512 12.5871 7.24512 12.5871L11.4151 16.7571ZM17.8951 14.5671C15.6051 16.6071 12.3151 18.0071 12.0051 18.1371L13.5551 21.7571L17.6051 17.7071C18.0751 17.2371 18.2851 16.5571 18.1551 15.8971L17.8951 14.5671ZM9.24512 17.7571C9.24512 18.5871 8.90512 19.3371 8.36512 19.8771C7.18512 21.0571 2.24512 21.7571 2.24512 21.7571C2.24512 21.7571 2.94512 16.8171 4.12512 15.6371C4.66512 15.0971 5.41512 14.7571 6.24512 14.7571C7.90512 14.7571 9.24512 16.0971 9.24512 17.7571ZM13.2451 8.75707C13.2451 7.65707 14.1451 6.75707 15.2451 6.75707C16.3451 6.75707 17.2451 7.65707 17.2451 8.75707C17.2451 9.85707 16.3451 10.7571 15.2451 10.7571C14.1451 10.7571 13.2451 9.85707 13.2451 8.75707Z",
key: "ddbx2v"
}
]
]);
export { RocketLaunch as default };
//# sourceMappingURL=rocket_launch.js.map