@groww-tech/icon-store
Version:
Icon Library customized for use in Groww
3 lines (2 loc) • 429 B
JavaScript
import React from 'react';
import{handleDefaultProps as v}from"./utils";function e(h){const t=v(h);return React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",...t},React.createElement("path",{fill:"none",d:"M0 0h24v24H0z"}),React.createElement("path",{d:"M6.6 11h10.8l-.9-3h-9zM20 11v2H4v-2H2v11h8v-5h4v5h8V11zM15.9 6 15 3V1h-2v2h-2.03V1h-2v2.12L8.1 6z"}))}var n=React.memo(e);export{n as default};