UNPKG

@ozen-ui/icons

Version:

A collection of icons

16 lines (15 loc) 1.73 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagAoIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagAoIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", fill: "none", viewBox: "0 0 32 32" }, props, { ref: ref }), react_1.default.createElement("g", { clipPath: "url(#FlagAoIcon__a)" }, react_1.default.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_1.default.createElement("path", { fill: "#3D3D3D", d: "M32 16c0 8.836-7.164 16-16 16S0 24.836 0 16" }), react_1.default.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_1.default.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_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "FlagAoIcon__a" }, react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); exports.FlagAoIcon.displayName = 'FlagAoIcon';