UNPKG

@ozen-ui/icons

Version:

A collection of icons

12 lines (11 loc) 1.28 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagCyIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", fill: "none", viewBox: "0 0 32 32" }, props, { ref: ref }), React.createElement("g", { clipPath: "url(#FlagCyIcon__a)" }, React.createElement("path", { fill: "#F0F0F0", d: "M16 32c8.837 0 16-7.163 16-16S24.837 0 16 0 0 7.163 0 16s7.163 16 16 16" }), React.createElement("path", { fill: "#6DA544", d: "M25.044 13.913h-2.088A6.96 6.96 0 0 1 16 20.869a6.96 6.96 0 0 1-6.956-6.956H6.956a9.05 9.05 0 0 0 6.575 8.702 2.32 2.32 0 0 0 .242 2.527l2.273-1.822 2.274 1.822c.6-.75.66-1.756.23-2.55 3.752-1.103 6.493-4.57 6.493-8.68" }), React.createElement("path", { fill: "#FFDA44", d: "M10.436 13.218s0 3.478 3.478 3.478l.696.696H16s.696-2.087 2.087-2.087c0 0 0-1.391 1.391-1.391h2.087s-.696-2.782 2.783-4.87l-1.392-.696s-4.869 3.479-8.346 2.783v1.39h-1.392l-.696-.695-2.087 1.39z" })), React.createElement("defs", null, React.createElement("clipPath", { id: "FlagCyIcon__a" }, React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); FlagCyIcon.displayName = 'FlagCyIcon';