UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

25 lines 1.44 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var SpeakerOff = /*#__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 48 48" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "m28 29.77 13.87 13.86a1.25 1.25 0 0 0 1.76-1.76L6.13 4.37a1.25 1.25 0 1 0-1.76 1.76L13.23 15H9a5.25 5.25 0 0 0-5.25 5.25v7.5C3.75 30.65 6.1 33 9 33h4.7c1.17 0 2.3.43 3.18 1.22l8.2 7.36a1.75 1.75 0 0 0 2.92-1.3V29.77zM28 22.7l-9.96-9.96 7.04-6.32A1.75 1.75 0 0 1 28 7.72V22.7zM36.19 30.88l-1.85-1.85a11.42 11.42 0 0 0-1.93-12.85l-.01-.02a1.25 1.25 0 0 1 1.7-1.83c.17.17 0 0 0 0v.01l.02.02.04.04a6.34 6.34 0 0 1 .6.64 13.98 13.98 0 0 1 1.43 15.84z" }), /*#__PURE__*/React.createElement("path", { d: "m41 35.7-1.84-1.84A21.33 21.33 0 0 0 41.51 24c0-4.5-1.3-7.98-2.6-10.33a18.45 18.45 0 0 0-2.49-3.48l-.03-.03a1.25 1.25 0 0 1 1.72-1.81c.45.46 0 0 0 0h.01l.02.02a5.23 5.23 0 0 1 .26.27 20.94 20.94 0 0 1 2.7 3.82A23.77 23.77 0 0 1 44.01 24a23.77 23.77 0 0 1-3 11.7z" })); }); SpeakerOff.displayName = 'SpeakerOff'; export var SpeakerOffDimensions = { height: 48, width: 48 };