alinea
Version:
[](https://npmjs.org/package/alinea) [](https://packagephobia.com/result?p=alinea)
11 lines (9 loc) • 387 B
JavaScript
import "../../chunks/chunk-U5RRZUYZ.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
};