@groww-tech/icon-store
Version:
Icon Library customized for use in Groww
3 lines (2 loc) • 460 B
JavaScript
import React from 'react';
import{handleDefaultProps as h}from"./utils";function o(t){const e=h(t);return React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",...e},React.createElement("path",{fill:"none",d:"M0 0h24v24H0z"}),React.createElement("path",{d:"M12 3 4 9v12h16V9zm-2.25 9.5a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5M17 18h-1v-1.5H8V18H7v-7h1v4.5h3.5V12H15c1.1 0 2 .9 2 2z"}))}var v=React.memo(o);export{v as default};