UNPKG

@ozen-ui/icons

Version:

A collection of icons

15 lines (14 loc) 2.54 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagADIcon = 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_5646)" }, React.createElement("path", { d: "M9.04354 30.4125C11.2126 31.4606 13.591 32.0034 16 32C18.409 32.0034 20.7874 31.4606 22.9564 30.4125L24.3467 16L22.9564 1.58757C20.7874 0.539453 18.409 -0.00333382 16 1.54057e-05C13.591 -0.00333382 11.2126 0.539453 9.04354 1.58757L7.65332 16L9.04443 30.4125H9.04354Z", fill: "#FFDA44" }), React.createElement("path", { d: "M22.9565 30.4115C28.3085 27.824 32 22.3431 32 16C32 9.65688 28.3085 4.176 22.9565 1.58844V30.4124V30.4115Z", fill: "#D80027" }), React.createElement("path", { d: "M9.04356 30.4116V1.58844C3.69156 4.176 0 9.65688 0 16C0 22.3431 3.69156 27.824 9.04356 30.4116Z", fill: "#0052B4" }), React.createElement("path", { d: "M16 21.5644V16H20.1742V18.0871C20.1742 18.4498 19.4782 19.7778 17.7618 20.8693C17.1111 21.2827 16.4373 21.416 16.0018 21.5653L16 21.5644Z", fill: "#D80027" }), React.createElement("path", { d: "M11.8258 11.8258H16V16H11.8258V11.8258Z", fill: "#D80027" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16.696 9.04443C17.4649 9.04443 18.0871 9.66754 18.0871 10.4355H18.088H21.5662V17.392C21.5662 19.9822 19.5093 21.48 17.8969 22.256C18.0169 22.4631 18.088 22.7022 18.088 22.9582C18.088 23.7271 17.4649 24.3493 16.6969 24.3493C16.4427 24.3493 16.2053 24.2809 16.0009 24.1627C15.7955 24.28 15.5582 24.3493 15.3049 24.3493C14.536 24.3493 13.9138 23.7262 13.9138 22.9582C13.9138 22.7004 13.984 22.4622 14.1049 22.256C12.4924 21.4791 10.4355 19.9813 10.4355 17.392V10.4355H13.9129C13.9129 9.66666 14.536 9.04443 15.304 9.04443C15.5582 9.04443 15.7955 9.11288 16 9.2311C16.2053 9.11377 16.4427 9.04443 16.696 9.04443ZM17.7609 19.9493C19.4782 18.8587 19.4782 17.7547 19.4782 17.392H19.48V12.5227H12.5235V17.392C12.5235 17.7538 12.5235 18.8578 14.2409 19.9493C14.8898 20.3627 15.5635 20.6311 16.0009 20.7804C16.4364 20.6311 17.1102 20.3627 17.7609 19.9493Z", fill: "#FF9811" })), React.createElement("defs", null, React.createElement("clipPath", { id: "clip0_4218_5646" }, React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); FlagADIcon.displayName = 'FlagADIcon';