@groww-tech/icon-store
Version:
Icon Library customized for use in Groww
3 lines (2 loc) • 424 B
JavaScript
import React from 'react';
import{handleDefaultProps as h}from"./utils";function v(t){const o=h(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:"M22 10v12H2V10l7-3v2l5-2v3zm-4.8-1.5L18 2h3l.8 6.5zM11 18h2v-4h-2zm-4 0h2v-4H7zm10-4h-2v4h2z"}))}var l=React.memo(v);export{l as default};