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) 277 B
import { jsx as r } from "react/jsx-runtime"; import { SVG as o, Path as n } from "../template.js"; const H = ({ pathProps: t, ...e }) => /* @__PURE__ */ r(o, { ...e, children: /* @__PURE__ */ r(n, { d: "M18 10H6M21 6H3M21 14H3M18 18H6", ...t }) }); export { H as default };