@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
65 lines (63 loc) • 3.32 kB
JavaScript
;
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 Flag = (props, ref)=>/*#__PURE__*/ _react.createElement("svg", {
width: "1em",
height: "1em",
viewBox: "0 0 32 32",
ref: ref,
...props
}, /*#__PURE__*/ _react.createElement("g", {
fill: "currentColor"
}, /*#__PURE__*/ _react.createElement("path", {
d: "M7.99992 6.66965V25.3336C7.99992 26.071 7.40409 26.6667 6.66659 26.6667C5.92909 26.6667 5.33325 26.071 5.33325 25.3336V6.66965C5.33325 5.93226 5.92909 5.33651 6.66659 5.33651C7.40409 5.33651 7.99992 5.93226 7.99992 6.66965ZM9.69992 19.2845C9.57492 19.322 9.44992 19.3553 9.33325 19.3928V5.89893C10.3958 5.60314 11.7083 5.33651 12.9999 5.33651C14.5208 5.33651 15.8458 5.71562 16.9833 6.04058L17.0374 6.05724C18.2249 6.39469 19.2208 6.66965 20.3333 6.66965C21.4499 6.66965 22.5374 6.38636 23.3749 6.08224C23.7874 5.93226 24.1208 5.78228 24.3499 5.67396C24.4624 5.6198 24.5499 5.57398 24.6083 5.54481C24.6374 5.52815 24.6541 5.51982 24.6666 5.51149L24.6749 5.50732C25.0874 5.27402 25.5958 5.27402 26.0041 5.51565C26.4124 5.75728 26.6666 6.19472 26.6666 6.66965V17.3347C26.6666 17.8388 26.3833 18.3013 25.9291 18.5262L25.3333 17.3347C25.9291 18.5262 25.9291 18.5262 25.9291 18.5262H25.9249L25.9166 18.5304L25.8874 18.5471C25.8624 18.5596 25.8249 18.5762 25.7833 18.5971C25.6916 18.6387 25.5666 18.697 25.4083 18.7637C25.0874 18.9012 24.6374 19.0803 24.0958 19.2595C23.0208 19.6219 21.5333 20.001 19.9999 20.001C18.4583 20.001 17.2833 19.6094 16.2916 19.2803L16.2499 19.2678C15.2499 18.9345 14.4291 18.6679 13.3333 18.6679C12.1874 18.6679 10.8291 18.9595 9.69992 19.2845Z"
})));
const ForwardRef = /*#__PURE__*/ (0, _react.forwardRef)(Flag);
const _default = ForwardRef;