UNPKG

alinea

Version:
17 lines (15 loc) 540 B
import "../../chunks/chunk-NZLE2WMY.js"; // src/ui/icons/IcRoundMoreHoriz.tsx import { jsx } from "react/jsx-runtime"; function IcRoundMoreHoriz(props) { return /* @__PURE__ */ jsx("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx( "path", { fill: "currentColor", d: "M6 10c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2s-.9-2-2-2zm12 0c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2s-.9-2-2-2zm-6 0c-1.1 0-2 .9-2 2s.9 2 2 2s2-.9 2-2s-.9-2-2-2z" } ) }); } export { IcRoundMoreHoriz };