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

16 lines (15 loc) 517 B
import { jsx as r } from "react/jsx-runtime"; import { SVG as C, Path as i } from "../template.js"; const e = ({ pathProps: t, ...o }) => /* @__PURE__ */ r(C, { ...o, children: /* @__PURE__ */ r( i, { d: "M19 15.7439C20.7478 15.1262 22 13.4593 22 11.5C22 9.15643 20.2085 7.23129 17.9203 7.01937C17.4522 4.17213 14.9798 2 12 2C9.02024 2 6.54781 4.17213 6.07974 7.01937C3.79151 7.23129 2 9.15643 2 11.5C2 13.4593 3.25221 15.1262 5 15.7439M13 10L9 16H15L11 22", ...t } ) }); export { e as default };