iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 617 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const Hdfcbank = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M.572 0v10.842h3.712V4.485h6.381V0zm12.413 0v4.485h6.383v6.357h4.06V0zm-4.64 8.53v6.938h6.963V8.53zM.572 13.153V24h10.093v-4.486h-6.38v-6.361zm18.796 0v6.361h-6.383V24h10.443V13.153z" }));
exports.default = Hdfcbank;