UNPKG

@ozen-ui/icons

Version:

A collection of icons

13 lines (12 loc) 1.87 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagAFIcon = 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_5606)" }, React.createElement("path", { d: "M22.9564 1.58757C20.7874 0.539453 18.409 -0.00333382 16 1.54057e-05C13.591 -0.00333382 11.2126 0.539453 9.04356 1.58757L7.65334 16L9.04445 30.4125C11.2132 31.4604 13.5913 32.0032 16 32C18.409 32.0034 20.7874 31.4606 22.9564 30.4125L24.3467 16L22.9564 1.58757Z", fill: "#D80027" }), React.createElement("path", { d: "M9.04356 1.58844C3.69156 4.176 0 9.65688 0 16C0 22.3431 3.69156 27.824 9.04356 30.4116V1.58844Z", fill: "#3D3D3D" }), React.createElement("path", { d: "M22.9565 1.58844V30.4124C28.3085 27.824 32 22.3431 32 16C32 9.65688 28.3085 4.176 22.9565 1.58844Z", fill: "#006C35" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16 10.4355C12.9263 10.4355 10.4347 12.9272 10.4347 16.0009C10.4347 19.0745 12.9263 21.5662 16 21.5662C19.0736 21.5662 21.5653 19.0745 21.5653 16.0009C21.5653 12.9272 19.0736 10.4355 16 10.4355ZM16 19.4791C14.08 19.4791 12.5218 17.9218 12.5218 16.0009C12.5218 14.08 14.08 12.5218 16 12.5218C17.92 12.5218 19.4782 14.08 19.4782 16C19.4782 17.92 17.92 19.4782 16 19.4782V19.4791ZM14.6089 15.304C14.6089 14.5351 15.232 13.9129 16 13.9129C16.7689 13.9129 17.3911 14.536 17.3911 15.304V17.3911H14.6089V15.304Z", fill: "#FFDA44" })), React.createElement("defs", null, React.createElement("clipPath", { id: "clip0_4218_5606" }, React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); FlagAFIcon.displayName = 'FlagAFIcon';