@groww-tech/icon-store
Version:
Icon Library customized for use in Groww
3 lines (2 loc) • 427 B
JavaScript
import React from 'react';
import{handleDefaultProps as e}from"./utils";function a(t){const o=e(t);return React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",...o},React.createElement("path",{fill:"none",d:"M0 0h24v24H0z"}),React.createElement("path",{d:"M7.8 7.2 9 10H7L5.87 7.33H4V10H2V2h5c1.13 0 2 .87 2 2v1.33c0 .8-.53 1.54-1.2 1.87M7 4H4v1.33h3z"}))}var p=React.memo(a);export{p as default};