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) 318 B
import { jsx as r } from "react/jsx-runtime"; import { SVG as o, Path as e } from "../template.js"; const d = ({ pathProps: t, ...M }) => /* @__PURE__ */ r(o, { ...M, children: /* @__PURE__ */ r( e, { d: "M6 4V20M18 4V20M8 4H4M18 12L6 12M8 20H4M20 20H16M20 4H16", ...t } ) }); export { d as default };