UNPKG

@frontify/fondue

Version:
31 lines (30 loc) 749 B
import { jsx as t } from "react/jsx-runtime"; import { memo as a } from "react"; function o(e) { return /* @__PURE__ */ t( "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: "IconExclamationMark12", "aria-hidden": "true", ...e, children: /* @__PURE__ */ t( "path", { fill: "currentColor", fillRule: "evenodd", d: "M5.5 1v7a.5.5 0 0 0 1 0V1a.5.5 0 0 0-1 0M6 11.5a1 1 0 1 0 0-2 1 1 0 0 0 0 2", clipRule: "evenodd" } ) } ); } const c = a(o); export { c as default }; //# sourceMappingURL=IconExclamationMark12.es.js.map