UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.21 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var BookOpenMicrophone = /*#__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: "M20 8c1.58 0 3 .66 4 1.73A5.48 5.48 0 0 1 28 8h13a3 3 0 0 1 3 3v18a7 7 0 0 0-3-5.75V11H28a2.5 2.5 0 0 0-2.5 2.5v21c0 .6.2 1.14.55 1.57.13 1.38.52 2.68 1.12 3.87A5.49 5.49 0 0 1 24 38.27 5.48 5.48 0 0 1 20 40H7a3 3 0 0 1-3-3V11a3 3 0 0 1 3-3h13Zm2.5 26.5v-21A2.5 2.5 0 0 0 20 11H7v26h13a2.5 2.5 0 0 0 2.5-2.5Zm9.92 2.5a4.98 4.98 0 0 1-.42-2v-6a5 5 0 0 1 10 0v6a5 5 0 0 1-9.58 2Zm-4.2 0a9.03 9.03 0 0 1-.22-2 1 1 0 1 1 2 0 7 7 0 1 0 14 0 1 1 0 1 1 2 0 9 9 0 0 1-8 8.95V45a1 1 0 1 1-2 0v-1.05A9 9 0 0 1 28.22 37Z" })); }); BookOpenMicrophone.displayName = 'BookOpenMicrophone'; export var BookOpenMicrophoneDimensions = { height: 48, width: 48 };