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

7 lines (6 loc) 285 B
import { jsx as r } from "react/jsx-runtime"; import { SVG as a, Path as e } from "../template.js"; const d = ({ pathProps: t, ...o }) => /* @__PURE__ */ r(a, { ...o, children: /* @__PURE__ */ r(e, { ...t, d: "M3 11L3 21M15 11L15 21M9 3L9 21M21 3V21" }) }); export { d as default };