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

10 lines (9 loc) 281 B
import { jsx as r } from "react/jsx-runtime"; import { SVG as e, Path as n } from "../template.js"; const l = ({ pathProps: o, ...t }) => /* @__PURE__ */ r(e, { ...t, children: /* @__PURE__ */ r(n, { d: "M9 7L4 12L9 17M15 7L20 12L15 17", ...o }) }); export { l as default };