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) 516 B
import { jsx as r } from "react/jsx-runtime"; import { SVG as e, Path as o } from "../template.js"; const m = ({ pathProps: C, ...t }) => /* @__PURE__ */ r(e, { ...t, children: /* @__PURE__ */ r( o, { d: "M6 8H6.01M6 16H6.01M6 12H18M6 12C3.79086 12 2 10.2091 2 8C2 5.79086 3.79086 4 6 4H18C20.2091 4 22 5.79086 22 8C22 10.2091 20.2091 12 18 12M6 12C3.79086 12 2 13.7909 2 16C2 18.2091 3.79086 20 6 20H18C20.2091 20 22 18.2091 22 16C22 13.7909 20.2091 12 18 12", ...C } ) }); export { m as default };