@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.09 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 IconMaterialAstrophotographyOffW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'AstrophotographyOffW100', short_name: 'AstrophotographyOff', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m17.7 7.95-.75-1.7-1.7-.75 1.7-.75.75-1.7.75 1.7 1.7.75-1.7.75Zm3.6 13.75L2.2 2.6l.5-.5 5.7 5.7.3-.65.775 1.725 2.35 2.35L13.55 12l-.65.3 4.475 4.475.325-.725.75 1.7 1.7.75-.725.325L21.8 21.2ZM8.7 16.85 7.2 13.5 3.85 12l3.4-1.525 2.975 2.975Z" }) })));
});
IconMaterialAstrophotographyOffW100.displayName = 'OnesyIconMaterialAstrophotographyOffW100';
exports.default = IconMaterialAstrophotographyOffW100;
;