UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.04 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var MicProhibited = /*#__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: "M14 12a8 8 0 1 1 16 0v11a13.03 13.03 0 0 0-7.65 9H22a8 8 0 0 1-8-8V12Zm8 23.25a11.5 11.5 0 0 1-11.5-11.5 1.25 1.25 0 1 0-2.5 0 14 14 0 0 0 12.5 13.92v5.08a1.25 1.25 0 1 0 2.5 0v-2.74a12.95 12.95 0 0 1-1-4.76ZM35 46a11 11 0 1 1 0-22 11 11 0 0 1 0 22Zm0-2a9 9 0 0 0 7.03-14.62L29.38 42.03A8.96 8.96 0 0 0 35 44Zm-7.03-3.38 12.65-12.65a9 9 0 0 0-12.65 12.65Z" })); }); MicProhibited.displayName = 'MicProhibited'; export var MicProhibitedDimensions = { height: 48, width: 48 };