UNPKG

@spark-ui/icons

Version:
23 lines (22 loc) 1.08 kB
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); require("../chunk-8l464Juk.js"); require("react"); let react_jsx_runtime = require("react/jsx-runtime"); //#region src/icons/FlagOutline.tsx var FlagOutline = ({ title, fill = "currentColor", stroke = "none", ref, ...props } = {}) => /* @__PURE__ */ (0, react_jsx_runtime.jsx)("svg", { ref, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "data-title": "FlagOutline", ...title && { "data-title": title }, fill, stroke, ...props, dangerouslySetInnerHTML: { __html: (title === void 0 ? "" : `<title>${title}</title>`) + "<path fill-rule=\"evenodd\" d=\"m5.9,2h12.21c.38,0,.73.23.89.58.16.35.1.77-.15,1.07l-3.52,4.2,3.52,4.2c.25.3.31.71.15,1.07-.16.35-.51.58-.89.58H6.88v7.31c0,.55-.44,1-.98,1s-.98-.45-.98-1V3c0-.55.44-1,.98-1Zm.98,9.69h9.1l-2.68-3.2c-.31-.37-.31-.93,0-1.3l2.68-3.2H6.88v7.69Z\"/>" } }); FlagOutline.displayName = "FlagOutline"; var tags = ["FlagOutline", ""]; //#endregion exports.FlagOutline = FlagOutline; exports.tags = tags; //# sourceMappingURL=FlagOutline.js.map