@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.05 kB
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as a } from "react";
function l(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: "IconLabel20",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "m17.275 12.764-4.51 4.51a1 1 0 0 1-1.415 0L3.793 9.718A1 1 0 0 1 3.5 9.01V3.5h5.51a1 1 0 0 1 .707.293l7.558 7.557a1 1 0 0 1 0 1.414M2.732 10.778A2.5 2.5 0 0 1 2 9.01V3.5A1.5 1.5 0 0 1 3.5 2h5.51a2.5 2.5 0 0 1 1.768.732l7.557 7.557a2.5 2.5 0 0 1 0 3.536l-4.51 4.51a2.5 2.5 0 0 1-3.536 0zM7.54 6.907a.633.633 0 1 1-1.267 0 .633.633 0 0 1 1.267 0m1.5 0a2.133 2.133 0 1 1-4.267 0 2.133 2.133 0 0 1 4.267 0",
clipRule: "evenodd"
}
)
}
);
}
const s = a(l);
export {
s as default
};
//# sourceMappingURL=IconLabel20.es.js.map