const { className, width, height, currentColor } = props;return <svg class={className ?? ""} width={width} height={height} aria-hidden="true" focusable="false" tabindex="-1" viewBox="0 0 24 24" ><g><rect fill={fill ?? "currentColor"} height="24" width="24"/></g><g><g><polygon points="17,13 19,13 19,15 14,15 14,9 21,9 21,7 12,7 12,17 21,17 21,11 17,11"/><polygon points="3,13 8,13 8,15 3,15 3,17 10,17 10,11 5,11 5,9 10,9 10,7 3,7"/></g></g></svg>;