@groww-tech/icon-store
Version:
Icon Library customized for use in Groww
3 lines (2 loc) • 462 B
JavaScript
import React from 'react';
import{handleDefaultProps as c}from"./utils";function e(t){const o=c(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:"M18 4V3c0-.55-.45-1-1-1H5c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V6h1v4H9v11c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-9h8V4z"}))}var n=React.memo(e);export{n as default};