@ozen-ui/icons
Version:
A collection of icons
14 lines (13 loc) • 1.2 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagToIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagToIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", fill: "none", viewBox: "0 0 32 32" }, props, { ref: ref }),
react_1.default.createElement("g", { clipPath: "url(#FlagToIcon__a)" },
react_1.default.createElement("path", { fill: "#F0F0F0", d: "M16 32c8.837 0 16-7.163 16-16S24.837 0 16 0 0 7.163 0 16s7.163 16 16 16" }),
react_1.default.createElement("path", { fill: "#D80027", fillRule: "evenodd", d: "M16 16V0c8.836 0 16 7.164 16 16s-7.164 16-16 16S0 24.836 0 16zm-5.564-9.74v2.096h2.094v2.08h-2.087v2.094H8.356v-2.087H6.26V8.356h2.096V6.26z", clipRule: "evenodd" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "FlagToIcon__a" },
react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
exports.FlagToIcon.displayName = 'FlagToIcon';