@ozen-ui/icons
Version:
A collection of icons
19 lines (18 loc) • 2.18 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagFjIcon = 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(#FlagFjIcon__a)" },
React.createElement("path", { fill: "#338AF3", d: "M16 32c8.837 0 16-7.163 16-16S24.837 0 16 0 0 7.163 0 16s7.163 16 16 16" }),
React.createElement("mask", { id: "FlagFjIcon__b", width: "32", height: "32", x: "0", y: "0", maskUnits: "userSpaceOnUse", style: { maskType: 'luminance' } },
React.createElement("path", { fill: "#fff", d: "M16 32c8.837 0 16-7.163 16-16S24.837 0 16 0 0 7.163 0 16s7.163 16 16 16" })),
React.createElement("g", { mask: "url(#FlagFjIcon__b)" },
React.createElement("path", { fill: "#338AF3", d: "M16 32c8.837 0 16-7.163 16-16S24.837 0 16 0 0 7.163 0 16s7.163 16 16 16" }),
React.createElement("path", { fill: "#0052B4", fillRule: "evenodd", d: "M16 12.757v-5.25h-5.565zm-2.944 2.88h-4.7l-.696-1.363.696-4.738z", clipRule: "evenodd" }),
React.createElement("path", { fill: "#F0F0F0", d: "M16 8.183 15.997.061C7.162.062 0 7.03 0 15.628h8.356v-4.573l4.7 4.573h2.908l.043-.041v-2.83L11.29 8.183z" }),
React.createElement("path", { fill: "#D80027", fillRule: "evenodd", d: "M2.086 7.937A15.87 15.87 0 0 1 8.094 2.09H16v4.062H6.26v9.475H2.086zm8.23.246L16 13.714v1.914L8.356 8.183z", clipRule: "evenodd" }),
React.createElement("path", { fill: "#F3F3F3", d: "M18.087 10.214v5.414c0 3.627 4.87 4.738 4.87 4.738s4.869-1.111 4.869-4.738v-5.414l-4.87-1.353z" }),
React.createElement("path", { fill: "#D80027", d: "M27.826 10.214v-2.03h-9.739v2.03h4.174v4.061h-4.174v1.354h4.174v4.53l.696.208s.267-.063.696-.208v-4.53h4.175v-1.354h-4.175v-4.06h4.175z" }))),
React.createElement("defs", null,
React.createElement("clipPath", { id: "FlagFjIcon__a" },
React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
FlagFjIcon.displayName = 'FlagFjIcon';