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) 520 B
import { jsx as r } from "react/jsx-runtime"; import { SVG as C, Path as i } from "../template.js"; const d = ({ pathProps: o, ...t }) => /* @__PURE__ */ r(C, { ...t, children: /* @__PURE__ */ r( i, { d: "M16 12V20M8 12V20M12 14V22M20 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.2422", ...o } ) }); export { d as default };