@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 2.19 kB
JavaScript
import { jsx as a } from "react/jsx-runtime";
import { memo as e } from "react";
function t(l) {
return /* @__PURE__ */ a(
"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: "IconCog20",
"aria-hidden": "true",
...l,
children: /* @__PURE__ */ a(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M9.187 1a2 2 0 0 0-1.993 1.831 8 8 0 0 0-.285.111 2 2 0 0 0-2.699.12L3.061 4.21a2 2 0 0 0-.156 2.652 8 8 0 0 0-.14.338A2 2 0 0 0 1 9.188v1.624a2 2 0 0 0 1.87 1.996q.053.123.108.242a2 2 0 0 0 .084 2.74l1.149 1.149a2 2 0 0 0 2.828 0l.057-.057.091.034V17a2 2 0 0 0 2 2h1.625a2 2 0 0 0 2-2v-.21l.149.149a2 2 0 0 0 2.828 0l1.15-1.15a2 2 0 0 0 0-2.828l-.15-.149H17a2 2 0 0 0 2-2V9.189a2 2 0 0 0-2-2h-.21l.149-.149a2 2 0 0 0 0-2.828l-1.15-1.15a2 2 0 0 0-2.828 0l-.015.016-.134-.061V3a2 2 0 0 0-2-2zm-.5 2a.5.5 0 0 1 .5-.5h1.625a.5.5 0 0 1 .5.5v.522a.75.75 0 0 0 .496.706q.477.172.913.419a.75.75 0 0 0 .899-.123l.402-.402a.5.5 0 0 1 .707 0l1.149 1.15a.5.5 0 0 1 0 .706l-.514.514a.75.75 0 0 0-.15.848q.184.392.31.812a.75.75 0 0 0 .719.536H17a.5.5 0 0 1 .5.5v1.624a.5.5 0 0 1-.5.5h-.837a.75.75 0 0 0-.71.508 6 6 0 0 1-.31.74.75.75 0 0 0 .14.866l.595.596a.5.5 0 0 1 0 .707l-1.15 1.149a.5.5 0 0 1-.707 0l-.563-.563a.75.75 0 0 0-.88-.133q-.371.196-.77.34a.75.75 0 0 0-.496.706V17a.5.5 0 0 1-.5.5H9.187a.5.5 0 0 1-.5-.5v-.628a.75.75 0 0 0-.546-.722 6 6 0 0 1-.901-.335.75.75 0 0 0-.848.15l-.414.413a.5.5 0 0 1-.707 0l-1.149-1.15a.5.5 0 0 1 0-.706l.302-.302a.75.75 0 0 0 .123-.9 6 6 0 0 1-.45-1 .75.75 0 0 0-.71-.508H3a.5.5 0 0 1-.5-.5V9.189a.5.5 0 0 1 .5-.5h.307a.75.75 0 0 0 .719-.536q.17-.565.442-1.08a.75.75 0 0 0-.133-.88l-.213-.214a.5.5 0 0 1 0-.707l1.15-1.149a.5.5 0 0 1 .706 0l.246.246a.75.75 0 0 0 .866.14A6 6 0 0 1 8.141 4.1a.75.75 0 0 0 .546-.722zm3.413 7a2.1 2.1 0 1 1-4.2 0 2.1 2.1 0 0 1 4.2 0m1.5 0a3.6 3.6 0 1 1-7.2 0 3.6 3.6 0 0 1 7.2 0",
clipRule: "evenodd"
}
)
}
);
}
const m = e(t);
export {
m as default
};
//# sourceMappingURL=IconCog20.es.js.map