@cleartrip/bento-icons
Version:
Icon Library for Bento Component Library
45 lines (44 loc) • 1.49 kB
JavaScript
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
import React from "react";
export function IndiaFlag(props) {
return /*#__PURE__*/React.createElement("svg", _extends({
viewBox: "0 0 24 16"
}, props), /*#__PURE__*/React.createElement("g", {
id: "prefix__Double-Color-Icons",
stroke: "none",
strokeWidth: 1,
fill: "none",
fillRule: "evenodd"
}, /*#__PURE__*/React.createElement("g", {
id: "prefix__India",
fillRule: "nonzero"
}, /*#__PURE__*/React.createElement("g", {
id: "prefix__india"
}, /*#__PURE__*/React.createElement("path", {
id: "prefix__Rectangle",
stroke: "#CCC",
strokeWidth: 0.5,
fill: "#FFF",
d: "M.25.25h23.5v15.5H.25z"
}), /*#__PURE__*/React.createElement("path", {
id: "prefix__Rectangle",
fill: "#FF9811",
d: "M0 0h24v5.3H0z"
}), /*#__PURE__*/React.createElement("path", {
id: "prefix__Rectangle",
fill: "#6DA544",
d: "M0 10.7h24V16H0z"
}), /*#__PURE__*/React.createElement("circle", {
id: "prefix__Oval",
fill: "#0052B4",
cx: 12,
cy: 8,
r: 2.1
}), /*#__PURE__*/React.createElement("circle", {
id: "prefix__Oval",
fill: "#F0F0F0",
cx: 12,
cy: 8,
r: 1.3
})))));
}