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) 312 B
import { jsx as r } from "react/jsx-runtime"; import { SVG as e, Path as M } from "../template.js"; const m = ({ pathProps: o, ...t }) => /* @__PURE__ */ r(e, { ...t, children: /* @__PURE__ */ r( M, { d: "M3 10L3 14M7.5 6L7.5 18M12 3V21M16.5 6V18M21 10V14", ...o } ) }); export { m as default };