UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 804 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialAstrophotographyOff = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "AstrophotographyOff", short_name: "AstrophotographyOff", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("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'; export default IconMaterialAstrophotographyOff;