UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 2.03 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialContactlessOffW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "ContactlessOffW100", short_name: "ContactlessOff", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M14.35 16.35q-.125-.05-.187-.2-.063-.15-.013-.275.125-.35.213-.7.087-.35.137-.7l.625.625q-.05.275-.125.525t-.175.525q-.05.15-.2.2-.15.05-.275 0Zm-3.25-1.325q-.125-.05-.187-.175-.063-.125-.013-.25.175-.625.263-1.288.087-.662.087-1.312v-.4q0-.2-.05-.4l.75.75q0 .725-.087 1.45-.088.725-.288 1.4-.05.15-.188.212-.137.063-.287.013ZM7.775 13.6q-.1-.05-.15-.15-.05-.1-.025-.2.05-.3.1-.625T7.75 12q0-.3-.05-.625t-.1-.625q-.025-.1.025-.2t.15-.15q.175-.075.325-.013.15.063.2.263.075.35.113.675.037.325.037.675 0 .35-.037.675-.038.325-.113.675-.05.2-.2.262-.15.063-.325-.012Zm7.675-.975-.7-.675q0-1-.162-1.963-.163-.962-.438-1.862-.05-.125.013-.275.062-.15.187-.2.15-.075.287-.013.138.063.188.213.325.975.475 2.025.15 1.05.15 2.125v.625ZM12 20.7q-1.8 0-3.387-.688-1.588-.687-2.763-1.862-1.175-1.175-1.863-2.763Q3.3 13.8 3.3 12q0-1.625.55-3.05.55-1.425 1.525-2.575L2.5 3.475q-.1-.1-.1-.238 0-.137.1-.237.125-.125.263-.125Q2.9 2.875 3 3l18.575 18.55q.1.1.1.238 0 .137-.125.262-.1.1-.238.1-.137 0-.262-.1l-3.425-3.425q-1.15.975-2.575 1.525-1.425.55-3.05.55Zm0-.7q1.475 0 2.775-.5 1.3-.5 2.35-1.375L5.875 6.875Q5 7.925 4.5 9.225T4 12q0 3.325 2.338 5.663Q8.675 20 12 20Zm7.4-3.4-.525-.525q.55-.9.837-1.925Q20 13.125 20 12q0-3.325-2.337-5.663Q15.325 4 12 4q-1.125 0-2.15.287-1.025.288-1.925.838L7.4 4.6q1-.625 2.162-.963Q10.725 3.3 12 3.3q1.8 0 3.388.687 1.587.688 2.762 1.863t1.863 2.762Q20.7 10.2 20.7 12q0 1.275-.337 2.438-.338 1.162-.963 2.162Zm-6-6Zm-1.9 1.9Z" })); }); IconMaterialContactlessOffW100.displayName = 'AmauiIconMaterialContactlessOffW100'; export default IconMaterialContactlessOffW100;