@groww-tech/icon-store
Version:
Icon Library customized for use in Groww
3 lines (2 loc) • 470 B
JavaScript
import React from 'react';
import{handleDefaultProps as t}from"./utils";function v(o){const h=t(o);return React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",...h},React.createElement("path",{fill:"none",d:"M0 0h24v24H0z"}),React.createElement("path",{d:"M4 6H2v14c0 1.1.9 2 2 2h14v-2H4zm16-4H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m-1 9h-4v4h-2v-4H9V9h4V5h2v4h4z"}))}var c=React.memo(v);export{c as default};