@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.89 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 IconMaterial3dRotationW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: '3dRotationW100Filled', short_name: '3dRotation', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M624-376h-93q-6 0-10.5-4.5T516-391v-178q0-6 4.5-10.5T531-584h93q17 0 28.5 11.5T664-544v128q0 17-11.5 28.5T624-376Zm-204 0H310q-6.07 0-10.03-3.95-3.97-3.96-3.97-10 0-6.05 3.97-10.05 3.96-4 10.03-4h106v-62h-66q-5.6 0-9.8-4.2-4.2-4.2-4.2-9.8 0-5.6 4.2-9.8 4.2-4.2 9.8-4.2h66v-62H310q-6.07 0-10.03-3.95-3.97-3.96-3.97-10 0-6.05 3.97-10.05 3.96-4 10.03-4h110q10.2 0 17.1 6.9 6.9 6.9 6.9 17.1v160q0 10.2-6.9 17.1-6.9 6.9-17.1 6.9Zm124-28h80q6 0 9-3t3-9v-128q0-6-3-9t-9-3h-80v152Zm269.96-62q-5.96 0-9.96-4.02-4-4.03-4-9.98 0-128-87-220T498-800l54 54q4 4 4.5 9.5T552-726q-5 5-10 5t-10-5l-88-88q-3-3-1.83-7 1.16-4 5.83-5 7.71-1.25 15.81-1.63Q471.9-828 480-828q72.21 0 135.72 27.41 63.51 27.4 110.49 74.38t74.38 110.49Q828-552.21 828-480q0 5.95-4.04 9.98-4.03 4.02-10 4.02ZM480-132q-72.21 0-135.72-27.4-63.51-27.41-110.49-74.39-46.98-46.98-74.39-110.49Q132-407.79 132-480q0-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.98 0 128 87 220t215 100l-54-54q-4-4-4.5-9.5T408-234q5-5 10-5t10 5l88 88q3 3 1.83 7-1.16 4-5.83 5-7.71 1.25-15.81 1.62-8.09.38-16.19.38Z" }) })));
});
IconMaterial3dRotationW100Filled.displayName = 'OnesyIconMaterial3dRotationW100Filled';
exports.default = IconMaterial3dRotationW100Filled;
;