UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.1 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var VoicemailSubtract = /*#__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 16 16" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M4 5.75a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0zM9.25 4c.7 0 1.3.41 1.59 1.01.77.05 1.5.25 2.16.59V2.5c0-.83-.67-1.5-1.5-1.5h-9C1.67 1 1 1.67 1 2.5V9c0 .83.67 1.5 1.5 1.5H5c0-1.93 1-3.63 2.5-4.61A1.78 1.78 0 0 1 7.68 5H6.33a1.75 1.75 0 1 1-1.58-1h4.5zm-.62 1.33c.3-.11.62-.2.95-.25a.75.75 0 0 0-.95.25zM15 10.5a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0zm-2 0a.5.5 0 0 0-.5-.5h-4a.5.5 0 0 0 0 1h4a.5.5 0 0 0 .5-.5z" })); }); VoicemailSubtract.displayName = 'VoicemailSubtract'; export var VoicemailSubtractDimensions = { height: 16, width: 16 };