@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 718 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialLocationAutomationFilled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "LocationAutomationFilled",
short_name: "LocationAutomation",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M4 19V7l8-6 8 6v4h-2V8l-6-4.5L6 8v9h6v2Zm14.5 3-1.4-3.1-3.1-1.4 3.1-1.4 1.4-3.1 1.4 3.1 3.1 1.4-3.1 1.4Z"
}));
});
IconMaterialLocationAutomationFilled.displayName = 'OnesyIconMaterialLocationAutomationFilled';
export default IconMaterialLocationAutomationFilled;