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) 855 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 AddressBookTabs = props => /*#__PURE__*/_jsx(Svg, { fill: props.color, viewBox: "0 0 256 256", width: props.size, height: props.size, ...props, children: /*#__PURE__*/_jsx(Path, { d: "M208 32H48a16 16 0 0 0-16 16v160a16 16 0 0 0 16 16h160a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16m-24 16h24v40h-24Zm0 56h24v48h-24Zm-38 71.75a8 8 0 0 1-9.74-5.76c-2.63-10.26-13.06-18-24.25-18s-21.61 7.74-24.25 18a8 8 0 0 1-15.5-4 39.84 39.84 0 0 1 17.19-23.34 32 32 0 1 1 45.12 0A39.76 39.76 0 0 1 151.75 166a8 8 0 0 1-5.75 9.75M208 208h-24v-40h24zm-80-88a16 16 0 1 1-16-16 16 16 0 0 1 16 16" }) }); export default AddressBookTabs; //# sourceMappingURL=AddressBookTabs.js.map