import * as React from "react"; import { IconWrapper } from "../icon-wrapper"; import { ISvgIcons } from "../type"; export const ProjectIcon: React.FC = ({ color = "currentColor", ...rest }) => ( );