@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.4 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var DesktopSpeakerOff = /*#__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.06l.4.4C2.25 4.1 2 4.65 2 5.26v10.66A2.25 2.25 0 0 0 4.26 18H8.5v2.49H6.65a.75.75 0 0 0 .1 1.5h8.93c-.25-.09-.5-.24-.7-.46L14 20.5h-4V18h1v-2a1 1 0 0 1 1-1h1.53l.2-.21.8.8-.37.41h-1.41a.75.75 0 0 0-.75.75v1.5c0 .41.34.75.75.75h1.41l1.53 1.74a.75.75 0 0 0 1.31-.49v-2.19l3.72 3.72a.75.75 0 0 0 1.06-1.06L3.28 2.22zM20.5 17.31l-2.42-2.4a.75.75 0 0 1 1.12-.25 3.71 3.71 0 0 1 1.3 2.66zM22.69 19.5l-1.24-1.24c.03-.24.05-.5.05-.76 0-.95-.24-1.76-.64-2.43-.24-.39-.46-.64-.59-.74a.75.75 0 1 1 .96-1.16c.25.21.59.58.91 1.13a6.39 6.39 0 0 1 .55 5.2zM16.1 12.91 6.17 3h13.57c1.19 0 2.16.92 2.24 2.1v7.42a1.75 1.75 0 0 0-2.98 1c-.42-.07-.87.03-1.23.27a1.78 1.78 0 0 0-1.69-.88z"
}));
});
DesktopSpeakerOff.displayName = 'DesktopSpeakerOff';
export var DesktopSpeakerOffDimensions = {
height: 24,
width: 24
};