UNPKG

@frontify/fondue

Version:
31 lines (30 loc) 813 B
import { jsx as e } from "react/jsx-runtime"; import { memo as t } from "react"; function a(l) { return /* @__PURE__ */ e( "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: "IconExclamationMarkCircle16Filled", "aria-hidden": "true", ...l, children: /* @__PURE__ */ e( "path", { fill: "currentColor", fillRule: "evenodd", d: "M8 14.978a7 7 0 1 0 0-14 7 7 0 0 0 0 14M7.5 8.5v-4a.5.5 0 0 1 1 0v4a.5.5 0 0 1-1 0M9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0", clipRule: "evenodd" } ) } ); } const c = t(a); export { c as default }; //# sourceMappingURL=IconExclamationMarkCircle16Filled.es.js.map