@frontify/fondue
Version:
Design system of Frontify
29 lines (28 loc) • 929 B
JavaScript
import { jsx as t } from "react/jsx-runtime";
import { memo as o } from "react";
function r(e) {
return /* @__PURE__ */ t(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconTextFormatBold16",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
d: "M11.659 5.257C11.659 3.234 10.326 2 7.876 2H4v12h3.938C10.651 14 12 12.783 12 10.486c0-1.303-.713-2.469-2.264-2.64 1.256-.206 1.923-1.337 1.923-2.589m-5.21-.806h1.194c1.101 0 1.489.532 1.489 1.166 0 .703-.388 1.166-1.225 1.166H6.45zm3.04 5.846c0 .823-.559 1.269-1.582 1.269H6.45v-2.52h1.44c1.101 0 1.597.394 1.597 1.251"
}
)
}
);
}
const n = o(r);
export {
n as default
};
//# sourceMappingURL=IconTextFormatBold16.es.js.map