@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.28 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var SpeakerSettings = /*#__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 28 28"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M14.4 3.84c.8-.75 2.1-.18 2.1.9v9.4A7.49 7.49 0 0 0 13.43 23l-3.97-3.7c-.33-.3-.75-.47-1.2-.47H5.25A3.24 3.24 0 0 1 2 15.6v-3.46A3.24 3.24 0 0 1 5.25 8.9h3.01c.45 0 .87-.17 1.2-.47l4.93-4.6Zm2.4 12.86a2 2 0 0 1-1.45 2.5l-1.02.25a6.8 6.8 0 0 0 0 2.15l.98.23a2 2 0 0 1 1.45 2.52l-.32 1.1c.52.45 1.11.83 1.75 1.1l.85-.9a2 2 0 0 1 2.9 0l.85.9a6.2 6.2 0 0 0 1.75-1.09l-.34-1.16a2 2 0 0 1 1.44-2.5l1.03-.25a6.8 6.8 0 0 0 0-2.15l-.99-.23a2 2 0 0 1-1.45-2.51l.33-1.1a6.2 6.2 0 0 0-1.75-1.1l-.85.88a2 2 0 0 1-2.9 0l-.85-.9a6.2 6.2 0 0 0-1.75 1.1l.34 1.16Zm3.7 5.3a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3Z"
}));
});
SpeakerSettings.displayName = 'SpeakerSettings';
export var SpeakerSettingsDimensions = {
height: 28,
width: 28
};