@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
25 lines (23 loc) • 1.27 kB
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const FlagNpl = (props, ref)=>/*#__PURE__*/ React.createElement("svg", {
width: "1em",
height: "1em",
viewBox: "0 0 71.571 87.246",
ref: ref,
...props
}, /*#__PURE__*/ React.createElement("use", {
stroke: "#003893",
strokeWidth: 5.165,
href: "#npl_svg__a"
}), /*#__PURE__*/ React.createElement("path", {
id: "npl_svg__a",
fill: "#DC143C",
d: "M-15 37.57h60L-15 0v80h60l-60-60z"
}), /*#__PURE__*/ React.createElement("g", {
fill: "#fff"
}, /*#__PURE__*/ React.createElement("path", {
d: "M0 35.43c6.6 0 11.95-5.35 11.95-11.95a12.802 12.802 0 01-5.37 6.32l-1.02-.76 2-1.5-2.42-.62 1.28-2.17-2.5.36.37-2.48-2.17 1.3-.62-2.45-1.5 2-1.5-2-.63 2.44-2.16-1.28.37 2.5-2.5-.37 1.3 2.17-2.44.62 2 1.5-1 .77c-2.37-1.4-4.3-3.56-5.38-6.32 0 6.6 5.35 11.95 11.95 11.95zM-5.76 53.03l-5.36-.66 3.25 4.3-4.97 2.12 4.97 2.1-3.25 4.3 5.36-.66-.66 5.37 4.3-3.25L0 71.63l2.1-4.98 4.32 3.26-.66-5.36 5.36.67-3.25-4.3 4.97-2.1-4.97-2.12 3.25-4.3-5.36.65.66-5.36-4.3 3.25L0 45.95l-2.1 4.97-4.32-3.25.66 5.36z"
})));
const ForwardRef = /*#__PURE__*/ forwardRef(FlagNpl);
export default ForwardRef;