@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialNestLocatorTagW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "NestLocatorTagW100Filled",
short_name: "NestLocatorTag",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M12 20.7q-2.35 0-4.025-1.675Q6.3 17.35 6.3 15q0-1.725 1.075-3.338Q8.45 10.05 10.65 9.45V3.4q0-.325.213-.538.212-.212.537-.212h1.2q.325 0 .538.212.212.213.212.538v6.05q2.2.6 3.275 2.212Q17.7 13.275 17.7 15q0 2.35-1.675 4.025Q14.35 20.7 12 20.7Zm0-.7q2.075 0 3.538-1.462Q17 17.075 17 15q0-2.075-1.462-3.538Q14.075 10 12 10q-2.075 0-3.537 1.462Q7 12.925 7 15q0 2.075 1.463 3.538Q9.925 20 12 20Z"
}));
});
IconMaterialNestLocatorTagW100Filled.displayName = 'OnesyIconMaterialNestLocatorTagW100Filled';
export default IconMaterialNestLocatorTagW100Filled;