google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.61 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: "M6 14.9997C5.17 14.9997 4.42 15.3397 3.88 15.8797C2.7 17.0597 2 21.9997 2 21.9997C2 21.9997 6.94 21.2997 8.12 20.1197C8.66 19.5797 9 18.8297 9 17.9997C9 16.3397 7.66 14.9997 6 14.9997ZM6.71 18.7097C6.43 18.9897 4.54 19.4697 4.54 19.4697C4.54 19.4697 5.01 17.5897 5.3 17.2997C5.47 17.1097 5.72 16.9997 6 16.9997C6.55 16.9997 7 17.4497 7 17.9997C7 18.2797 6.89 18.5297 6.71 18.7097ZM17.42 13.6497C23.78 7.28969 21.66 2.33969 21.66 2.33969C21.66 2.33969 16.71 0.219688 10.35 6.57969L7.86 6.07969C7.21 5.94969 6.53 6.15969 6.05 6.62969L2 10.6897L7 12.8297L11.17 16.9997L13.31 21.9997L17.36 17.9497C17.83 17.4797 18.04 16.7997 17.91 16.1397L17.42 13.6497ZM7.41 10.8297L5.5 10.0097L7.47 8.03969L8.91 8.32969C8.34 9.15969 7.83 10.0297 7.41 10.8297ZM13.99 18.4997L13.17 16.5897C13.97 16.1697 14.84 15.6597 15.66 15.0897L15.95 16.5297L13.99 18.4997ZM16 12.2397C14.68 13.5597 12.62 14.6397 11.96 14.9697L9.03 12.0397C9.35 11.3897 10.43 9.32969 11.76 7.99969C16.44 3.31969 19.99 4.00969 19.99 4.00969C19.99 4.00969 20.68 7.55969 16 12.2397ZM15 10.9997C16.1 10.9997 17 10.0997 17 8.99969C17 7.89969 16.1 6.99969 15 6.99969C13.9 6.99969 13 7.89969 13 8.99969C13 10.0997 13.9 10.9997 15 10.9997Z",
key: "732z4c"
}
]
]);
export { RocketLaunch as default };
//# sourceMappingURL=rocket_launch.js.map