import React from 'react';
export const PrismSharp = ({width="410",height="404",...other}) => {
return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}>
<path d="M256 16 16 352l240 144 240-144Zm-20 96.82v324.53L73.73 340Z"/>
</svg>;
};