import React from 'react';
export const CheckboxSharp = (props) => {
return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...props}>
<path d="M48 48v416h416V48Zm170 312.38-80.6-89.57 23.79-21.41 56 62.22L350 153.46 374.54 174Z"/>
</svg>;
};