@ozen-ui/icons
Version:
A collection of icons
15 lines (14 loc) • 1.47 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagCwIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagCwIcon = (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(#FlagCwIcon__a)" },
react_1.default.createElement("path", { fill: "#FFDA44", 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: "#0052B4", d: "M16 32c5.25 0 9.91-2.529 12.827-6.434H3.173C6.091 29.47 10.75 32 16 32M32 16c0-8.836-7.163-16-16-16S0 7.164 0 16c0 1.892.33 3.707.932 5.392h30.136c.603-1.685.932-3.5.932-5.392" }),
react_1.default.createElement("path", { fill: "#F0F0F0", d: "m10.951 10.261.864 2.657h2.794l-2.26 1.643.863 2.657-2.26-1.642-2.26 1.642.863-2.657-2.26-1.643h2.793zM6.153 7.479l.518 1.594h1.677l-1.356.985.518 1.595-1.357-.986-1.356.986.518-1.595-1.356-.985h1.677z" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "FlagCwIcon__a" },
react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
exports.FlagCwIcon.displayName = 'FlagCwIcon';