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) 547 B
import { jsx as r } from "react/jsx-runtime"; import { SVG as C, Path as a } from "../template.js"; const m = ({ pathProps: o, ...t }) => /* @__PURE__ */ r(C, { ...t, children: /* @__PURE__ */ r( a, { d: "M16 12L12 8M12 8L8 12M12 8V17.2C12 18.5907 12 19.2861 12.5505 20.0646C12.9163 20.5819 13.9694 21.2203 14.5972 21.3054C15.5421 21.4334 15.9009 21.2462 16.6186 20.8719C19.8167 19.2036 22 15.8568 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 15.7014 4.01099 18.9331 7 20.6622", ...o } ) }); export { m as default };