UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.31 kB
"use strict"; 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 IconMaterialAstrophotographyAutoW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'AstrophotographyAutoW100', short_name: 'AstrophotographyAuto', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m18.4 6.925-.75-1.675-1.675-.75 1.675-.75.75-1.675.75 1.675 1.675.75-1.675.75Zm0 15-.75-1.675-1.675-.75 1.675-.75.75-1.675.75 1.675 1.675.75-1.675.75Zm-11.925-6.75 2.975-7.5h.9l2.975 7.5h-.75l-.8-2h-3.75l-.8 2Zm1.825-2.7h3.2L9.9 8.45ZM9.9 18q2.5 0 4.25-1.75T15.9 12q0-2.5-1.75-4.25T9.9 6Q7.4 6 5.65 7.75T3.9 12q0 2.5 1.75 4.25T9.9 18Zm0 .7q-2.8 0-4.75-1.95Q3.2 14.8 3.2 12t1.95-4.75Q7.1 5.3 9.9 5.3t4.75 1.95Q16.6 9.2 16.6 12t-1.95 4.75Q12.7 18.7 9.9 18.7Z" }) }))); }); IconMaterialAstrophotographyAutoW100.displayName = 'OnesyIconMaterialAstrophotographyAutoW100'; exports.default = IconMaterialAstrophotographyAutoW100;