UNPKG

react-native-unicons

Version:
9 lines (8 loc) 718 B
import * as React from 'react'; import Svg, { Path } from 'react-native-svg'; function SvgShutter(props) { return (<Svg viewBox="0 0 24 24" width={24} height={24} {...props}> <Path d="M19.07 4.93A10 10 0 104.93 19.07 10 10 0 1019.07 4.93zM18.23 7h-5.47l2.35-2.35A8.14 8.14 0 0118.23 7zM9 4.6a8.15 8.15 0 013.87-.54L9 7.93zM7 5.77v5.47L5.19 9.43l-.54-.54A8.14 8.14 0 017 5.77zM4.6 15a8.12 8.12 0 01-.54-3.87L7.93 15zm1.17 2h5.47l-2.35 2.35A8.14 8.14 0 015.77 17zM15 19.4a8.13 8.13 0 01-3.87.54L15 16.07zm0-6.16L13.24 15h-2.49L9 13.24v-2.48L10.76 9h2.48L15 10.76zm2 5v-5.48l2.35 2.35A8.14 8.14 0 0117 18.23zM16.07 9h3.33a8.13 8.13 0 01.54 3.87z" fill="currentColor"/> </Svg>); } export default SvgShutter;