phosphor-react-native
Version:
Flexible icons for React Native
41 lines (38 loc) • 2.12 kB
JavaScript
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
/* GENERATED FILE */
import * as React from 'react';
import Svg, { Rect, G, Circle, Path } from 'react-native-svg';
function SunDim(props) {
return /*#__PURE__*/React.createElement(Svg, _extends({
id: "Raw",
viewBox: "0 0 256 256",
width: props.size,
height: props.size
}, props), /*#__PURE__*/React.createElement(Rect, {
width: 256,
height: 256,
fill: "none"
}), /*#__PURE__*/React.createElement(G, null, /*#__PURE__*/React.createElement(Circle, {
cx: 128,
cy: 128,
r: 68
}), /*#__PURE__*/React.createElement(Path, {
d: "M128,44a7.99993,7.99993,0,0,0,8-8V28a8,8,0,0,0-16,0v8A7.99993,7.99993,0,0,0,128,44Z"
}), /*#__PURE__*/React.createElement(Path, {
d: "M57.28906,68.603A8,8,0,1,0,68.603,57.28955l-5.65674-5.657A7.99983,7.99983,0,1,0,51.63281,62.946Z"
}), /*#__PURE__*/React.createElement(Path, {
d: "M36,120H28a8,8,0,0,0,0,16h8a8,8,0,0,0,0-16Z"
}), /*#__PURE__*/React.createElement(Path, {
d: "M57.28955,187.397l-5.65674,5.65674a7.99984,7.99984,0,1,0,11.31348,11.31348l5.65674-5.65674A7.99984,7.99984,0,0,0,57.28955,187.397Z"
}), /*#__PURE__*/React.createElement(Path, {
d: "M128,212a7.99977,7.99977,0,0,0-8,8v8a8,8,0,0,0,16,0v-8A7.99977,7.99977,0,0,0,128,212Z"
}), /*#__PURE__*/React.createElement(Path, {
d: "M198.71045,187.397A7.99984,7.99984,0,0,0,187.397,198.71045l5.65674,5.65674a7.99984,7.99984,0,0,0,11.31348-11.31348Z"
}), /*#__PURE__*/React.createElement(Path, {
d: "M228,120h-8a8,8,0,0,0,0,16h8a8,8,0,0,0,0-16Z"
}), /*#__PURE__*/React.createElement(Path, {
d: "M193.05371,70.94629a7.977,7.977,0,0,0,5.65723-2.34326l5.65625-5.657a7.99983,7.99983,0,1,0-11.31348-11.31347l-5.65674,5.657a7.99988,7.99988,0,0,0,5.65674,13.65674Z"
})));
}
export default SunDim;
//# sourceMappingURL=SunDim.js.map