UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 527 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgRocket2Fill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M8.498 20.005h7.004A6.52 6.52 0 0 1 12 23.507a6.52 6.52 0 0 1-3.502-3.502M18 14.81l2 2.268v1.927H4v-1.927l2-2.268V9.005c0-3.483 2.504-6.447 6-7.545 3.496 1.098 6 4.062 6 7.545zm-6-3.805a2 2 0 1 0 0-4 2 2 0 0 0 0 4" }) })); const Memo = memo(SvgRocket2Fill); export default Memo;