UNPKG

@ozen-ui/icons

Version:

A collection of icons

16 lines (15 loc) 1.6 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagAEIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagAEIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("g", { clipPath: "url(#clip0_3422_2289)" }, react_1.default.createElement("path", { d: "M16 32C24.8366 32 32 24.8366 32 16C32 7.16345 24.8366 7.07023e-06 16 7.07023e-06C7.16344 7.07023e-06 0 7.16345 0 16C0 24.8366 7.16344 32 16 32Z", fill: "#F0F0F0" }), react_1.default.createElement("path", { d: "M9.04356 21.5645L10.4347 31.0045C12.2158 31.6648 14.1004 32.0019 16 32C22.88 32 28.744 27.6578 31.0044 21.5645H9.04356Z", fill: "#3D3D3D" }), react_1.default.createElement("path", { d: "M9.04356 10.4356L10.4356 0.995563C12.2164 0.335356 14.1007 -0.00178036 16 7.07023e-06C22.88 7.07023e-06 28.744 4.34223 31.0044 10.4356H9.04356Z", fill: "#006C35" }), react_1.default.createElement("path", { d: "M0 16C0 22.88 4.34133 28.744 10.4347 31.0045L10.4356 0.995563C4.34222 3.25601 0 9.12001 0 16Z", fill: "#A2001D" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "clip0_3422_2289" }, react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); exports.FlagAEIcon.displayName = 'FlagAEIcon';