@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.84 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialContactlessOffW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "ContactlessOffW100Filled",
short_name: "ContactlessOff",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M14.325 16.35q.125.05.275 0 .15-.05.2-.2.1-.275.163-.525.062-.25.087-.525l-.625-.625q-.025.35-.1.7-.075.35-.2.7-.05.125.013.275.062.15.187.2Zm-3.25-1.325q.15.05.288-.013.137-.062.187-.212.2-.675.288-1.4.087-.725.062-1.45l-.75-.75q.05.2.063.4.012.2.012.4 0 .65-.087 1.312-.088.663-.263 1.288-.05.125.013.25.062.125.187.175ZM7.75 13.6q.175.075.325.012.15-.062.2-.262.075-.35.112-.675.038-.325.038-.675 0-.35-.038-.675-.037-.325-.112-.675-.05-.2-.2-.263-.15-.062-.325.013-.1.05-.15.15-.05.1-.025.2.05.3.1.625t.05.625q0 .3-.05.625t-.1.625q-.025.1.025.2t.15.15Zm4.225 7.1q-1.8 0-3.387-.688Q7 19.325 5.825 18.15q-1.175-1.175-1.862-2.763Q3.275 13.8 3.275 12q0-1.7.6-3.188.6-1.487 1.675-2.662h.575l12.45 12.475H17.6L2.475 3.475q-.1-.1-.1-.238 0-.137.1-.237.125-.125.262-.125.138 0 .238.125L21.5 21.55q.1.1.125.238.025.137-.1.262-.1.1-.237.1-.138 0-.263-.1L17.6 18.625q-1.15.975-2.575 1.525-1.425.55-3.05.55Zm7.4-4.1L15.4 12.625q.025-.15.025-.313V12q0-1.075-.15-2.125T14.8 7.85q-.05-.15-.187-.213-.138-.062-.288.013-.125.05-.187.2-.063.15-.013.275.275.9.437 1.862.163.963.163 1.963L7.375 4.6q1-.625 2.163-.963Q10.7 3.3 11.975 3.3q1.8 0 3.388.687 1.587.688 2.762 1.863t1.863 2.762q.687 1.588.687 3.388 0 1.275-.338 2.438Q20 15.6 19.375 16.6Z"
}));
});
IconMaterialContactlessOffW100Filled.displayName = 'AmauiIconMaterialContactlessOffW100Filled';
export default IconMaterialContactlessOffW100Filled;