@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.05 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: 20,
height: 20,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconListBullet20",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M4 4.75a1 1 0 1 1-2 0 1 1 0 0 1 2 0m13.288.75a.75.75 0 0 0 0-1.5H6.213a.75.75 0 0 0 0 1.5zM14.732 9a.75.75 0 0 0 0-1.5h-8.52a.75.75 0 0 0 0 1.5zm3.306 2.75a.75.75 0 0 1-.75.75H6.213a.75.75 0 0 1 0-1.5h11.075a.75.75 0 0 1 .75.75M14.732 16a.75.75 0 0 0 0-1.5h-8.52a.75.75 0 0 0 0 1.5zM3 9.25a1 1 0 1 0 0-2 1 1 0 0 0 0 2m1 2.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0m-1 4.5a1 1 0 1 0 0-2 1 1 0 0 0 0 2",
clipRule: "evenodd"
}
)
}
);
}
const n = a(l);
export {
n as default
};
//# sourceMappingURL=IconListBullet20.es.js.map