@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) • 988 B
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 LineSegments = props => /*#__PURE__*/_jsx(Svg, {
fill: props.color,
viewBox: "0 0 256 256",
width: props.size,
height: props.size,
...props,
children: /*#__PURE__*/_jsx(Path, {
d: "M241.47 30.53a36 36 0 0 0-50.92 0 36.06 36.06 0 0 0-1.2 49.66l-23.83 44.26a36.1 36.1 0 0 0-21 3.07l-16-16a36 36 0 0 0-57.94-41 36 36 0 0 0-1.2 49.66L45.5 164.45a36 36 0 0 0-31 10.1 36 36 0 1 0 52.12 1.26l23.83-44.26A35 35 0 0 0 96 132a36.1 36.1 0 0 0 15.51-3.5l16 16a36 36 0 1 0 59.14-8.68l23.85-44.27a36 36 0 0 0 5.5.45 36 36 0 0 0 25.46-61.45Zm-154 57a12 12 0 0 1 17 17 12 12 0 0 1-17-17m-39 121a12 12 0 1 1 0-17 12 12 0 0 1 0 16.97Zm120-40a12 12 0 1 1 0-17 12 12 0 0 1 .02 16.96Zm56-104a12 12 0 1 1 0-17 12 12 0 0 1 .03 16.95Z"
})
});
export default LineSegments;
//# sourceMappingURL=LineSegments.js.map