@groww-tech/icon-store
Version:
Icon Library customized for use in Groww
3 lines (2 loc) • 511 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 13V9c0-.55-.45-1-1-1H7V6h5V4H9.5V3h-2v1H6c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h4v2H5v2h2.5v1h2v-1H11c.55 0 1-.45 1-1M19.59 12.52l-5.66 5.65-2.83-2.83-1.41 1.42L13.93 21 21 13.93z"}))}var c=React.memo(o);export{c as default};