@ozen-ui/icons
Version:
A collection of icons
13 lines (12 loc) • 1.37 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagAfIcon = 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(#FlagAfIcon__a)" },
React.createElement("path", { fill: "#D80027", d: "M22.956 1.588A15.9 15.9 0 0 0 16 0a15.9 15.9 0 0 0-6.956 1.588L7.654 16l1.39 14.413A15.94 15.94 0 0 0 16 32c2.409.003 4.787-.54 6.956-1.587L24.346 16z" }),
React.createElement("path", { fill: "#3D3D3D", d: "M9.044 1.588C3.692 4.176 0 9.657 0 16s3.692 11.824 9.044 14.412z" }),
React.createElement("path", { fill: "#006C35", d: "M22.957 1.588v28.824C28.307 27.824 32 22.343 32 16S28.308 4.176 22.956 1.588" }),
React.createElement("path", { fill: "#FFDA44", fillRule: "evenodd", d: "M16 10.436a5.565 5.565 0 1 0 0 11.13 5.565 5.565 0 0 0 0-11.13m0 9.043a3.479 3.479 0 1 1 .001-6.956A3.479 3.479 0 0 1 16 19.478zm-1.391-4.175a1.39 1.39 0 1 1 2.782 0v2.087H14.61z", clipRule: "evenodd" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "FlagAfIcon__a" },
React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
FlagAfIcon.displayName = 'FlagAfIcon';