UNPKG

alinea

Version:
11 lines (9 loc) 387 B
import "../../chunks/chunk-NZLE2WMY.js"; // src/ui/icons/RiFlashlightFill.tsx import { jsx } from "react/jsx-runtime"; function RiFlashlightFill(props) { return /* @__PURE__ */ jsx("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M13 10h7l-9 13v-9H4l9-13z" }) }); } export { RiFlashlightFill };