UNPKG

@comfortdelgro/compass-icons

Version:
122 lines (120 loc) 4.28 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "default", { enumerable: true, get: function() { return _default; } }); const _react = /*#__PURE__*/ _interop_require_wildcard(require("react")); function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); } function _interop_require_wildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for(var key in obj){ if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; } const FlagIrn = (props, ref)=>/*#__PURE__*/ _react.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 630 360", ref: ref, ...props }, /*#__PURE__*/ _react.createElement("path", { fill: "#da0000", d: "M0 0h630v360H0z" }), /*#__PURE__*/ _react.createElement("path", { fill: "#fff", d: "M0 0h630v240H0z" }), /*#__PURE__*/ _react.createElement("path", { fill: "#239f40", d: "M0 0h630v120H0z" }), /*#__PURE__*/ _react.createElement("g", { transform: "translate(8.4 100.4)" }, /*#__PURE__*/ _react.createElement("g", { id: "irn_svg__e" }, /*#__PURE__*/ _react.createElement("g", { id: "irn_svg__c", fill: "none", stroke: "#fff", strokeWidth: 2 }, /*#__PURE__*/ _react.createElement("path", { id: "irn_svg__b", d: "M0 1h26M1 10V5h8v4h8V5h-5M4 9h2m20 0h-5V5h8m0-5v9h8V0m-4 0v9", transform: "scale(1.4)" }), /*#__PURE__*/ _react.createElement("path", { id: "irn_svg__a", d: "M0 7h9m1 0h9", transform: "scale(2.8)" }), /*#__PURE__*/ _react.createElement("use", { y: 120, href: "#irn_svg__a" }), /*#__PURE__*/ _react.createElement("use", { y: 145.2, href: "#irn_svg__b" })), /*#__PURE__*/ _react.createElement("g", { id: "irn_svg__d" }, /*#__PURE__*/ _react.createElement("use", { x: 56, href: "#irn_svg__c" }), /*#__PURE__*/ _react.createElement("use", { x: 112, href: "#irn_svg__c" }), /*#__PURE__*/ _react.createElement("use", { x: 168, href: "#irn_svg__c" }))), /*#__PURE__*/ _react.createElement("use", { x: 168, href: "#irn_svg__d" }), /*#__PURE__*/ _react.createElement("use", { x: 392, href: "#irn_svg__e" })), /*#__PURE__*/ _react.createElement("g", { fill: "#da0000", transform: "matrix(45 0 0 45 315 180)" }, /*#__PURE__*/ _react.createElement("g", { id: "irn_svg__f" }, /*#__PURE__*/ _react.createElement("path", { d: "M-.548.836A.912.912 0 00.329-.722 1 1 0 01-.548.836" }), /*#__PURE__*/ _react.createElement("path", { d: "M.618.661A.764.764 0 00.422-.74 1 1 0 01.618.661M0 1l-.05-1L0-.787a.31.31 0 00.118.099V-.1l-.04.993zM-.02-.85L0-.831a.144.144 0 00.252-.137A.136.136 0 010-.925" })), /*#__PURE__*/ _react.createElement("use", { transform: "scale(-1 1)", href: "#irn_svg__f" }))); const ForwardRef = /*#__PURE__*/ (0, _react.forwardRef)(FlagIrn); const _default = ForwardRef;