@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.04 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 IconMaterialAstrophotographyOff = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'AstrophotographyOff', short_name: 'AstrophotographyOff', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m19 9-1.25-2.75L15 5l2.75-1.25L19 1l1.25 2.75L23 5l-2.75 1.25Zm.775 13.6L1.4 4.225 2.8 2.8l4.65 4.65L9 4l2.5 5.5L17 12l-3.45 1.55 4.2 4.2L19 15l1.25 2.75L23 19l-2.75 1.25.925.95ZM9 20l-2.5-5.5L1 12l3.675-1.675 6 6Z" }) })));
});
IconMaterialAstrophotographyOff.displayName = 'OnesyIconMaterialAstrophotographyOff';
exports.default = IconMaterialAstrophotographyOff;
;