@groww-tech/icon-store
Version:
Icon Library customized for use in Groww
3 lines (2 loc) • 414 B
JavaScript
import React from 'react';
import{handleDefaultProps as v}from"./utils";function h(o){const t=v(o);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:"M17 15h2V7c0-1.1-.9-2-2-2H9v2h8zM7 17V1H5v4H1v2h4v10c0 1.1.9 2 2 2h10v4h2v-4h4v-2z"}))}var p=React.memo(h);export{p as default};