untitledui-js-base
Version:
A simple library with a fully customizable collection of untitledui icons with out of the box support for framer motion
16 lines (15 loc) • 513 B
JavaScript
import { jsx as r } from "react/jsx-runtime";
import { SVG as C, Path as e } from "../template.js";
const a = ({
pathProps: o,
...t
}) => /* @__PURE__ */ r(C, { ...t, children: /* @__PURE__ */ r(
e,
{
d: "M9.8 21C9.51997 21 9.37996 21 9.273 20.9455C9.17892 20.8976 9.10243 20.8211 9.0545 20.727C9 20.62 9 20.48 9 20.2V10H5L12 3L19 10H15V20.2C15 20.48 15 20.62 14.9455 20.727C14.8976 20.8211 14.8211 20.8976 14.727 20.9455C14.62 21 14.48 21 14.2 21H9.8Z",
...o
}
) });
export {
a as default
};