alinea
Version:
[](https://npmjs.org/package/alinea) [](https://packagephobia.com/result?p=alinea)
27 lines (25 loc) • 627 B
JavaScript
import "../../chunks/chunk-U5RRZUYZ.js";
// src/ui/icons/IcOutlineDescription.tsx
import { jsx } from "react/jsx-runtime";
function IcOutlineDescription(props) {
return /* @__PURE__ */ jsx(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 24 24",
...props,
children: /* @__PURE__ */ jsx(
"path",
{
fill: "currentColor",
d: "M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"
}
)
}
);
}
export {
IcOutlineDescription
};