import * as React from "react"; import type { SVGProps } from "react"; const SvgBedrock = (props: SVGProps) => ( ); export default SvgBedrock;