@groww-tech/icon-store
Version:
Icon Library customized for use in Groww
3 lines (2 loc) • 439 B
JavaScript
import React from 'react';
import{handleDefaultProps as t}from"./utils";function v(e){const o=t(e);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:"M20 6h-8l-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2m-6 12v-3h-4v-4h4V8l5 5z"}))}var l=React.memo(v);export{l as default};