@ozen-ui/icons
Version:
A collection of icons
17 lines (16 loc) • 1.83 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagByIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagByIcon = (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(#FlagByIcon__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: "#A2001D", d: "m6.609 14.84-1.74-3.155L6.61 8.58l1.74 3.105z" }),
react_1.default.createElement("path", { fill: "#A2001D", fillRule: "evenodd", d: "m1.391 11.685 1.74 3.156 1.738-3.156L3.131 8.58zm3.478 8.58 1.74 3.155 1.74-3.155-1.74-3.106zM8.356 3.106 8.352 3.1l.003-.004zM8.352 3.1l-.489-.883c-.88.522-1.71 1.127-2.475 1.807l1.227 2.228zM3.131 23.42l-1.74-3.155 1.74-3.106 1.738 3.106zm2.238 4.536 1.24-2.216 1.74 3.105-.507.92a16 16 0 0 1-2.473-1.81", clipRule: "evenodd" }),
react_1.default.createElement("path", { fill: "#6DA544", d: "M9.74 20.174V30.73c1.98.841 4.109 1.274 6.26 1.271 6.88 0 12.744-4.342 15.004-10.436L9.74 20.174" }),
react_1.default.createElement("path", { fill: "#A2001D", d: "M31.004 21.564c.66-1.78.998-3.665.996-5.564 0-8.836-7.164-16-16-16a15.8 15.8 0 0 0-6.26 1.271v20.293z" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "FlagByIcon__a" },
react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
exports.FlagByIcon.displayName = 'FlagByIcon';