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

13 lines (12 loc) 550 B
import { jsx as o } from "react/jsx-runtime"; import { SVG as C, Path as a } from "../template.js"; const m = ({ pathProps: r, ...t }) => /* @__PURE__ */ o(C, { ...t, children: /* @__PURE__ */ o( a, { d: "M8 12L12 16M12 16L16 12M12 16V6.8C12 5.40929 12 4.71394 11.4495 3.9354C11.0837 3.41812 10.0306 2.77968 9.40278 2.69462C8.45789 2.5666 8.09907 2.75378 7.38143 3.12814C4.18333 4.79643 2 8.14324 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 8.29859 19.989 5.06687 17 3.33782", ...r } ) }); export { m as default };