@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.67 kB
JavaScript
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const ui_react_1 = require("@onesy/ui-react");
const IconMaterialScreenRotationAltW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ScreenRotationAltW100', short_name: 'ScreenRotationAlt', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("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" }) })));
});
IconMaterialScreenRotationAltW100.displayName = 'OnesyIconMaterialScreenRotationAltW100';
exports.default = IconMaterialScreenRotationAltW100;
;