/** @jsx h */
import { forwardRef } from 'preact/compat';
import { h } from 'preact';
export const SlashSolid = forwardRef((props, ref) => {
    return (<svg {...props} ref={ref} xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon">
      <path fillRule="evenodd" d="M15.256 3.042a.75.75 0 0 1 .449.962l-6 16.5a.75.75 0 1 1-1.41-.513l6-16.5a.75.75 0 0 1 .961-.449Z" clipRule="evenodd"/>
    </svg>);
});
//# sourceMappingURL=slash-solid.jsx.map