@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
30 lines (28 loc) • 974 B
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const FlagSsd = (props, ref)=>/*#__PURE__*/ React.createElement("svg", {
width: "1em",
height: "1em",
viewBox: "0 0 20 10",
ref: ref,
...props
}, /*#__PURE__*/ React.createElement("path", {
fill: "#078930",
d: "M0 0h20v10H0z"
}), /*#__PURE__*/ React.createElement("path", {
fill: "#FFF",
d: "M0 0h20v7H0z"
}), /*#__PURE__*/ React.createElement("path", {
d: "M0 0h20v3H0z"
}), /*#__PURE__*/ React.createElement("path", {
fill: "#DA121A",
d: "M0 3.5h20v3H0z"
}), /*#__PURE__*/ React.createElement("path", {
fill: "#0F47AF",
d: "M0 0l8.66 5L0 10z"
}), /*#__PURE__*/ React.createElement("path", {
fill: "#FCDD09",
d: "M1.287 5l2.894.94-1.789-2.462v3.044l1.79-2.462z"
}));
const ForwardRef = /*#__PURE__*/ forwardRef(FlagSsd);
export default ForwardRef;