@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
24 lines (22 loc) • 832 B
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const FlagSyr = (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"
}), /*#__PURE__*/ React.createElement("path", {
d: "M0 0h900v400H0z",
fill: "#fff"
}), /*#__PURE__*/ React.createElement("path", {
d: "M0 0h900v200H0z",
fill: "#ce1126"
}), /*#__PURE__*/ React.createElement("path", {
d: "M251.264 375l48.738-150 48.738 150-127.6-92.705h157.72M551.264 375l48.738-150 48.738 150-127.6-92.705h157.72",
fill: "#007a3d"
}));
const ForwardRef = /*#__PURE__*/ forwardRef(FlagSyr);
export default ForwardRef;