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

16 lines (15 loc) 322 B
import { jsx as r } from "react/jsx-runtime"; import { SVG as M, Path as i } from "../template.js"; const m = ({ pathProps: t, ...o }) => /* @__PURE__ */ r(M, { ...o, children: /* @__PURE__ */ r( i, { d: "M4 17H20M20 17L16 13M20 17L16 21M20 7H4M4 7L8 3M4 7L8 11", ...t } ) }); export { m as default };