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) 292 B
import { jsx as r } from "react/jsx-runtime"; import { SVG as e, Path as p } from "../template.js"; const i = ({ pathProps: t, ...o }) => /* @__PURE__ */ r(e, { ...o, children: /* @__PURE__ */ r(p, { d: "M17 17L22 12L17 7M7 7L2 12L7 17M14 3L10 21", ...t }) }); export { i as default };