UNPKG

@comfortdelgro/compass-icons

Version:
32 lines (30 loc) 2.77 kB
import * as React from "react"; import { forwardRef } from "react"; const FlagIrq = (props, ref)=>/*#__PURE__*/ React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 900 600", ref: ref, ...props }, /*#__PURE__*/ React.createElement("path", { d: "M0 0h900v600H0z", fill: "#ce1126" }), /*#__PURE__*/ React.createElement("path", { d: "M0 200h900v400H0z", fill: "#fff" }), /*#__PURE__*/ React.createElement("path", { d: "M0 400h900v200H0z" }), /*#__PURE__*/ React.createElement("g", { transform: "translate(-.997 -.59) scale(2.18978)", fill: "#007a3d" }, /*#__PURE__*/ React.createElement("path", { d: "M246.026 120.178c-.558-.295-1.186-.768-1.395-1.054-.314-.438-.132-.456 1.163-.104 2.318.63 3.814.383 5.298-.873l1.308-1.103 1.54.784c.848.428 1.748.725 2.008.656.667-.176 2.05-1.95 2.005-2.564-.054-.76.587-.568.896.264.615 1.63-.28 3.502-1.865 3.918-.773.2-1.488.127-2.66-.28-1.438-.502-1.684-.494-2.405.058-1.618 1.24-3.87 1.355-5.894.3zm5.734-5.242c-.563-.717-1.24-3.424-1.02-4.088.192-.576.4-.7.914-.527.918.287 1.13.92.993 3.064-.107 1.747-.366 2.206-.886 1.55zM184.244 113c-.185 1.3 2.325 4.568 3.458 5.158-.77.345-1.728.188-2.434.576-3.948 3.948-18.367 18.006-21 21.366 7.8.154 16.448-.106 23.76-.44-.007-5.3 5.018-5.572 8.38-7.502 1.73 2.725 6.075 2.516 6.618 6.617l.01 17.646H136.4c-1.172 5.176-5.844 9.125-12.354 7.5 2.014-2.104 5.405-2.827 6.62-5.734 1.024-6.365-2.046-10.296-4.03-13.906 3.284-1.195 3.782-1.494 7.12-3.737-2.344 7.12 6.1 6.338 12.353 6.175.2-2.417.1-5.27-1.766-5.624 2.396-.87 2.794-1.168 6.62-4.412v9.593l46.14-.1c0-3.002.795-7.824-1.58-7.824-2.27 0-.107 6.173-1.87 6.173h-35.63L158 138.4c1.5-1.5 1.33-1.38 11.648-11.697 1.028-1.03 8.266-7.568 14.6-13.713zm89.06-.264c2.487 1.34 4.457 3.2 7.502 3.972-.354 1.26-1.476 1.76-1.77 3.087v26.9c3.402.75 4.118-1.178 5.737-2.205.442 4.307 3.186 8.53 3.088 11.9H273.3l.002-43.674zm-19.412 14.412l5.296-4.643v23.484l3.814-.006-.118-26.338c1.548-1.55 4.58-3.8 5.338-5.358v42.06l-33.443.012c-.493-8.73-.577-17.77 9.6-15.826v-3.563c-.3-.6-.868.147-.998-.645 1.615-1.617 2.163-2.03 6.538-5.852l.08 15.5 3.857.004c.001.002.036-18.227.036-18.83zM241.34 145.75c.716 1.075 3.154 1.056 3.04-.755-.4-1.493-3.616-.924-3.04.755z" }), /*#__PURE__*/ React.createElement("circle", { cx: 144.527, cy: 161.369, r: 2.042 }), /*#__PURE__*/ React.createElement("path", { d: "M207.55 112.78c2.488 1.34 4.457 3.19 7.502 3.97-.353 1.26-1.476 1.76-1.768 3.087v26.91c3.4.75 4.117-1.18 5.736-2.206.44 4.308 3.185 8.528 3.088 11.9h-14.56l.002-43.673z" }))); const ForwardRef = /*#__PURE__*/ forwardRef(FlagIrq); export default ForwardRef;