untitledui-js-base
Version:
A simple library with a fully customizable collection of untitledui icons with out of the box support for framer motion
16 lines (15 loc) • 535 B
JavaScript
import { jsx as t } from "react/jsx-runtime";
import { SVG as C, Path as e } from "../template.js";
const a = ({
pathProps: r,
...o
}) => /* @__PURE__ */ t(C, { ...o, children: /* @__PURE__ */ t(
e,
{
d: "M17.5 5.25581V16.5C17.5 19.5376 15.0376 22 12 22C8.96243 22 6.5 19.5376 6.5 16.5V5.66667C6.5 3.64162 8.14162 2 10.1667 2C12.1917 2 13.8333 3.64162 13.8333 5.66667V16.4457C13.8333 17.4583 13.0125 18.2791 12 18.2791C10.9875 18.2791 10.1667 17.4583 10.1667 16.4457V6.65116",
...r
}
) });
export {
a as default
};