UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 1.19 kB
import React from 'react'; export default function FirefoxIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-firefox ${props.className}`} viewBox="0 0 24 24" > <path d="M21 11.7c0-.4-.1-1-.2-1.4-.3-1.7-1.2-3.2-2.3-4.4-.2-.3-.6-.6-1-.9-1.1-.9-2.4-1.5-3.9-1.8-3-.5-6 .5-8 2.6v-.1c-.1-.2-.1-.2-.2-.2-.1-.2-.1-.3-.2-.4 0-.2-.1-.4-.1-.6-.3.1-.3.4-.4.6-.2.2-.4.5-.4.8-.1.2-.3 1.1-.1 1.2h.1v.3c-.2.2-.3.3-.3.4-.3.6-.6 1.1-.7 1.7V9.8c-.2.2-.2.5-.3.7.1 0 .1-.1.2-.1-.5 2.6.2 5.3 1.8 7.3 2.4 2.9 6.5 4.1 10.1 2.8 3.5-1.3 5.9-4.7 5.9-8.5v-.3m-7.5-7.6c1.5.3 2.9 1 4 2 .1.1.2.3.2.3-.3-.3-1-.8-1.4-.6.1.3 1.3 1.8 1.4 1.9 0 0 .3 1.3.4 1.4 0 .2-.7 2.8-.7 3.2 0 .1-.9 1.9-.8 1.9-.3.7-.6.7-.7.8-.1 0-.7.2-1.4.4-.6.1-1.3.3-1.8.2-.3 0-.7 0-1-.2-.1-.1-.9-.5-1.1-.6-.3-.1-.5-.3-.7-.5H11c.6-.1 3.2-1 3.1-1.4 0-.3-.5-.5-.7-.7-.3-.1-1.5.1-2 .3 0 0-1.9-.5-2.4-.9 0-.1-.1-.7-.1-.8-.1-.1.3-.4.3-.4s1-1 1-1.1c.2 0 .4-.2.5-.3-.1 0 .1-.1.4-.3.3-.2.5-.2.5-.5 0 0 .5-.9-.1-.8 0 0-.9-.1-1.2-.1-.3.2-.4.1-.7 0 0 0-.2-.2-.2-.3.1-.2.8-1.7 1.1-1.8-.2-.4-1.2-.1-1.4.2 0 0-.8.6-1.2.7 0-.1-.5-.2-1-.2 1.8-1.5 4.2-2.2 6.6-1.8z" /> </svg> ); }