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) 333 B
import { jsx as r } from "react/jsx-runtime"; import { SVG as V, Path as o } from "../template.js"; const i = ({ pathProps: M, ...t }) => /* @__PURE__ */ r(V, { ...t, children: /* @__PURE__ */ r( o, { d: "M5 21V14M5 10V3M12 21V12M12 8V3M19 21V16M19 12V3M2 14H8M9 8H15M16 16H22", ...M } ) }); export { i as default };