UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.16 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var MicPulse = /*#__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 48 48" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M22 4a8 8 0 0 0-8 8v12a8 8 0 0 0 8.35 8A13.03 13.03 0 0 1 30 23V12a8 8 0 0 0-8-8Zm0 31.25c.03 1.68.39 3.29 1 4.76v2.74a1.25 1.25 0 1 1-2.5 0v-5.08A14 14 0 0 1 8 23.75a1.25 1.25 0 1 1 2.5 0A11.5 11.5 0 0 0 22 35.25ZM46 35a11 11 0 1 1-22 0 11 11 0 0 1 22 0Zm-13.98-6a1 1 0 0 0-.95.64l-1.7 4.4H28a1 1 0 1 0 0 2h2.04a1 1 0 0 0 .94-.64l.97-2.51 2.6 7.44a1 1 0 0 0 1.89.02l2.2-5.85.47.95a1 1 0 0 0 .87.55l2 .03a1 1 0 1 0 .04-2l-1.4-.02-1.23-2.46a1 1 0 0 0-1.83.1l-2.03 5.42-2.59-7.4a1 1 0 0 0-.92-.67Z" })); }); MicPulse.displayName = 'MicPulse'; export var MicPulseDimensions = { height: 48, width: 48 };