@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
21 lines (19 loc) • 657 B
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const FlagTto = (props, ref)=>/*#__PURE__*/ React.createElement("svg", {
width: "1em",
height: "1em",
viewBox: "0 0 30 18",
ref: ref,
...props
}, /*#__PURE__*/ React.createElement("path", {
fill: "#da1a35",
d: "M0 0h30v18H0z"
}), /*#__PURE__*/ React.createElement("path", {
fill: "#FFF",
d: "M0 0l20.825 18H30L9.175 0z"
}), /*#__PURE__*/ React.createElement("path", {
d: "M1.53 0l20.824 18h6.117L7.646 0z"
}));
const ForwardRef = /*#__PURE__*/ forwardRef(FlagTto);
export default ForwardRef;