UNPKG

@ozen-ui/icons

Version:

A collection of icons

12 lines (11 loc) 1.14 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagCZIcon = 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_3422_2295)" }, React.createElement("path", { d: "M16 32C24.8365 32 32 24.8366 32 16C32 7.16344 24.8365 0 16 0C7.16343 0 -1.3207e-05 7.16344 -1.3207e-05 16C-1.3207e-05 24.8366 7.16343 32 16 32Z", fill: "#F0F0F0" }), React.createElement("path", { d: "M14.6089 16L4.68621 27.3138C7.58221 30.2089 11.5822 32 16 32C24.8355 32 32 24.8356 32 16H14.6089Z", fill: "#D80027" }), React.createElement("path", { d: "M4.68621 4.68622C-1.56268 10.9351 -1.56268 21.0649 4.68621 27.3138L16 16L4.68621 4.68622Z", fill: "#0052B4" })), React.createElement("defs", null, React.createElement("clipPath", { id: "clip0_3422_2295" }, React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); FlagCZIcon.displayName = 'FlagCZIcon';