@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.06 kB
JavaScript
import { jsx as t } from "react/jsx-runtime";
import { memo as a } from "react";
function l(e) {
return /* @__PURE__ */ t(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 32,
height: 32,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconListBullet32",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M7.5 8A1.25 1.25 0 1 1 5 8a1.25 1.25 0 0 1 2.5 0m18.576 1a1 1 0 1 0 0-2H10.424a1 1 0 1 0 0 2zm0 10a1 1 0 1 0 0-2H10.424a1 1 0 1 0 0 2zm-1.762-6a1 1 0 0 1-1 1h-12.89a1 1 0 0 1 0-2h12.89a1 1 0 0 1 1 1m-1 11a1 1 0 1 0 0-2h-12.89a1 1 0 0 0 0 2zM6.25 14.25a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5M7.5 18A1.25 1.25 0 1 1 5 18a1.25 1.25 0 0 1 2.5 0m-1.25 6.25a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5",
clipRule: "evenodd"
}
)
}
);
}
const n = a(l);
export {
n as default
};
//# sourceMappingURL=IconListBullet32.es.js.map