@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.2 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var DialpadOff = /*#__PURE__*/React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg"
};
return /*#__PURE__*/React.createElement(StyledIconBase, _extends({
iconAttrs: attrs,
iconVerticalAlign: "middle",
iconViewBox: "0 0 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M3.28 2.22a.75.75 0 1 0-1.06 1.06l4.5 4.5a1.5 1.5 0 1 0 1.76 1.76l3.24 3.24a1.5 1.5 0 1 0 1.75 1.75l7.25 7.25a.75.75 0 0 0 1.06-1.06L3.28 2.22ZM18.5 14.25c0 .3-.1.58-.25.82l-2.07-2.08a1.5 1.5 0 0 1 2.32 1.26Zm-5-5c0 .3-.09.59-.25.82L11.18 8a1.5 1.5 0 0 1 2.32 1.25Zm-5-5c0 .3-.09.59-.24.83L6.18 3A1.5 1.5 0 0 1 8.5 4.25Zm3.5 13.5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Zm-5-5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Zm10-5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Zm-5-5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Zm5 0a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Z"
}));
});
DialpadOff.displayName = 'DialpadOff';
export var DialpadOffDimensions = {
height: 24,
width: 24
};