@groww-tech/icon-store
Version:
Icon Library customized for use in Groww
3 lines (2 loc) • 380 B
JavaScript
import React from 'react';
import{handleDefaultProps as o}from"./utils";function r(t){const h=o(t);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:"M10 19h4v-3h-4zM5 4v3h5v3h4V7h5V4zM3 14h18v-2H3z"}))}var v=React.memo(r);export{v as default};