@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
24 lines (22 loc) • 908 B
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const FlagTun = (props, ref)=>/*#__PURE__*/ React.createElement("svg", {
width: "1em",
height: "1em",
viewBox: "0 0 120 80",
ref: ref,
...props
}, /*#__PURE__*/ React.createElement("g", {
fill: "#e70013"
}, /*#__PURE__*/ React.createElement("path", {
d: "M-60-40H60v80H-60z"
}), /*#__PURE__*/ React.createElement("circle", {
fill: "#fff",
r: 20
}), /*#__PURE__*/ React.createElement("path", {
d: "M0-15A15 15 0 00-15 0 15 15 0 000 15a15 15 0 0012.102-6.165A12 12 0 014 12 12 12 0 01-8 0 12 12 0 014-12a12 12 0 018.101 3.167A15 15 0 000-15z"
}), /*#__PURE__*/ React.createElement("path", {
d: "M-5 0l16.281-5.29L1.22 8.56V-8.56L11.28 5.29z"
})));
const ForwardRef = /*#__PURE__*/ forwardRef(FlagTun);
export default ForwardRef;