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) 350 B
import { jsx as r } from "react/jsx-runtime"; import { SVG as a, Path as d } from "../template.js"; const m = ({ pathProps: o, ...t }) => /* @__PURE__ */ r(a, { ...t, children: /* @__PURE__ */ r( d, { d: "M21 9H7.5C5.01472 9 3 11.0147 3 13.5C3 15.9853 5.01472 18 7.5 18H12M21 9L17 5M21 9L17 13", ...o } ) }); export { m as default };