import React from "react" import IconProps from "../types/icon-type" const FolderOpenIcon: React.FC = ({ size = "20px", color = "currentColor", ...attributes }) => { return ( ) } export default FolderOpenIcon