UNPKG

@nomercyicons/react

Version:
24 lines 1.47 kB
const React = require("react"); function BankinIcon({ title, titleId, ...props }, svgRef) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 36 48", strokeWidth: 1.5, stroke: "none", "aria-hidden": "true", ref: svgRef, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M35.972 33.69c.15-2.575-.345-4.137-.523-4.828-1.508-4.852-5.44-7.46-5.44-7.46s4.213-2.92 4.625-9.499C35.044 5.324 27.82 0 18.809 0 7.706 0 1 4.727.319 5.102c-.126.069-.367.212-.31.417l1.76 5.63c.1.38.125.682.593.47 0 0 4.377-1.797 5.344-1.797 0 0-5.04 35.274-4.917 35.274-.122 1.048 0 1.343 1.389 1.758.553.165 25.298 5.646 30.85-8.912.012.08.809-1.94.944-4.252zM17.682 8.364a.245.245 0 01.181-.204 9.052 9.052 0 01.646-.126c1.145-.178 2.362-.186 3.51.092.834.202 4.48 1.069 3.316 5.773-1.164 4.705-7.083 4.849-7.967 4.8a35.996 35.996 0 01-.78-.053l-.061-.005a.245.245 0 01-.222-.277l1.376-10zm9.62 25.38c-1.552 7.097-11.014 6.303-12.258 6.234a51.334 51.334 0 01-1.097-.074l-.085-.007a.344.344 0 01-.312-.39l1.934-14.056a.345.345 0 01.256-.286 12.19 12.19 0 01.909-.177c1.61-.252 3.32-.262 4.932.128 1.173.285 7.272 1.533 5.72 8.629z" })); } const ForwardRef = React.forwardRef(BankinIcon); module.exports = ForwardRef;