react-icon-library
Version:
A library of SVG icons for use in reactJS projects
16 lines • 1.2 kB
JavaScript
import React from 'react';
export default function VideoGameMarioEnemy1(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-enemy</title>
<path className="cls-1" d="M22.462,9.139c-1.531.531-3.073.553-4.093-.468"/>
<path className="cls-1" d="M6.878,11.993a3.251,3.251,0,1,0,6.157-1.178"/>
<path className="cls-1" d="M17.866,10.823a11.59,11.59,0,0,1-.6,3.363l1.8.9a1.25,1.25,0,1,1-1.087,2.242l-1.557-.816a7.017,7.017,0,0,1-3.541,3.023L11.857,21h2a1.5,1.5,0,0,1,1.5,1.5c0,.828-.672,1-1.5,1H10.2a1,1,0,0,1-.918-.605c-2.761-6.412-2.6-2.269-4.984-6.4L1.228,12.217a.5.5,0,0,1,.545-.771,17.015,17.015,0,0,0,4.6.554,19.191,19.191,0,0,0,7.493-1.513A5.476,5.476,0,0,1,12.369,7a4.149,4.149,0,0,1,2.484-3.821V2.5a2,2,0,1,1,4,0V4h.422a3.557,3.557,0,0,1,3.519,2.767A3.5,3.5,0,0,1,19.369,11a6.1,6.1,0,0,1-2-.336"/>
<line className="cls-1" x1="16.853" y1={4} x2="16.853" y2="5.5"/>
</svg>);
}
//# sourceMappingURL=VideoGameMarioEnemy1.js.map