@groww-tech/icon-store
Version:
Icon Library customized for use in Groww
3 lines (2 loc) • 570 B
JavaScript
import React from 'react';
import{handleDefaultProps as m}from"./utils";function t(h){const v=m(h);return React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",...v},React.createElement("path",{fill:"none",d:"M24 24H0V0h24z"}),React.createElement("path",{d:"M21 15h2v2h-2zm0-4h2v2h-2zm2 8h-2v2c1 0 2-1 2-2M13 3h2v2h-2zm8 4h2v2h-2zm0-4v2h2c0-1-1-2-2-2M1 7h2v2H1zm16-4h2v2h-2zm0 16h2v2h-2zM3 3C2 3 1 4 1 5h2zm6 0h2v2H9zM5 3h2v2H5zm-4 8v8c0 1.1.9 2 2 2h12V11zm2 8 2.5-3.21 1.79 2.15 2.5-3.22L13 19z"}))}var e=React.memo(t);export{e as default};