@fitch-digital/fitch-ui
Version:
UI Library for Fitch Digital Projects
9 lines (7 loc) • 454 B
JavaScript
/* eslint-disable max-len */
import React from 'react';
export default props => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" {...props}>
<path d="M403.002 217.001C388.998 148.002 328.998 96 256 96c-57.998 0-107.998 32.998-132.998 81.001C63.002 183.002 16 233.998 16 296c0 65.996 53.999 120 120 120h260c55 0 100-45 100-100 0-52.998-40.996-96.001-92.998-98.999zM288 276v76h-64v-76h-68l100-100 100 100h-68z" />
</svg>
);