@groww-tech/icon-store
Version:
Icon Library customized for use in Groww
3 lines (2 loc) • 525 B
JavaScript
import React from 'react';
import{handleDefaultProps as h}from"./utils";function e(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:"M3 11c0 2.45 1.76 4.47 4.08 4.91l-1.49-1.49L7 13l4 4.01L7 21l-1.41-1.41 1.58-1.58v-.06A7.007 7.007 0 0 1 1 11c0-3.87 3.13-7 7-7h3v2H8c-2.76 0-5 2.24-5 5M22 11V4h-9v7zm-2-2h-5V6h5zM13 13h9v7h-9z"}))}var l=React.memo(e);export{l as default};