@groww-tech/icon-store
Version:
Icon Library customized for use in Groww
3 lines (2 loc) • 644 B
JavaScript
import React from 'react';
import{handleDefaultProps as t}from"./utils";function e(c){const o=t(c);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:"M9.17 16.83a4.01 4.01 0 0 0 5.66 0 4.01 4.01 0 0 0 0-5.66zM18 2.01 6 2c-1.11 0-2 .89-2 2v16c0 1.11.89 2 2 2h12c1.11 0 2-.89 2-2V4c0-1.11-.89-1.99-2-1.99M10 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1M7 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1m5 16c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6"}))}var s=React.memo(e);export{s as default};