UNPKG

@vuduc0801/react-native-phosphor-icons

Version:

Since [Phosphor](https://phosphoricons.com/) does not support React Native, we have to convert all the SVGs to React Native SVGs.

18 lines (17 loc) 839 B
"use strict"; /* Generated code. Do not edit.*/ import * as React from "react"; import Svg, { Path } from "react-native-svg"; import { jsx as _jsx } from "react/jsx-runtime"; const Seatbelt = props => /*#__PURE__*/_jsx(Svg, { fill: props.color, viewBox: "0 0 256 256", width: props.size, height: props.size, ...props, children: /*#__PURE__*/_jsx(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" }) }); export default Seatbelt; //# sourceMappingURL=Seatbelt.js.map