@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 2.2 kB
JavaScript
import { jsx as l } from "react/jsx-runtime";
import { memo as e } from "react";
function t(a) {
return /* @__PURE__ */ l(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 24,
height: 24,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconBracketsCurly24",
"aria-hidden": "true",
...a,
children: /* @__PURE__ */ l(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M13.852 3.942a.75.75 0 0 0 .682.805h.003l.047.008c.046.008.12.024.213.053.186.059.438.168.69.367.473.375 1.068 1.164 1.068 2.898 0 1.994.75 3.18 1.654 3.848-.912.665-1.67 1.857-1.67 3.872 0 1.736-.591 2.52-1.06 2.89a2.1 2.1 0 0 1-.892.413l-.046.007h-.003a.75.75 0 0 0 .116 1.496l-.054-.748.055.748h.009l.014-.002a2 2 0 0 0 .166-.023c.102-.018.239-.048.4-.098.32-.1.743-.282 1.166-.616.877-.693 1.63-1.938 1.63-4.067 0-1.712.66-2.426 1.196-2.757a2.5 2.5 0 0 1 1.147-.356h.014v-.75l.001.75a.75.75 0 0 0 .007-1.5l-.009.75c.01-.75.009-.75.008-.75H20.4l-.01-.001-.063-.004a2.5 2.5 0 0 1-1.081-.361c-.537-.335-1.192-1.049-1.192-2.741 0-2.13-.758-3.378-1.637-4.074a3.7 3.7 0 0 0-1.17-.621 3 3 0 0 0-.566-.124h-.014l-.006-.001h-.003l-.059.74.058-.74a.75.75 0 0 0-.806.69m-3.604 0a.75.75 0 0 1-.682.805h-.004l-.046.008q-.072.01-.213.053a2.2 2.2 0 0 0-.69.367C8.14 5.55 7.545 6.34 7.545 8.073c0 1.998-.754 3.186-1.66 3.852.906.666 1.655 1.858 1.655 3.868 0 1.735.594 2.519 1.064 2.889a2.14 2.14 0 0 0 .898.414l.046.007h.004a.75.75 0 0 1-.116 1.496l.054-.748-.055.748h-.009l-.015-.002a2 2 0 0 1-.166-.023 3 3 0 0 1-.4-.097 3.6 3.6 0 0 1-1.169-.617c-.88-.692-1.636-1.937-1.636-4.067 0-1.715-.657-2.428-1.188-2.758a2.46 2.46 0 0 0-1.136-.355h-.013v-.75l-.008-.75H3.7l.01-.001.063-.004q.092-.006.263-.04c.228-.046.526-.14.818-.322.537-.334 1.192-1.048 1.192-2.74 0-2.13.758-3.378 1.637-4.074.424-.335.849-.52 1.17-.621a3 3 0 0 1 .565-.124h.015l.005-.001h.004l.058.74-.057-.74a.75.75 0 0 1 .806.69M3.704 11.93l-.002.75a.75.75 0 0 1-.008-1.5z",
clipRule: "evenodd"
}
)
}
);
}
const h = e(t);
export {
h as default
};
//# sourceMappingURL=IconBracketsCurly24.es.js.map