@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.46 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialScreenRotationAltW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "ScreenRotationAltW100Filled",
short_name: "ScreenRotationAlt",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M501-164 274-390q-2-2.4-3-5.2-1-2.8-1-5.13 0-4.67 3.5-9.17t10.09-4.5q2.92 0 5.67 1 2.74 1 4.74 3l227 227q9 10 23 9.5t23-9.5l216-216H656q-5.95 0-9.97-4.04-4.03-4.03-4.03-10 0-5.96 4.03-9.96 4.02-4 9.97-4h144q12.75 0 21.38 8.62Q830-409.75 830-397v144q0 5.95-4.04 9.98-4.03 4.02-10 4.02-5.96 0-9.96-4.02-4-4.03-4-9.98v-127L586-164q-8.21 8.13-19.04 12.57Q556.14-147 544.2-147q-11.2 0-22.63-4.43Q510.14-155.87 501-164ZM160-534q-12.75 0-21.37-8.63Q130-551.25 130-564v-144q0-5.95 4.04-9.97 4.03-4.03 10-4.03 5.96 0 9.96 4.03 4 4.02 4 9.97v127l216-216q9.04-8.87 20.34-12.93 11.3-4.07 22.61-4.07 12.05 0 22.93 4.07Q450.75-805.87 459-797l227 226q2 2.4 3 5.2 1 2.8 1 5.13 0 4.67-3.5 9.17t-10.09 4.5q-2.92 0-5.67-1-2.74-1-4.74-3L439-778q-9-10-23-9.5t-23 9.5L177-562h127q5.95 0 9.98 4.04 4.02 4.03 4.02 10 0 5.96-4.02 9.96-4.03 4-9.98 4H160Z"
}));
});
IconMaterialScreenRotationAltW100Filled.displayName = 'OnesyIconMaterialScreenRotationAltW100Filled';
export default IconMaterialScreenRotationAltW100Filled;