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) 289 B
import { jsx as r } from "react/jsx-runtime"; import { SVG as e, Path as i } from "../template.js"; const a = ({ pathProps: t, ...o }) => /* @__PURE__ */ r(e, { ...o, children: /* @__PURE__ */ r(i, { d: "M21 21V3M3 12H17M17 12L10 5M17 12L10 19", ...t }) }); export { a as default };