@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 899 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Voicemail = /*#__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 32 32"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M6.5 4A4.5 4.5 0 0 0 2 8.5v15A4.5 4.5 0 0 0 6.5 28h19a4.5 4.5 0 0 0 4.5-4.5v-15A4.5 4.5 0 0 0 25.5 4h-19ZM11 20a4 4 0 0 1 0-8h10a4 4 0 1 1-3.46 2h-3.08A4 4 0 0 1 11 20Zm2-4a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm8 2a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z"
}));
});
Voicemail.displayName = 'Voicemail';
export var VoicemailDimensions = {
height: 32,
width: 32
};