alinea
Version:
[](https://npmjs.org/package/alinea) [](https://packagephobia.com/result?p=alinea)
27 lines (25 loc) • 682 B
JavaScript
import "../../chunks/chunk-U5RRZUYZ.js";
// src/ui/icons/IcOutlineDrafts.tsx
import { jsx } from "react/jsx-runtime";
function IcOutlineDrafts(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: "M21.99 8c0-.72-.37-1.35-.94-1.7L12 1L2.95 6.3C2.38 6.65 2 7.28 2 8v10c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2l-.01-10zm-2 0v.01L12 13L4 8l8-4.68L19.99 8zM4 18v-7.66l8 5.02l7.99-4.99L20 18H4z"
}
)
}
);
}
export {
IcOutlineDrafts
};