UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 951 B
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var MegaphoneCircle = /*#__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: "M12 22a10 10 0 1 0 0-20 10 10 0 0 0 0 20Zm-4-7.57-.86-.31A1.75 1.75 0 0 1 6 12.46v-.95c0-.73.45-1.38 1.14-1.64l7.5-2.77A1.75 1.75 0 0 1 17 8.75v6.5a1.75 1.75 0 0 1-2.36 1.64l-1.43-.53A2.63 2.63 0 0 1 8 15.88v-1.45Zm3.75 1.4v.04a1.13 1.13 0 0 1-2.25 0V15l2.25.83Z" })); }); MegaphoneCircle.displayName = 'MegaphoneCircle'; export var MegaphoneCircleDimensions = { height: 24, width: 24 };