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 PersonVoice = /*#__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: "M14.75 15C16 15 17 16 17 17.25v.92c0 .57-.18 1.13-.5 1.6C14.93 21.93 12.41 23 9 23s-5.94-1.07-7.49-3.24a2.75 2.75 0 0 1-.5-1.6v-.91C1 16 2 15 3.24 15h11.5Zm4.3-13.6a.75.75 0 0 1 1.03.28 12.7 12.7 0 0 1-.01 12.66.75.75 0 1 1-1.3-.75 11.2 11.2 0 0 0 0-11.16.75.75 0 0 1 .28-1.03ZM9 3a5 5 0 1 1 0 10A5 5 0 0 1 9 3Zm6.59.4a.75.75 0 0 1 1.02.28 8.71 8.71 0 0 1 0 8.65.75.75 0 1 1-1.3-.74 7.21 7.21 0 0 0 0-7.17.75.75 0 0 1 .28-1.02Z" })); }); PersonVoice.displayName = 'PersonVoice'; export var PersonVoiceDimensions = { height: 24, width: 24 };