@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 768 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialLocationAutomationW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "LocationAutomationW100Filled",
short_name: "LocationAutomation",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M5.3 17.7V7.65L12 2.575l6.7 5.075v4H18V8l-6-4.55L6 8v9h6.65v.7Zm13.2 2.725-.9-2.025-2.025-.9 2.025-.9.9-2.025.9 2.025 2.025.9-2.025.9Z"
}));
});
IconMaterialLocationAutomationW100Filled.displayName = 'OnesyIconMaterialLocationAutomationW100Filled';
export default IconMaterialLocationAutomationW100Filled;