UNPKG

react-icon-library

Version:

A library of SVG icons for use in reactJS projects

20 lines 1.35 kB
import React from 'react'; export default function VideoGameMario31(props) { return (<svg id="Light" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} {...props}> <defs> <style dangerouslySetInnerHTML={{ __html: '.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}', }}/> </defs> <title>video-game-mario-3</title> <path className="cls-1" d="M20.5,10.5a5.528,5.528,0,0,0,2-4.25A5.75,5.75,0,0,0,16.75.5H7.25A5.75,5.75,0,0,0,1.5,6.25a5.509,5.509,0,0,0,2,4.25Z"/> <polyline className="cls-1" points="9 5.5 10.5 2.5 12 4.5 13.5 2.5 15 5.5"/> <path className="cls-1" d="M20.5,10.5a3,3,0,0,0-3-3H6.5a3,3,0,0,0-3,3V15a8.5,8.5,0,0,0,17,0Z"/> <path className="cls-1" d="M3.5,11.5H3a2.5,2.5,0,0,0,0,5h.632"/> <path className="cls-1" d="M20.5,11.5H21a2.5,2.5,0,0,1,0,5h-.632"/> <line className="cls-1" x1="8.5" y1={13} x2="8.5" y2={14}/> <line className="cls-1" x1="15.5" y1={13} x2="15.5" y2={14}/> <path className="cls-1" d="M14.835,16.34a.866.866,0,0,0-.933.567A2.144,2.144,0,0,1,12,18.5a2.147,2.147,0,0,1-1.9-1.593.866.866,0,0,0-.933-.567L6,16.682l.513,1.367a1.338,1.338,0,0,0,2.25.431l.49.885A1.557,1.557,0,0,0,12,19.5a1.557,1.557,0,0,0,2.747-.135l.49-.885a1.338,1.338,0,0,0,2.25-.431L18,16.682Z"/> </svg>); } //# sourceMappingURL=VideoGameMario31.js.map