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) 499 B
import { jsx as r } from "react/jsx-runtime"; import { SVG as o, Path as e } from "../template.js"; const m = ({ pathProps: C, ...t }) => /* @__PURE__ */ r(o, { ...t, children: /* @__PURE__ */ r( e, { d: "M4 12H20M13 6C13 6.55228 12.5523 7 12 7C11.4477 7 11 6.55228 11 6C11 5.44772 11.4477 5 12 5C12.5523 5 13 5.44772 13 6ZM13 18C13 18.5523 12.5523 19 12 19C11.4477 19 11 18.5523 11 18C11 17.4477 11.4477 17 12 17C12.5523 17 13 17.4477 13 18Z", ...C } ) }); export { m as default };