@groww-tech/icon-store
Version:
Icon Library customized for use in Groww
3 lines (2 loc) • 921 B
JavaScript
import React from 'react';
import{handleDefaultProps as l}from"./utils";function e(c){const n=l(c);return React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",...n},React.createElement("path",{fill:"none",d:"M0 0h24v24H0z"}),React.createElement("circle",{cx:12,cy:3.5,r:.75,fill:"none"}),React.createElement("circle",{cx:12,cy:3.5,r:.75,fill:"none"}),React.createElement("circle",{cx:12,cy:3.5,r:.75,fill:"none"}),React.createElement("path",{d:"M19 3h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H5c-.14 0-.27.01-.4.04a2.01 2.01 0 0 0-1.44 1.19c-.1.23-.16.49-.16.77v14c0 .27.06.54.16.78s.25.45.43.64c.27.27.62.47 1.01.55.13.02.26.03.4.03h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m-8 11.17-1.41 1.42L6 12l3.59-3.59L11 9.83 8.83 12zm1-9.92c-.41 0-.75-.34-.75-.75s.34-.75.75-.75.75.34.75.75-.34.75-.75.75m2.41 11.34L13 14.17 15.17 12 13 9.83l1.41-1.42L18 12z"}))}var r=React.memo(e);export{r as default};