@ozen-ui/icons
Version:
A collection of icons
19 lines (18 loc) • 2.18 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagSmIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagSmIcon = (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(#FlagSmIcon__a)" },
react_1.default.createElement("path", { fill: "#338AF3", d: "M32 16c0 8.837-7.163 16-16 16S0 24.837 0 16c.693 0 16-2.089 16-2.089z" }),
react_1.default.createElement("path", { fill: "#F0F0F0", d: "M0 16C0 7.163 7.163 0 16 0s16 7.163 16 16" }),
react_1.default.createElement("path", { fill: "#6DA544", d: "M22.347 11.04 16 17.396l-6.347-6.347a7.63 7.63 0 0 0-1.297 4.267v2.088c0 3.352 2.168 6.205 5.173 7.236a2.31 2.31 0 0 0 .258 2.498l2.275-1.822 2.276 1.822c.575-.719.67-1.71.24-2.525 2.96-1.066 5.093-3.893 5.093-7.2v-2.088c0-1.574-.48-3.05-1.298-4.267z" }),
react_1.default.createElement("path", { fill: "#FFDA44", d: "M16 22.96a5.567 5.567 0 0 1-5.565-5.564v-2.09A5.567 5.567 0 0 1 16 9.743a5.56 5.56 0 0 1 5.564 5.565v2.089A5.567 5.567 0 0 1 16 22.96" }),
react_1.default.createElement("path", { fill: "#338AF3", d: "M19.467 17.396v-2.09a3.48 3.48 0 0 0-6.96 0v2.09l3.466.693 3.467-.694z" }),
react_1.default.createElement("path", { fill: "#6DA544", d: "M12.533 17.396a3.48 3.48 0 0 0 6.96 0z" }),
react_1.default.createElement("path", { fill: "#FFDA44", d: "M20.178 9.742a2.086 2.086 0 0 0-2.09-2.089 2.1 2.1 0 0 0-1.395.534V6.96h.694V5.564h-.694v-.693h-1.395v.693h-.694V6.96h.694v1.218a2.1 2.1 0 0 0-1.396-.534 2.086 2.086 0 0 0-2.089 2.09c0 .622.267 1.173.694 1.555v1.227h6.96v-1.227c.426-.382.693-.933.693-1.556z" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "FlagSmIcon__a" },
react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
exports.FlagSmIcon.displayName = 'FlagSmIcon';