@groww-tech/icon-store
Version:
Icon Library customized for use in Groww
3 lines (2 loc) • 601 B
JavaScript
import React from 'react';
import{handleDefaultProps as o}from"./utils";function r(t){const c=o(t);return React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",...c},React.createElement("path",{fill:"none",d:"M0 0h24v24H0z"}),React.createElement("path",{d:"M14 2H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8zm1.04 17.45-1.88-1.88c-1.33.71-3.01.53-4.13-.59a3.495 3.495 0 0 1 0-4.95 3.495 3.495 0 0 1 4.95 0 3.48 3.48 0 0 1 .59 4.13l1.88 1.88zM13 9V3.5L18.5 9z"}),React.createElement("circle",{cx:11.5,cy:14.5,r:1.5}))}var a=React.memo(r);export{a as default};