UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

27 lines 1.64 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var DesktopSpeaker = /*#__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: "M6 21.25c0 .41.34.75.75.75h8.93c-.25-.09-.5-.24-.7-.46L14 20.5h-4V18h1v-2a1 1 0 0 1 1-1h1.53l1.44-1.54a1.76 1.76 0 0 1 2.8.33c.37-.24.82-.33 1.25-.27a1.75 1.75 0 0 1 2.98-1V5.1A2.25 2.25 0 0 0 19.74 3H4.1A2.25 2.25 0 0 0 2 5.26v10.66A2.25 2.25 0 0 0 4.26 18H8.5v2.49H6.65a.75.75 0 0 0-.65.75z" }), /*#__PURE__*/React.createElement("path", { d: "M22.14 14.3a4.53 4.53 0 0 0-.91-1.13.75.75 0 0 0-.96 1.16c.13.1.35.35.59.74.4.67.64 1.48.64 2.43 0 .95-.24 1.76-.64 2.43-.24.39-.46.64-.59.74a.75.75 0 0 0 .96 1.16c.25-.21.59-.58.91-1.13.54-.9.86-1.96.86-3.2 0-1.24-.32-2.3-.86-3.2z" }), /*#__PURE__*/React.createElement("path", { d: "M19.87 15.4c-.23-.36-.48-.6-.67-.75a.75.75 0 0 0-.9 1.2 2.24 2.24 0 0 1 .7 1.65 2.24 2.24 0 0 1-.7 1.65l-.08.07a.75.75 0 0 0 .98 1.13 3.73 3.73 0 0 0 1.3-2.85c0-.81-.23-1.52-.63-2.1zM17 14.75a.75.75 0 0 0-1.31-.5L14.16 16h-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-5.5z" })); }); DesktopSpeaker.displayName = 'DesktopSpeaker'; export var DesktopSpeakerDimensions = { height: 24, width: 24 };