@frontify/fondue
Version:
Design system of Frontify
34 lines (33 loc) • 1.31 kB
JavaScript
import { jsx as l, jsxs as a } from "react/jsx-runtime";
import { memo as e } from "react";
function h(t) {
return /* @__PURE__ */ l(
"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: "IconHashtag12",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ a("g", { fill: "none", children: [
/* @__PURE__ */ l("g", { clipPath: "url(#Hashtag12)", children: /* @__PURE__ */ l(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M5.424 1.07a.5.5 0 0 0-.99-.14L4.066 3.5H1.714a.5.5 0 1 0 0 1h2.21l-.43 3H1a.5.5 0 0 0 0 1h2.352l-.347 2.43a.5.5 0 0 0 .99.14l.367-2.57h2.561l-.347 2.43a.5.5 0 0 0 .99.14l.368-2.57h2.352a.5.5 0 1 0 0-1h-2.21l.429-3H11a.5.5 0 0 0 0-1H8.648l.347-2.43a.5.5 0 0 0-.99-.14L7.638 3.5H5.077zm-.49 3.43-.429 3h2.561l.429-3z",
clipRule: "evenodd"
}
) }),
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "Hashtag12", children: /* @__PURE__ */ l("path", { fill: "#fff", d: "M0 0h12v12H0z" }) }) })
] })
}
);
}
const r = e(h);
export {
r as default
};
//# sourceMappingURL=IconHashtag12.es.js.map