@frontify/fondue
Version:
Design system of Frontify
34 lines (33 loc) • 1.37 kB
JavaScript
import { jsx as e, jsxs as a } from "react/jsx-runtime";
import { memo as t } from "react";
function n(l) {
return /* @__PURE__ */ e(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 12,
height: 12,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconLabel12",
"aria-hidden": "true",
...l,
children: /* @__PURE__ */ a("g", { fill: "none", children: [
/* @__PURE__ */ e("g", { clipPath: "url(#Label12)", children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M1 5.028V1h4.028a.5.5 0 0 1 .353.146l5.562 5.562a.5.5 0 0 1 0 .707l-3.528 3.528a.5.5 0 0 1-.707 0L1.146 5.38A.5.5 0 0 1 1 5.028m-.56 1.06A1.5 1.5 0 0 1 0 5.028V1a1 1 0 0 1 1-1h4.028a1.5 1.5 0 0 1 1.06.44L11.65 6a1.5 1.5 0 0 1 0 2.122L8.122 11.65a1.5 1.5 0 0 1-2.121 0zm3.503-2.643a.498.498 0 1 1-.996 0 .498.498 0 0 1 .996 0m1 0a1.498 1.498 0 1 1-2.996 0 1.498 1.498 0 0 1 2.996 0",
clipRule: "evenodd"
}
) }),
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "Label12", children: /* @__PURE__ */ e("path", { fill: "#fff", d: "M0 0h12v12H0z" }) }) })
] })
}
);
}
const o = t(n);
export {
o as default
};
//# sourceMappingURL=IconLabel12.es.js.map