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) 271 B
import { jsx as r } from "react/jsx-runtime"; import { SVG as a, Path as e } from "../template.js"; const f = ({ pathProps: t, ...o }) => /* @__PURE__ */ r(a, { ...o, children: /* @__PURE__ */ r(e, { d: "M5 9H19M5 15H19M19 5L5 19", ...t }) }); export { f as default };