import { GenIcon, type IconBaseProps } from "../deps.ts"; export function FcGenericSortingAsc(props: IconBaseProps) { return GenIcon({tag:"svg",attr:{version:"1",viewBox:"0 0 48 48",enableBackground:"new 0 0 48 48"},child:[{tag:"rect",attr:{x:"6",y:"6",fill:"#2196F3","width":"4","height":"4"}},{tag:"rect",attr:{x:"6",y:"14",fill:"#2196F3","width":"12","height":"4"}},{tag:"rect",attr:{x:"6",y:"22",fill:"#2196F3","width":"20","height":"4"}},{tag:"rect",attr:{x:"6",y:"30",fill:"#2196F3","width":"28","height":"4"}},{tag:"rect",attr:{x:"6",y:"38",fill:"#2196F3","width":"36","height":"4"}}]})(props); } export default FcGenericSortingAsc;