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

7 lines (6 loc) 269 B
import { jsx as r } from "react/jsx-runtime"; import { SVG as o, Path as i } from "../template.js"; const s = ({ pathProps: t, ...e }) => /* @__PURE__ */ r(o, { ...e, children: /* @__PURE__ */ r(i, { d: "M6 12H18M3 6H21M9 18H15", ...t }) }); export { s as default };