@ozen-ui/icons
Version:
A collection of icons
12 lines (11 loc) • 2.72 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagUSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("g", { clipPath: "url(#clip0_3073_6175)" },
React.createElement("path", { d: "M16 32C24.8366 32 32 24.8366 32 16C32 7.16344 24.8366 -5.44058e-06 16 -5.44058e-06C7.16344 -5.44058e-06 0 7.16344 0 16C0 24.8366 7.16344 32 16 32Z", fill: "#F0F0F0" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M29.6356 7.64444H15.28V3.46666H25.9467C27.41 4.63405 28.6583 6.04785 29.6356 7.64444ZM32 16H15.2889V11.8222H31.4489C31.816 13.1844 32.0013 14.5892 32 16ZM16 32C19.6171 32.0068 23.1286 30.7809 25.9556 28.5244H6.04444C8.87144 30.7809 12.3829 32.0068 16 32ZM29.6533 24.3555H2.34667C1.55121 23.0561 0.946519 21.6491 0.551111 20.1778H31.4489C31.0535 21.6491 30.4488 23.0561 29.6533 24.3555Z", fill: "#D80027" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.42728 2.48885H7.41333V2.49774L7.42728 2.48885ZM7.42728 2.48885H8.87111L7.51111 3.46663L8.02667 5.06663L6.66667 4.08885L5.31556 5.06663L5.76 3.68885C4.56659 4.68866 3.52462 5.85638 2.66667 7.15552H3.13778L2.27556 7.77774L1.88444 8.46218L2.29333 9.7333L1.52 9.1733L0.986667 10.4177L1.43111 11.8133H3.12L1.77778 12.8L2.29333 14.4L0.933333 13.4222L0.133333 14.0089C0.0444444 14.6666 0 15.3244 0 16L16 16V-5.44058e-06C12.9634 -0.0053956 9.98872 0.858258 7.42728 2.48885ZM8.02401 14.3917L8.03556 14.4H8.02667L8.02401 14.3917ZM7.51111 12.8L8.02401 14.3917L6.66667 13.4222L5.30667 14.4L5.82222 12.8L4.46222 11.8222H6.15111L6.66667 10.2222L7.18222 11.8222H8.87111L7.51111 12.8ZM7.52 8.14219L8.03556 9.74219L6.67556 8.76441L5.31556 9.74219L5.83111 8.14219L4.47111 7.16441H6.16L6.67556 5.56441L7.19111 7.16441H8.88L7.52 8.14219ZM12.4178 13.4222L13.7778 14.4L13.2622 12.8L14.6222 11.8222H12.9333L12.4178 10.2222L11.9022 11.8222H10.2133L11.5733 12.8L11.0578 14.4L12.4178 13.4222ZM13.2622 8.14219L13.7778 9.74219L12.4178 8.76441L11.0578 9.74219L11.5733 8.14219L10.2133 7.16441H11.9022L12.4178 5.56441L12.9333 7.16441H14.6222L13.2622 8.14219ZM13.7778 5.08441L13.2622 3.48441L14.6222 2.50663H12.9333L12.4178 0.906633L11.9022 2.50663H10.2133L11.5733 3.48441L11.0578 5.08441L12.4178 4.10663L13.7778 5.08441Z", fill: "#0052B4" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "clip0_3073_6175" },
React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
FlagUSIcon.displayName = 'FlagUSIcon';