@ozen-ui/icons
Version:
A collection of icons
11 lines (10 loc) • 1.25 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagFmIcon = 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(#FlagFmIcon__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("path", { fill: "#F0F0F0", fillRule: "evenodd", d: "M16.69 9.09 16 6.956l-.69 2.11h-2.235l1.808 1.314-.691 2.134L16 11.2l1.809 1.337-.69-2.134 1.807-1.313zm-7.6 6.22L6.956 16l2.11.69v2.235l1.314-1.808 2.134.691L11.2 16l1.337-1.816-2.133.69-1.314-1.807zM16 25.043l-.69-2.134h-2.243l1.808-1.314-.691-2.133L16 20.8l1.808-1.314-.69 2.133 1.807 1.314H16.69zm6.91-8.353L25.044 16l-2.11-.69v-2.235l-1.314 1.808-2.134-.691L20.8 16l-1.337 1.809 2.133-.69 1.314 1.807z", clipRule: "evenodd" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "FlagFmIcon__a" },
React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
FlagFmIcon.displayName = 'FlagFmIcon';