@ozen-ui/icons
Version:
A collection of icons
16 lines (15 loc) • 1.57 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagAwIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagAwIcon = (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(#FlagAwIcon__a)" },
react_1.default.createElement("path", { fill: "#FFDA44", d: "M16 32c8.837 0 16-7.163 16-16S24.837 0 16 0 0 7.163 0 16s7.163 16 16 16" }),
react_1.default.createElement("path", { fill: "#338AF3", d: "M16 32c4.85 0 9.195-2.158 12.129-5.565H3.87A15.96 15.96 0 0 0 16 32M32 16c0-8.836-7.163-16-16-16S0 7.164 0 16c0 1.444.193 2.843.551 4.174H31.45c.358-1.33.551-2.73.551-4.174M1.272 22.26q.464 1.09 1.076 2.088h27.304q.612-.998 1.076-2.087z" }),
react_1.default.createElement("path", { fill: "#F0F0F0", d: "m7.332 10.091-3.126-1.38 3.126-1.379 1.38-3.126 1.38 3.126 3.125 1.38-3.126 1.38-1.38 3.125z" }),
react_1.default.createElement("path", { fill: "#D80027", d: "m8.712 5.93.852 1.93 1.93.852-1.93.852-.852 1.93-.852-1.93-1.93-.852 1.93-.852z" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "FlagAwIcon__a" },
react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
exports.FlagAwIcon.displayName = 'FlagAwIcon';