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) 562 B
import { jsx as o } from "react/jsx-runtime"; import { SVG as C, Path as M } from "../template.js"; const d = ({ pathProps: r, ...t }) => /* @__PURE__ */ o(C, { ...t, children: /* @__PURE__ */ o( M, { d: "M20 15.2422C21.206 14.435 22 13.0602 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.0602 2.79401 14.435 4 15.2422M8 15H8.01M8 19H8.01M12 17H12.01M12 21H12.01M16 15H16.01M16 19H16.01", ...r } ) }); export { d as default };