react-native-unicons
Version:
Unicons icons for React Native
9 lines (8 loc) • 724 B
JavaScript
import * as React from 'react';
import Svg, { Path } from 'react-native-svg';
function SvgImageAltSlash(props) {
return (<Svg data-name="Layer 1" viewBox="0 0 24 24" width={24} height={24} {...props}>
<Path d="M21.71 20.29l-.93-.93-.09-.1-.06-.07-.5-.5-.13-.07-5.18-5.2-.09-.08-3.2-3.21-.1-.13-7.72-7.71a1 1 0 00-1.42 1.42l1 1A3 3 0 003 6v12a3 3 0 003 3h12a2.9 2.9 0 001.27-.31h.05l.95 1a1 1 0 001.42 0 1 1 0 00.02-1.4zM5 6.41l3.24 3.24a2.84 2.84 0 00-.67.48L5 12.71zM6 19a1 1 0 01-1-1v-2.46l4-4a.81.81 0 011.1 0L17.59 19zM9.66 5H18a1 1 0 011 1v5.94a1 1 0 10-1.42 1.42l1.74 1.74a1 1 0 001.42 0 1 1 0 00.29-.72V6a3 3 0 00-3-3H9.66a1 1 0 000 2z" fill="currentColor"/>
</Svg>);
}
export default SvgImageAltSlash;