@groww-tech/icon-store
Version:
Icon Library customized for use in Groww
3 lines (2 loc) • 470 B
JavaScript
import React from 'react';
import{handleDefaultProps as v}from"./utils";function h(t){const o=v(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 10V7c0-1.66-1.34-3-3-3s-3 1.34-3 3h2c0-.55.45-1 1-1s1 .45 1 1v3H8c1.1 0 2-.9 2-2V4H4v4c0 1.1.9 2 2 2H2v2h2v8h16v-8h2v-2zm-5 8h-2v-6h2z"}))}var s=React.memo(h);export{s as default};