@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.36 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialNestMiniW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "NestMiniW100",
short_name: "NestMini",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M300-412q11 0 19.5-8.5T328-440q0-11-8.5-19.5T300-468q-11 0-19.5 8.5T272-440q0 11 8.5 19.5T300-412Zm120 0q11 0 19.5-8.5T448-440q0-11-8.5-19.5T420-468q-11 0-19.5 8.5T392-440q0 11 8.5 19.5T420-412Zm120 0q11 0 19.5-8.5T568-440q0-11-8.5-19.5T540-468q-11 0-19.5 8.5T512-440q0 11 8.5 19.5T540-412Zm120 0q11 0 19.5-8.5T688-440q0-11-8.5-19.5T660-468q-11 0-19.5 8.5T632-440q0 11 8.5 19.5T660-412ZM480-92q-72.5 0-135.82-27.55-63.31-27.55-110.2-74.43-46.88-46.89-74.43-110.2Q132-367.5 132-440q0-141 96.5-242.5T466-789v-131q0-5.95 4.04-9.97 4.03-4.03 10-4.03 5.96 0 9.96 4.03 4 4.02 4 9.97v131q141 5 237.5 106.5T828-440q0 72.5-27.55 135.82-27.55 63.31-74.43 110.2-46.89 46.88-110.2 74.43Q552.5-92 480-92Zm.2-28Q614-120 707-213.2t93-227Q800-574 706.8-667t-227-93Q346-760 253-666.8t-93 227Q160-306 253.2-213t227 93Zm-.2-320Z"
}));
});
IconMaterialNestMiniW100.displayName = 'OnesyIconMaterialNestMiniW100';
export default IconMaterialNestMiniW100;