// Generated by script, don't edit it please.
import * as React from 'react';

function Database(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 27 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M13.714 13.714c5.375 0 10.768-.964 13.714-3.036v3.036c0 2.518-6.143 4.571-13.714 4.571S0 16.231 0 13.714v-3.036c2.946 2.071 8.339 3.036 13.714 3.036zm0 13.715c5.375 0 10.768-.964 13.714-3.036v3.036c0 2.518-6.143 4.571-13.714 4.571S0 29.946 0 27.429v-3.036c2.946 2.071 8.339 3.036 13.714 3.036zm0-6.858c5.375 0 10.768-.964 13.714-3.036v3.036c0 2.518-6.143 4.571-13.714 4.571S0 23.088 0 20.571v-3.036c2.946 2.071 8.339 3.036 13.714 3.036zm0-20.571c7.571 0 13.714 2.054 13.714 4.571v2.286c0 2.518-6.143 4.571-13.714 4.571S0 9.374 0 6.857V4.571C0 2.053 6.143 0 13.714 0z" />
    </svg>
  );
}

const ForwardRef = React.forwardRef(Database);
export default ForwardRef;
