// This code is generated. Do not modify it import React from "react"; import { ReactComponent } from "bootstrap-icons/icons/signpost-2-fill.svg"; import { IconProps } from "./index"; export default function Signpost2FillIcon(props: IconProps) { const size = props.size || 16; const className = props.className; return (); }