UNPKG

@ozen-ui/icons

Version:

A collection of icons

11 lines (10 loc) 1.21 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagIMIcon = 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_4218_6592)" }, React.createElement("path", { d: "M16 32C24.8366 32 32 24.8366 32 16C32 7.16344 24.8366 0 16 0C7.16344 0 0 7.16344 0 16C0 24.8366 7.16344 32 16 32Z", fill: "#D80027" }), React.createElement("path", { d: "M21.9242 10.7258L20.7933 14.7614L17.4002 14.1349L15.2161 9.63269L9.31563 11.7265L8.85031 10.4153L7.30656 10.2251L8.46975 13.5031L12.5303 12.4647L13.6843 15.7165L10.8773 19.8591L15.6408 23.922L14.7379 24.9806L15.3451 26.4127L17.6024 23.7662L14.6728 20.7689L16.912 18.1437L21.9031 18.5033L23.0399 12.3464L24.4081 12.5991L25.3449 11.3573L21.9242 10.7258Z", fill: "#F0F0F0" })), React.createElement("defs", null, React.createElement("clipPath", { id: "clip0_4218_6592" }, React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); FlagIMIcon.displayName = 'FlagIMIcon';