@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.4 kB
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as a } from "react";
function s(t) {
return /* @__PURE__ */ e(
"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: "IconListNumbers20",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M5.006 3v5.34a.75.75 0 0 1-1.5 0V4.88l-.66.15a.75.75 0 0 1-.332-1.463l1.576-.358zm-.812 9.008a1 1 0 0 0-.814.445.75.75 0 1 1-1.26-.815c.333-.514 1.051-1.13 2.074-1.13.426 0 .888.136 1.25.476.373.35.565.845.565 1.415 0 .966-.486 1.876-1.02 2.597q-.194.259-.402.501h1.165a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1-.48-1.325c.481-.403 1.061-.96 1.514-1.57.465-.627.725-1.217.725-1.703 0-.225-.068-.3-.092-.322-.034-.032-.104-.069-.223-.069m14.82-7.258a.75.75 0 0 1-.75.75H9.585a.75.75 0 0 1 0-1.5h8.679a.75.75 0 0 1 .75.75m-2.003 3.5a.75.75 0 0 1-.75.75H9.585a.75.75 0 0 1 0-1.5h6.676a.75.75 0 0 1 .75.75m1.253 4.25a.75.75 0 0 0 0-1.5H9.585a.75.75 0 0 0 0 1.5zm-1.253 2.75a.75.75 0 0 1-.75.75H9.585a.75.75 0 0 1 0-1.5h6.676a.75.75 0 0 1 .75.75",
clipRule: "evenodd"
}
)
}
);
}
const o = a(s);
export {
o as default
};
//# sourceMappingURL=IconListNumbers20.es.js.map