@groww-tech/icon-store
Version:
Icon Library customized for use in Groww
3 lines (2 loc) • 434 B
JavaScript
import React from 'react';
import{handleDefaultProps as h}from"./utils";function e(o){const t=h(o);return React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",...t},React.createElement("path",{fill:"none",d:"M0 0h24v24H0z"}),React.createElement("path",{d:"M11 7 9.6 8.4l2.6 2.6H2v2h10.2l-2.6 2.6L11 17l5-5zm9 12h-8v2h8c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2h-8v2h8z"}))}var n=React.memo(e);export{n as default};