/* Generated code. Do not edit.*/
import * as React from "react";
import Svg, { Path } from "react-native-svg";
import { IconProps } from '../types'
const FingerprintSimple = (props: IconProps) => <Svg fill={props.color} viewBox="0 0 256 256" width={props.size} height={props.size} {...props}><Path d="M184 128a246.6 246.6 0 0 1-18.54 94.24 8 8 0 0 1-7.4 5 8.2 8.2 0 0 1-3-.6 8 8 0 0 1-4.36-10.45A230.7 230.7 0 0 0 168 128a8 8 0 0 1 16 0m-56-40a40.06 40.06 0 0 1 29.81 13.33 8 8 0 1 0 11.92-10.67A56 56 0 0 0 72 128a136.06 136.06 0 0 1-17 65.85 8 8 0 1 0 14 7.76A152.14 152.14 0 0 0 88 128a40 40 0 0 1 40-40m0-64a103.8 103.8 0 0 0-34.67 5.92A8 8 0 0 0 98.67 45 88.05 88.05 0 0 1 216 128a281.3 281.3 0 0 1-6.94 62.23 8 8 0 0 0 6 9.57 7.8 7.8 0 0 0 1.78.2 8 8 0 0 0 7.8-6.23A298 298 0 0 0 232 128 104.11 104.11 0 0 0 128 24M69.34 62.42a8 8 0 1 0-10.67-11.93A104.16 104.16 0 0 0 24 128a87.3 87.3 0 0 1-8 36.66 8 8 0 0 0 14.54 6.68A103.2 103.2 0 0 0 40 128a88.13 88.13 0 0 1 29.34-65.58m44.58 138.32a8 8 0 0 0-10.61 3.93c-1.92 4.2-4 8.39-6.29 12.44a8 8 0 0 0 3.12 10.89 7.9 7.9 0 0 0 3.87 1 8 8 0 0 0 7-4.12c2.44-4.41 4.74-9 6.84-13.52a8 8 0 0 0-3.93-10.62M128 120a8 8 0 0 0-8 8 185 185 0 0 1-5.79 46 8 8 0 0 0 5.75 9.74 8 8 0 0 0 2 .25 8 8 0 0 0 7.74-6 200.7 200.7 0 0 0 6.3-50 8 8 0 0 0-8-7.99" /></Svg>;
export default FingerprintSimple;