@ozen-ui/icons
Version:
A collection of icons
13 lines (12 loc) • 1.82 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagCUIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("g", { clipPath: "url(#clip0_4218_6142)" },
React.createElement("path", { d: "M16.0058 31.9378C24.8384 31.9378 31.9987 24.7883 31.9987 15.9689C31.9987 7.14952 24.8384 0 16.0058 0C7.17312 0 0.0128479 7.14952 0.0128479 15.9689C0.0128479 24.7883 7.17312 31.9378 16.0058 31.9378Z", fill: "#F0F0F0" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16.0058 0C10.7739 0 6.1287 2.50933 3.21054 6.38756H28.8001C25.8828 2.50933 21.2376 0 16.0058 0ZM16.0058 31.9378C21.2376 31.9378 25.8828 29.4284 28.801 25.5502H3.21054C6.12781 29.4284 10.773 31.9378 16.0058 31.9378ZM0.33333 19.1627C0.119796 18.1115 0.0124311 17.0415 0.0128491 15.9689C0.0124311 14.8963 0.119796 13.8263 0.33333 12.7751H31.6693C31.8794 13.8071 31.9898 14.8756 31.9898 15.9689C31.9902 17.0415 31.8828 18.1115 31.6693 19.1627H0.33333Z", fill: "#0052B4" }),
React.createElement("path", { d: "M4.69723 4.67731C-1.54572 10.9145 -1.54572 21.0232 4.69723 27.2604L16.0058 15.9689L4.69723 4.67731Z", fill: "#D80027" }),
React.createElement("path", { d: "M6.4848 11.8044L7.52013 14.9867H10.8718L8.16109 16.9511L9.19643 20.1333L6.4848 18.1689L3.77495 20.1333L4.81029 16.9511L2.09955 14.984H5.45036L6.4848 11.8044Z", fill: "#F0F0F0" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "clip0_4218_6142" },
React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
FlagCUIcon.displayName = 'FlagCUIcon';