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.

14 lines 1.1 kB
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); } /* Generated code. Do not edit.*/ import * as React from "react"; import Svg, { Path } from "react-native-svg"; const PenNibStraight = props => /*#__PURE__*/React.createElement(Svg, _extends({ fill: props.color, viewBox: "0 0 256 256", width: props.size, height: props.size }, props), /*#__PURE__*/React.createElement(Path, { d: "M225.92 122.11c-.1-.19-.19-.37-.3-.56L196 68.85V32a20 20 0 0 0-20-20H80a20 20 0 0 0-20 20v36.87l-29.62 52.68a5 5 0 0 0-.3.57 19.89 19.89 0 0 0 1.83 20.71c.09.13.18.25.28.37l86.44 108.29a12 12 0 0 0 18.75 0l86.43-108.29c.1-.12.19-.24.28-.37a19.91 19.91 0 0 0 1.83-20.72M172 36v24H84V36Zm-44 108a10 10 0 1 1 10-10 10 10 0 0 1-10 10m12 65.74v-43.93a34 34 0 1 0-24 0v43.92l-63.17-79.14L79 84h98l26.19 46.59Z" })); export default PenNibStraight; //# sourceMappingURL=PenNibStraight.js.map