Skip to content

Instantly share code, notes, and snippets.

View elizabetdev's full-sized avatar
👾
Yeah!

Elizabet Oliveira elizabetdev

👾
Yeah!
View GitHub Profile
import React from 'react';
import paths from './paths';
const Face = ({ mood, ...rest }) => (
<g id="kawaii-face" {...rest}>
<defs>
<path d={paths.defs} id="kawaii-face__path-1" />
</defs>
<g id="kawaii-face__mouth" transform="translate(18.000000, 16.000000)">
{(mood === 'blissful' || mood === 'lovestruck') &&