@ozen-ui/icons
Version:
A collection of icons
13 lines (12 loc) • 1.88 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagMoIcon = 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(#FlagMoIcon__a)" },
React.createElement("path", { fill: "#0F7562", 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", d: "M18.783 15.333c-.393 0-.766.078-1.112.203.19-.423.317-.893.317-1.396 0-1.987-1.988-3.478-1.988-3.478s-1.988 1.49-1.988 3.478c0 .502.128.973.317 1.396a3.3 3.3 0 0 0-1.112-.203c-1.987 0-3.478 1.987-3.478 1.987s1.49 1.988 3.478 1.988c1.166 0 2.16-.683 2.783-1.248.624.565 1.617 1.248 2.783 1.248 1.987 0 3.478-1.988 3.478-1.988s-1.49-1.987-3.478-1.987" }),
React.createElement("path", { fill: "#FFDA44", d: "m16 6.26.41 1.264h1.33l-1.076.781.41 1.264L16 8.788l-1.075.78.41-1.263-1.074-.78h1.328zM10.948 8.47l.79.712.92-.531-.432.97.79.712-1.057-.111-.432.97-.221-1.039-1.057-.111.92-.532zM7.25 12.17l1.04.22.53-.92.112 1.057 1.04.22L9 13.18l.112 1.057-.712-.79-.97.433.53-.921zM21.052 8.47l-.79.712-.92-.531.432.97-.79.712 1.057-.111.433.97.22-1.039 1.058-.111-.92-.532zM24.75 12.17l-1.04.22-.53-.92-.112 1.057-1.04.22.972.433-.111 1.057.71-.79.972.433-.532-.921z" }),
React.createElement("path", { fill: "#F0F0F0", d: "M16 24.873a6.92 6.92 0 0 0 4.201-1.413H11.8A6.92 6.92 0 0 0 16 24.873M9.623 20.7c.22.505.5.978.83 1.412h11.095c.328-.434.608-.907.83-1.413z" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "FlagMoIcon__a" },
React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
FlagMoIcon.displayName = 'FlagMoIcon';