@ozen-ui/icons
Version:
A collection of icons
16 lines (15 loc) • 1.66 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagVaIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagVaIcon = (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(#FlagVaIcon__a)" },
react_1.default.createElement("path", { fill: "#F0F0F0", d: "M16 0c8.836 0 16 7.164 16 16s-7.164 16-16 16c0-.696-2.087-16-2.087-16z" }),
react_1.default.createElement("path", { fill: "#FFDA44", d: "M16 32C7.164 32 0 24.836 0 16S7.164 0 16 0" }),
react_1.default.createElement("path", { fill: "#ACABB1", fillRule: "evenodd", d: "m25.134 17.9-3.007-3.977.001-.001-1.667 1.257-1.678-2.22 2.775-2.098 4.686 6.2a2.089 2.089 0 0 1 1.89 3.655 2.089 2.089 0 0 1-3-2.816m2.296.731a.696.696 0 0 0-1.11.84.696.696 0 0 0 1.11-.84", clipRule: "evenodd" }),
react_1.default.createElement("path", { fill: "#FFDA44", fillRule: "evenodd", d: "m28.963 12.96-1.679 2.22h.001l-1.666-1.256-3.007 3.977a2.09 2.09 0 0 1-3 2.815 2.089 2.089 0 0 1 1.89-3.654l4.686-6.2zm-8.512 6.645a.695.695 0 1 0 .84-1.107.695.695 0 0 0-.84 1.107", clipRule: "evenodd" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "FlagVaIcon__a" },
react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
exports.FlagVaIcon.displayName = 'FlagVaIcon';