UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.08 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var MegaphoneLoud = /*#__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 32 32" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M20.72 5.99a1 1 0 0 1-.68-1.24l.83-2.88a1 1 0 1 1 1.92.55l-.83 2.88a1 1 0 0 1-1.24.69Zm7.99-2.7a1 1 0 0 1 0 1.42l-3 3a1 1 0 1 1-1.42-1.42l3-3a1 1 0 0 1 1.42 0Zm-7.12 19.13 4.75-2.38a3 3 0 0 0 .78-4.8L16.76 4.88a3 3 0 0 0-4.8.78L3.32 22.94a3 3 0 0 0 .56 3.46l1.72 1.72a3 3 0 0 0 3.46.56l2.72-1.36a5.5 5.5 0 0 0 9.81-4.9Zm-1.8.9a3.5 3.5 0 0 1-6.21 3.1l6.22-3.1ZM27 10a1 1 0 0 0 0 2h3a1 1 0 1 0 0-2h-3Z" })); }); MegaphoneLoud.displayName = 'MegaphoneLoud'; export var MegaphoneLoudDimensions = { height: 32, width: 32 };