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

25 lines (24 loc) 622 B
import { jsxs as e, jsx as r } from "react/jsx-runtime"; import { SVG as d, Path as t } from "../template.js"; const s = ({ pathProps: C, ...o }) => /* @__PURE__ */ e(d, { ...o, children: [ /* @__PURE__ */ r( t, { d: "M2 12C2 8.68629 4.68629 6 8 6H16C19.3137 6 22 8.68629 22 12C22 15.3137 19.3137 18 16 18H8C4.68629 18 2 15.3137 2 12Z", ...C } ), /* @__PURE__ */ r( t, { d: "M16 14.5C17.3807 14.5 18.5 13.3807 18.5 12C18.5 10.6193 17.3807 9.5 16 9.5C14.6193 9.5 13.5 10.6193 13.5 12C13.5 13.3807 14.6193 14.5 16 14.5Z", ...C } ) ] }); export { s as default };