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) 316 B
import { jsx as r } from "react/jsx-runtime"; import { SVG as M, Path as e } from "../template.js"; const m = ({ pathProps: t, ...o }) => /* @__PURE__ */ r(M, { ...o, children: /* @__PURE__ */ r( e, { d: "M20 17H4M4 17L8 21M4 17L8 13M20 7H9M9 7L13 11M9 7L13 3", ...t } ) }); export { m as default };