@ozen-ui/icons
Version:
A collection of icons
19 lines (18 loc) • 2.45 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagIsIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagIsIcon = (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(#FlagIsIcon__a)" },
react_1.default.createElement("path", { fill: "#fff", d: "M15.99 31.979c8.83 0 15.989-7.158 15.989-15.988S24.82.002 15.99.002.002 7.16.002 15.991 7.16 31.979 15.99 31.979" }),
react_1.default.createElement("path", { fill: "#2B479D", d: "M31.065 10.667C29.013 4.875 23.749.629 17.425.066c2.448 1.342 3.163 5.59 3.787 10.593.427 3.416.43 7.178.01 10.599-.621 5.027-1.34 9.307-3.796 10.655 6.336-.564 11.607-4.824 13.644-10.61l.015-.044a15.977 15.977 0 0 0-.021-10.6z" }),
react_1.default.createElement("path", { fill: "#2B479D", d: "M22.036 10.667c-.625-5.01-2.164-9.26-4.611-10.601A16 16 0 0 0 15.988 0C9.033 0 3.118 4.443.92 10.644A16 16 0 0 0 0 15.99a16 16 0 0 0 .908 5.313c2.19 6.218 8.115 10.667 15.08 10.667q.727-.002 1.437-.066c2.458-1.347 3.998-5.627 4.62-10.655.422-3.42.419-7.182-.01-10.6z" }),
react_1.default.createElement("path", { fill: "#F3F4F5", d: "M31.552 12.329h-9.979c.152 2.318.16 4.643.026 6.963h10.036a16.028 16.028 0 0 0-.084-6.964z" }),
react_1.default.createElement("path", { fill: "#F3F4F5", d: "M22.357 19.29c.135-2.318.126-4.644-.025-6.962H15.17V.021a15.9 15.9 0 0 0-6.964 2V12.33H.427a16 16 0 0 0-.084 6.964h7.865v10.666a15.9 15.9 0 0 0 6.964 2V19.293h7.186z" }),
react_1.default.createElement("path", { fill: "#ED2A3D", d: "M31.707 13.068H20.822a45 45 0 0 1 .02 5.554h10.916a15.975 15.975 0 0 0-.051-5.554" }),
react_1.default.createElement("path", { fill: "#ED2A3D", d: "M22.262 13.068h-7.73v-13c-1.93.174-3.813.7-5.554 1.552v11.448H.27c-.18.964-.27 1.941-.271 2.921 0 .89.076 1.778.22 2.633h8.758v11.736a15.9 15.9 0 0 0 5.554 1.552V18.622h7.75q.162-2.777-.02-5.554" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "FlagIsIcon__a" },
react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
exports.FlagIsIcon.displayName = 'FlagIsIcon';