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) 426 B
import { jsx as r } from "react/jsx-runtime"; import { SVG as e, Path as i } from "../template.js"; const C = ({ pathProps: o, ...t }) => /* @__PURE__ */ r(e, { ...t, children: /* @__PURE__ */ r( i, { d: "M12 8L16 12M16 12L12 16M16 12H3M3.33782 7C5.06687 4.01099 8.29859 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C8.29859 22 5.06687 19.989 3.33782 17", ...o } ) }); export { C as default };