@omtanke/react-material-icons
Version:
Google Fonts - Material Icons
18 lines (16 loc) • 608 B
JavaScript
const SvgCelebrationSharp = (props) => {
return (
<svg
xmlns='http://www.w3.org/2000/svg'
height='1em'
viewBox='0 0 24 24'
width='1em'
className='svg-icon'
{...props}>
<path fill='none' d='M0 0h24v24H0z' />
<path d='M2 22l14-5-9-9zM14.53 12.53L21 6.05l1.48 1.48 1.06-1.06L21 3.93l-7.53 7.53 1.06 1.07zM10.94 6L9.47 7.47l1.06 1.06 2.54-2.54-2.54-2.53-1.06 1.07L10.94 6zM18.97 9.97l-3.5 3.5 1.06 1.06L19 12.06l2.5 2.49 1.06-1.06-3.59-3.52z' />
<path d='M15.97 4.97l-4.5 4.5 1.06 1.06L18.07 5l-3.53-3.53-1.06 1.06 2.49 2.44z' />
</svg>
);
}
export default SvgCelebrationSharp;