@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 946 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialNestLocatorTagFilled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "NestLocatorTagFilled",
short_name: "NestLocatorTag",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M12 22q-2.925 0-4.962-2.038Q5 17.925 5 15q0-2.4 1.4-4.225Q7.8 8.95 10 8.3V3q0-.425.288-.713Q10.575 2 11 2h2q.425 0 .713.287Q14 2.575 14 3v5.3q2.2.65 3.6 2.475Q19 12.6 19 15q0 2.925-2.038 4.962Q14.925 22 12 22Zm0-2q2.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"
}));
});
IconMaterialNestLocatorTagFilled.displayName = 'OnesyIconMaterialNestLocatorTagFilled';
export default IconMaterialNestLocatorTagFilled;