@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.1 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialAstrophotographyAutoW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "AstrophotographyAutoW100Filled",
short_name: "AstrophotographyAuto",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("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"
}));
});
IconMaterialAstrophotographyAutoW100Filled.displayName = 'OnesyIconMaterialAstrophotographyAutoW100Filled';
export default IconMaterialAstrophotographyAutoW100Filled;