import { GenIcon, type IconBaseProps } from "../deps.ts"; export function FcRotateToLandscape(props: IconBaseProps) { return GenIcon({tag:"svg",attr:{version:"1",viewBox:"0 0 48 48",enableBackground:"new 0 0 48 48"},child:[{tag:"path",attr:{fill:"#37474F",d:"M10,41V7c0-2.2,1.8-4,4-4h20c2.2,0,4,1.8,4,4v34c0,2.2-1.8,4-4,4H14C11.8,45,10,43.2,10,41z"}},{tag:"path",attr:{fill:"#F3E5F5",d:"M34,6H14c-0.6,0-1,0.4-1,1v34c0,0.6,0.4,1,1,1h20c0.6,0,1-0.4,1-1V7C35,6.4,34.6,6,34,6z"}},{tag:"polygon",attr:{fill:"#9C27B0","points":"22,34 27.9,27 16.1,27"}},{tag:"path",attr:{fill:"#9C27B0",d:"M26,16c-3.3,0-6,2.7-6,6v6h4v-6c0-1.1,0.9-2,2-2s2,0.9,2,2v2h4v-2C32,18.7,29.3,16,26,16z"}}]})(props); } export default FcRotateToLandscape;