@groww-tech/icon-store
Version:
Icon Library customized for use in Groww
3 lines (2 loc) • 457 B
JavaScript
import React from 'react';
import{handleDefaultProps as h}from"./utils";function l(o){const t=h(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:"m14 9-1-2H7V5.72c.6-.34 1-.98 1-1.72 0-1.1-.9-2-2-2s-2 .9-2 2c0 .74.4 1.38 1 1.72V21h2v-4h5l1 2h7V9zm4 8h-4l-1-2H7V9h5l1 2h5z"}))}var s=React.memo(l);export{s as default};