@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
24 lines (22 loc) • 2.37 kB
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const FlagLso = (props, ref)=>/*#__PURE__*/ React.createElement("svg", {
width: "1em",
height: "1em",
viewBox: "0 0 450 300",
ref: ref,
...props
}, /*#__PURE__*/ React.createElement("path", {
d: "M0 0h450v300H0z",
fill: "#009543"
}), /*#__PURE__*/ React.createElement("path", {
d: "M0 0h450v210H0z",
fill: "#fff"
}), /*#__PURE__*/ React.createElement("path", {
d: "M0 0h450v90H0z",
fill: "#00209f"
}), /*#__PURE__*/ React.createElement("path", {
d: "M225.227 95.059l-.477.01c-1.036.022-1.95.571-2.623 1.081a8.412 8.412 0 00-1.121 1.02l-.104.118c-3.526.62-6.743 2.143-9.306 4.632-3.394 3.295-5.556 8.15-6.237 14.332-.697 6.339 1.04 13.407 2.856 19.025 1.816 5.62 3.803 9.805 3.803 9.805l.352.743-22.876 30.804-4.6-1.59-8.283 17.668.375.236s19.674 12.32 48.196 11.983c31.271-.372 48.35-12.565 48.35-12.565l.345-.246-8.566-17.453-4.077 1.774-23.74-31.403.184.072s2.084-4.28 3.947-10.011 3.613-12.934 2.697-19.381c-.865-6.093-2.782-10.874-6.187-14.123-2.49-2.377-5.687-3.78-9.412-4.339v-.099l-.141-.144s-.471-.49-1.166-.97a5.179 5.179 0 00-2.182-.87zm3.485 7.239c2.516.472 4.437 1.444 5.972 2.909 2.301 2.196 3.915 5.773 4.687 11.209.707 4.977-.75 11.746-2.502 17.133-1.075 3.306-2.02 5.6-2.683 7.11l-3.596-4.757-.041-11.279h5.931l-7.8-7.326zm-7.794.074l.11 15.161-7.055 7.39h5.838l-.041 10.938-3.943 5.309c-.51-1.106-1.532-3.338-2.854-7.43-1.712-5.296-3.192-11.971-2.645-16.941.587-5.333 2.349-8.96 4.75-11.291 1.617-1.57 3.563-2.61 5.84-3.136zm40.642 78.468l1.268 1.845-3.573 5.301-3.689-4.725zm-73.77 1.73l1.498 4.61-4.38.923s2.536-5.072 2.882-5.533zm4.61.11l6.454 1.96 1.5 3.227-5.649 1.613zm59.016 2.075l1.844 1.96-5.417 4.264-3.343-4.149zm12.564.695l2.19 4.38-4.38 1.498-.346-2.074zm-59.71.69l6.455 1.383 1.844 2.766-5.648 2.19zm35.043 1.158l1.728 2.536-6.455 3.111-2.766-4.725zm-22.943.692l10.49.461.921 2.19-8.183 2.997zm38.04 1.03l3.343 4.496-7.147 1.843-1.383-2.42zm-64.09.12l.922 3.688-5.532-2.19zm10.952 1.04l2.997 6.34-7.493-1.843-.806-2.767zm41.148 1.61l3.919 4.61-8.645 1.384-1.73-2.766zm-13.252.923l3.804 5.648-10.143.346-1.73-2.997zm-15.214.002l3.689 5.764-8.761-1.268-.922-2.421z"
}));
const ForwardRef = /*#__PURE__*/ forwardRef(FlagLso);
export default ForwardRef;