UNPKG

@react-icons/all-files

Version:

SVG React icons of popular icon packs using ES6 imports

6 lines (5 loc) 554 B
// THIS FILE IS AUTO GENERATED import { GenIcon } from '../lib'; export function GrGooglePlay (props) { return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 24 24"},"child":[{"tag":"g","attr":{"fill":"none","fillRule":"evenodd"},"child":[{"tag":"polygon","attr":{"stroke":"#444","strokeLinejoin":"round","strokeWidth":"2","points":"3 2 3 22 21 12"}},{"tag":"path","attr":{"stroke":"#444","strokeWidth":"2","d":"M3,2 L14,16"}},{"tag":"path","attr":{"stroke":"#444","strokeWidth":"2","d":"M3,8 L14,22","transform":"matrix(1 0 0 -1 0 30)"}}]}]})(props); };