/* Generated code. Do not edit.*/
import * as React from "react";
import Svg, { Path } from "react-native-svg";
import { IconSvgProps } from '../types'
const Seatbelt = (props: IconSvgProps) => <Svg fill={props.color} viewBox="0 0 256 256" width={props.size} height={props.size} {...props}><Path d="M200 212H89.45l110.18-90.74a12 12 0 1 0-15.26-18.52l-17.78 14.64a83.3 83.3 0 0 0-17-6.55 48 48 0 1 0-43.26 0 83.9 83.9 0 0 0-58 54.49 12 12 0 0 0 22.76 7.62 60.05 60.05 0 0 1 74.54-38.3l-97.26 80.1A12 12 0 0 0 56 236h144a12 12 0 0 0 0-24M128 44a24 24 0 1 1-24 24 24 24 0 0 1 24-24m76.61 113.51a83.6 83.6 0 0 1 6.88 25.17 12 12 0 0 1-23.86 2.64 59.2 59.2 0 0 0-4.9-17.95 12 12 0 0 1 21.88-9.86" /></Svg>;
export default Seatbelt;