UNPKG

@ozen-ui/icons

Version:

A collection of icons

13 lines (12 loc) 1.49 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagAoIcon = 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(#FlagAoIcon__a)" }, React.createElement("path", { fill: "#D80027", d: "M0 16C0 7.164 7.164 0 16 0s16 7.164 16 16c-.696 0-16 2.087-16 2.087z" }), React.createElement("path", { fill: "#3D3D3D", d: "M32 16c0 8.836-7.164 16-16 16S0 24.836 0 16" }), React.createElement("path", { fill: "#FFDA44", fillRule: "evenodd", d: "M16 8.003c1.405 0 2.785.371 4 1.078v-.009c3.822 2.205 5.125 7.108 2.92 10.928s-7.108 5.133-10.928 2.928a8 8 0 0 1-2.667-2.52l1.743-1.151a5.9 5.9 0 0 0 1.976 1.864 5.92 5.92 0 0 0 8.077-2.165 5.92 5.92 0 0 0-2.165-8.077A5.9 5.9 0 0 0 16 10.09zm-.837 5.706-1.357-.984 1.677.01L16 11.14l.52 1.6 1.675-.001-1.355.977.52 1.594-1.357-.984-1.356.978z", clipRule: "evenodd" }), React.createElement("path", { fill: "#FFDA44", d: "M11.387 14.609a2.09 2.09 0 0 0 .829 2.833l6.778 3.704c-.462.842-.216 1.868.626 2.329l1.831 1.001c.843.463 1.9.152 2.36-.691l1.002-1.831z" })), React.createElement("defs", null, React.createElement("clipPath", { id: "FlagAoIcon__a" }, React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); FlagAoIcon.displayName = 'FlagAoIcon';