alinea
Version:
[](https://npmjs.org/package/alinea) [](https://packagephobia.com/result?p=alinea)
20 lines (18 loc) • 601 B
JavaScript
import "../../chunks/chunk-U5RRZUYZ.js";
// src/ui/icons/IcRoundHorizontalRule.tsx
import { jsx } from "react/jsx-runtime";
function IcRoundHorizontalRule(props) {
return /* @__PURE__ */ jsx("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M19 13H5c-.55 0-1-.45-1-1s.45-1 1-1h14c.55 0 1 .45 1 1s-.45 1-1 1z"
}
) });
}
var IcRoundHorizontalRule_default = IcRoundHorizontalRule;
export {
IcRoundHorizontalRule,
IcRoundHorizontalRule_default as default
};