@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 2.96 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialBlurOffW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "BlurOffW100",
short_name: "BlurOff",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M10 21.5q-.2 0-.35-.15-.15-.15-.15-.35 0-.2.15-.35.15-.15.35-.15.2 0 .35.15.15.15.15.35 0 .2-.15.35-.15.15-.35.15Zm4 0q-.2 0-.35-.15-.15-.15-.15-.35 0-.2.15-.35.15-.15.35-.15.2 0 .35.15.15.15.15.35 0 .2-.15.35-.15.15-.35.15Zm-8-2.7q-.35 0-.575-.225Q5.2 18.35 5.2 18t.225-.575Q5.65 17.2 6 17.2t.575.225q.225.225.225.575t-.225.575Q6.35 18.8 6 18.8Zm4 0q-.35 0-.575-.225Q9.2 18.35 9.2 18t.225-.575Q9.65 17.2 10 17.2t.575.225q.225.225.225.575t-.225.575q-.225.225-.575.225Zm-4-4q-.35 0-.575-.225Q5.2 14.35 5.2 14t.225-.575Q5.65 13.2 6 13.2t.575.225q.225.225.225.575t-.225.575Q6.35 14.8 6 14.8Zm-3-.3q-.2 0-.35-.15-.15-.15-.15-.35 0-.2.15-.35.15-.15.35-.15.2 0 .35.15.15.15.15.35 0 .2-.15.35-.15.15-.35.15Zm18 0q-.2 0-.35-.15-.15-.15-.15-.35 0-.2.15-.35.15-.15.35-.15.2 0 .35.15.15.15.15.35 0 .2-.15.35-.15.15-.35.15Zm-3-3.7q-.35 0-.575-.225Q17.2 10.35 17.2 10t.225-.575Q17.65 9.2 18 9.2t.575.225q.225.225.225.575t-.225.575q-.225.225-.575.225Zm-15-.3q-.2 0-.35-.15-.15-.15-.15-.35 0-.2.15-.35.15-.15.35-.15.2 0 .35.15.15.15.15.35 0 .2-.15.35-.15.15-.35.15Zm18 0q-.2 0-.35-.15-.15-.15-.15-.35 0-.2.15-.35.15-.15.35-.15.2 0 .35.15.15.15.15.35 0 .2-.15.35-.15.15-.35.15Zm-7-3.7q-.35 0-.575-.225Q13.2 6.35 13.2 6t.225-.575Q13.65 5.2 14 5.2t.575.225q.225.225.225.575t-.225.575Q14.35 6.8 14 6.8Zm4 0q-.35 0-.575-.225Q17.2 6.35 17.2 6t.225-.575Q17.65 5.2 18 5.2t.575.225q.225.225.225.575t-.225.575Q18.35 6.8 18 6.8Zm-8-3.3q-.2 0-.35-.15Q9.5 3.2 9.5 3q0-.2.15-.35.15-.15.35-.15.2 0 .35.15.15.15.15.35 0 .2-.15.35-.15.15-.35.15Zm4 0q-.2 0-.35-.15-.15-.15-.15-.35 0-.2.15-.35.15-.15.35-.15.2 0 .35.15.15.15.15.35 0 .2-.15.35-.15.15-.35.15Zm4 11.3-.8-.8q0-.35.225-.575.225-.225.575-.225t.575.225q.225.225.225.575t-.225.575q-.225.225-.575.225Zm-3.725-3.725-1.35-1.35q.1-.35.4-.588.3-.237.675-.237.45 0 .775.325T15.1 10q0 .375-.237.675-.238.3-.588.4ZM10 6.8 9.2 6q0-.35.225-.575Q9.65 5.2 10 5.2t.575.225q.225.225.225.575t-.225.575Q10.35 6.8 10 6.8Zm-4 4q-.35 0-.575-.225Q5.2 10.35 5.2 10t.225-.575Q5.65 9.2 6 9.2t.575.225Q6.8 9.65 6.8 10t-.225.575Q6.35 10.8 6 10.8Zm4 4.3q-.45 0-.775-.325T8.9 14q0-.45.325-.775T10 12.9q.45 0 .775.325T11.1 14q0 .45-.325.775T10 15.1Zm4 3.7q-.35 0-.575-.225Q13.2 18.35 13.2 18t.225-.575q.225-.225.575-.225t.575.225q.225.225.225.575t-.225.575q-.225.225-.575.225Zm6.625 2.475-17.9-17.9q-.1-.1-.113-.238Q2.6 3 2.725 2.875t.25-.125q.125 0 .25.125l17.9 17.9q.1.1.113.237.012.138-.113.263t-.25.125q-.125 0-.25-.125Z"
}));
});
IconMaterialBlurOffW100.displayName = 'AmauiIconMaterialBlurOffW100';
export default IconMaterialBlurOffW100;