UNPKG

untitledui-js-base

Version:

A simple library with a fully customizable collection of untitledui icons with out of the box support for framer motion

13 lines (12 loc) 504 B
import { jsx as r } from "react/jsx-runtime"; import { SVG as C, Path as e } from "../template.js"; const a = ({ pathProps: t, ...o }) => /* @__PURE__ */ r(C, { ...o, children: /* @__PURE__ */ r( e, { d: "M4 7C4 6.06812 4 5.60218 4.15224 5.23463C4.35523 4.74458 4.74458 4.35523 5.23463 4.15224C5.60218 4 6.06812 4 7 4H17C17.9319 4 18.3978 4 18.7654 4.15224C19.2554 4.35523 19.6448 4.74458 19.8478 5.23463C20 5.60218 20 6.06812 20 7M9 20H15M12 4V20", ...t } ) }); export { a as default };