UNPKG

@sparkpost/matchbox

Version:
12 lines (8 loc) 431 B
import React from 'react' import Icon from 'react-icon-base' const MdLocalRestaurant = props => ( <Icon viewBox="0 0 40 40" {...props}> <g><path d="m24.8 19.2l-2.5 2.4 11.5 11.5-2.3 2.4-11.5-11.5-11.5 11.5-2.3-2.4 16.2-16.2q-0.9-1.9-0.3-4.4t2.7-4.5q2.4-2.4 5.4-2.7t4.7 1.4 1.5 4.8-2.8 5.5q-2 1.9-4.5 2.5t-4.3-0.3z m-11.3 3.1l-7-7.1q-2-1.9-2-4.7t2-4.6l11.7 11.6z"/></g> </Icon> ) export default MdLocalRestaurant