@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.47 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialExtensionOffW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "ExtensionOffW100",
short_name: "ExtensionOff",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "m18.7 15.9-.7-.7v-.75q.75-.125 1.225-.663.475-.537.475-1.287 0-.75-.475-1.288-.475-.537-1.225-.662V6h-4.55q-.125-.75-.662-1.225Q12.25 4.3 11.5 4.3t-1.287.475Q9.675 5.25 9.55 6H8.8l-.7-.7H9q.35-.8 1.012-1.25.663-.45 1.488-.45t1.488.45Q13.65 4.5 14 5.3h4q.3 0 .5.2t.2.5v4q.8.35 1.25 1.012.45.663.45 1.488t-.45 1.488Q19.5 14.65 18.7 15Zm-5.275-5.275ZM19.6 20.6 3.4 4.4q-.1-.1-.112-.238-.013-.137.112-.262t.25-.125q.125 0 .25.125l16.2 16.2q.1.1.113.237.012.138-.113.263t-.25.125q-.125 0-.25-.125Zm-8.1-8.1ZM5 19.7q-.275 0-.487-.213Q4.3 19.275 4.3 19v-4q.75-.325 1.225-1Q6 13.325 6 12.5T5.525 11q-.475-.675-1.225-1V5.75q0-.15.05-.275.05-.125.15-.225l.5.5V9.6q.8.425 1.25 1.212.45.788.45 1.688 0 .9-.45 1.688Q5.8 14.975 5 15.4V19h3.575q.45-.8 1.237-1.25.788-.45 1.688-.45.9 0 1.688.45.787.45 1.237 1.25h3.825l.5.5q-.1.1-.225.15-.125.05-.275.05H14q-.325-.75-1-1.225Q12.325 18 11.5 18t-1.5.475q-.675.475-1 1.225Z"
}));
});
IconMaterialExtensionOffW100.displayName = 'AmauiIconMaterialExtensionOffW100';
export default IconMaterialExtensionOffW100;