UNPKG

@ozen-ui/icons

Version:

A collection of icons

13 lines (12 loc) 1.52 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagSYIcon = 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_7545)" }, React.createElement("path", { d: "M16 32C24.8366 32 32 24.8366 32 16C32 7.16344 24.8366 0 16 0C7.16344 0 0 7.16344 0 16C0 24.8366 7.16344 32 16 32Z", fill: "#F0F0F0" }), React.createElement("path", { d: "M16 0C9.11999 0 3.25599 4.34222 0.995544 10.4356H31.0044C28.744 4.34222 22.88 0 16 0Z", fill: "#D80027" }), React.createElement("path", { d: "M16 32C22.88 32 28.744 27.6578 31.0044 21.5645H0.995544C3.25599 27.6578 9.11999 32 16 32Z", fill: "#3D3D3D" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.4222 14.8409L9.56001 12.1742L8.69335 14.8409H5.89868L8.15913 16.4836L7.2969 19.1502L9.55735 17.5084L11.8178 19.1502L10.9556 16.4836L13.216 14.8409H10.4222ZM23.3022 14.8409L22.44 12.1742L21.5725 14.8409H18.7787L21.0391 16.4836L20.1769 19.1502L22.4373 17.5084L24.6978 19.1502L23.8356 16.4836L26.096 14.8409H23.3022Z", fill: "#006600" })), React.createElement("defs", null, React.createElement("clipPath", { id: "clip0_4218_7545" }, React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); FlagSYIcon.displayName = 'FlagSYIcon';