UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.84 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialContactlessOffFilled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "ContactlessOffFilled", short_name: "ContactlessOff", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M13.875 16.925q.425.175.813.013.387-.163.512-.563.075-.225.138-.463.062-.237.112-.462l-1.725-1.725q-.05.5-.15.987-.1.488-.275.963-.125.375.05.738.175.362.525.512Zm-3.225-1.3q.4.15.775-.012.375-.163.5-.538.2-.65.313-1.338.112-.687.112-1.387l-2.125-2.15q.1.425.125.875.025.45.025.925 0 .6-.063 1.175-.062.575-.237 1.15-.125.425.038.788.162.362.537.512ZM7.4 14.25q.425.175.8 0 .375-.175.475-.6.1-.4.15-.813.05-.412.05-.837t-.05-.838q-.05-.412-.15-.812-.1-.425-.475-.6t-.8 0q-.35.125-.525.488-.175.362-.1.762.05.25.075.5.025.25.025.5t-.025.5q-.025.25-.075.5-.075.4.1.75t.525.5ZM11.975 22q-2.075 0-3.9-.788-1.825-.787-3.175-2.137-1.35-1.35-2.137-3.175-.788-1.825-.788-3.9 0-1.625.475-3.088.475-1.462 1.35-2.687h2.45l14.1 14.125H17.5L1.375 4.2q-.3-.3-.3-.713 0-.412.3-.712t.712-.3q.413 0 .713.3L21.15 21.15q.3.3.313.712.012.413-.288.713t-.713.3q-.412 0-.712-.3L17.5 20.35q-1.2.8-2.587 1.225-1.388.425-2.938.425Zm8.375-4.5-4.525-4.525q.05-.25.05-.487V12q0-1.15-.162-2.238-.163-1.087-.513-2.137-.125-.4-.525-.575-.4-.175-.825.025-.35.15-.512.512-.163.363-.038.738.2.625.337 1.287.138.663.188 1.363l-7.35-7.35q1.2-.775 2.587-1.2Q10.45 2 11.975 2q2.075 0 3.9.787 1.825.788 3.175 2.138 1.35 1.35 2.138 3.175.787 1.825.787 3.9 0 1.525-.425 2.912-.425 1.388-1.2 2.588Z" })); }); IconMaterialContactlessOffFilled.displayName = 'AmauiIconMaterialContactlessOffFilled'; export default IconMaterialContactlessOffFilled;