@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) • 1.16 kB
JavaScript
;
/* 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 Waves = 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-10.8 144.87c-13.07 11.18-24.9 15.1-35.64 15.1-14.26 0-26.62-6.92-37.47-13-18.41-10.31-32.95-18.45-54.89.31a8 8 0 1 1-10.4-12.16c30.42-26 54.09-12.76 73.11-2.11 18.41 10.31 33 18.45 54.89-.31a8 8 0 0 1 10.4 12.16Zm0-44c-13.07 11.18-24.9 15.1-35.64 15.1-14.26 0-26.62-6.92-37.47-13-18.41-10.31-32.95-18.45-54.89.31a8 8 0 0 1-10.4-12.16c30.42-26 54.09-12.76 73.11-2.11 18.41 10.31 33 18.45 54.89-.31a8 8 0 1 1 10.4 12.16Zm0-44c-13.07 11.18-24.9 15.1-35.64 15.1-14.26 0-26.62-6.92-37.47-13-18.41-10.31-32.95-18.45-54.89.31a8 8 0 0 1-10.4-12.15c30.42-26 54.09-12.76 73.11-2.11 18.41 10.31 33 18.45 54.89-.31a8 8 0 1 1 10.4 12.16"
})
});
export default Waves;
//# sourceMappingURL=Waves.js.map