UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 628 B
import React from 'react'; export default function EmoticonTongueIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-emoticon-tongue ${props.className}`} viewBox="0 0 24 24" > <path d="M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2m-4.73 9c-.17-.29-.27-.64-.27-1 0-1.11.89-2 2-2a2 2 0 0 1 2 2c0 .36-.1.71-.27 1-.34-.6-.99-1-1.73-1s-1.39.4-1.73 1M16 15h-1c0 2-.9 3-2 3s-2-1-2-3H8v-2h8v2m.73-4c-.34-.6-.99-1-1.73-1s-1.39.4-1.73 1c-.17-.29-.27-.64-.27-1 0-1.11.89-2 2-2a2 2 0 0 1 2 2c0 .36-.1.71-.27 1z" /> </svg> ); }