@ozen-ui/icons
Version:
A collection of icons
13 lines (12 loc) • 1.43 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagVaIcon = 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(#FlagVaIcon__a)" },
React.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.createElement("path", { fill: "#FFDA44", d: "M16 32C7.164 32 0 24.836 0 16S7.164 0 16 0" }),
React.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.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.createElement("defs", null,
React.createElement("clipPath", { id: "FlagVaIcon__a" },
React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
FlagVaIcon.displayName = 'FlagVaIcon';