@ozen-ui/icons
Version:
A collection of icons
16 lines (15 loc) • 1.62 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagSxIcon = 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(#FlagSxIcon__a)" },
React.createElement("path", { fill: "#D80027", d: "M14.609 17.391S4.696 4.684 4.686 4.686A15.95 15.95 0 0 1 16 0c8.837 0 16 7.164 16 16z" }),
React.createElement("path", { fill: "#0052B4", d: "M14.609 16S4.696 27.316 4.686 27.314A15.95 15.95 0 0 0 16 32c8.837 0 16-7.163 16-16z" }),
React.createElement("path", { fill: "#F0F0F0", d: "M4.686 4.686c-6.248 6.248-6.248 16.379 0 22.627L16 16z" }),
React.createElement("path", { fill: "#FFDA44", d: "M1.754 16a4.522 4.522 0 1 0 9.014 0zM6.261 13.913a1.391 1.391 0 1 0 0-2.783 1.391 1.391 0 0 0 0 2.783" }),
React.createElement("path", { fill: "#D80027", d: "M3.13 12.174v4.521c0 2.397 3.13 3.13 3.13 3.13s3.131-.733 3.131-3.13v-4.521z" }),
React.createElement("path", { fill: "#338AF3", d: "M6.262 18.37c-.58-.208-1.74-.742-1.74-1.674v-3.13H8v3.13c0 .935-1.16 1.467-1.738 1.675" }),
React.createElement("path", { fill: "#F3F3F3", d: "M6.957 15.304v-.696l-.696-.348-.696.348v.696l-.348.348v1.391h2.087v-1.391z" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "FlagSxIcon__a" },
React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
FlagSxIcon.displayName = 'FlagSxIcon';