@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.58 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialNearbyErrorW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "NearbyErrorW100Filled",
short_name: "NearbyError",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M807.96-240q-5.96 0-9.96-4.02-4-4.03-4-9.98v-266q0-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.97v266q0 5.95-4.04 9.98-4.03 4.02-10 4.02Zm-.31 90q-8.65 0-14.15-5.65t-5.5-14q0-8.35 5.65-14.35t14-6q8.35 0 14.35 5.85t6 14.5q0 8.65-5.85 14.15t-14.5 5.5Zm-359.72-15q-10.93 0-21.43-4.5T406-184L152-438q-10-10-14.5-20.57t-4.5-21.5q0-10.93 4.5-21.43T152-522l254-254q10-10 20.57-14.5t21.5-4.5q10.93 0 21.43 5t20.5 14l179 177q2 2 3.5 5.34T674-586q0 8.12-5.84 13.06-5.85 4.94-13.39 4.94-3.77 0-6.27-1-2.5-1-5.5-4L464-752q-8-8-16-8t-16 8L176-496q-8 8-8 16t8 16l256 256q8 8 16 8t16-8l179-179q3-3 5.5-4t6.5-1q7.45 0 13.23 4.97 5.77 4.97 5.77 13.13 0 3.9-1 7.4-1 3.5-4 5.5L490-184q-10 9-20.57 14t-21.5 5ZM427-371l-88-88q-5-5-7-10.5t-2-10.5q0-5.89 2.2-11.05 2.21-5.15 6.62-9.57L427-589q5-5 10.5-7t10.5-2q5.9 0 11.06 2.21 5.17 2.21 9.59 6.64l88.5 88.5q4.43 4.42 6.64 9.59Q566-485.9 566-480q0 5-2 10.5t-7 10.5l-88.38 88.18q-4.42 4.41-9.57 6.62-5.16 2.2-11.05 2.2-5 0-10.5-2t-10.5-7Z"
}));
});
IconMaterialNearbyErrorW100Filled.displayName = 'OnesyIconMaterialNearbyErrorW100Filled';
export default IconMaterialNearbyErrorW100Filled;