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) 759 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 PinterestLogo = props => /*#__PURE__*/_jsx(Svg, { fill: props.color, viewBox: "0 0 256 256", width: props.size, height: props.size, ...props, children: /*#__PURE__*/_jsx(Path, { d: "M228 112c0 23.6-8.29 45.23-23.35 60.88C190.52 187.57 171.33 196 152 196c-15.45 0-26.78-4.18-34.89-9.31l-9.43 40.06a12 12 0 1 1-23.36-5.5l32-136a12 12 0 1 1 23.36 5.5l-16.45 69.93C126.72 164.86 135.16 172 152 172c25.56 0 52-22.45 52-60a68 68 0 1 0-126.91 34 12 12 0 0 1-20.77 12A92 92 0 1 1 228 112" }) }); export default PinterestLogo; //# sourceMappingURL=PinterestLogo.js.map