UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.14 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var Speaker1 = /*#__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: "M25.08 6.42A1.75 1.75 0 0 1 28 7.72v32.56c0 1.51-1.8 2.31-2.92 1.3l-8.2-7.36c-.88-.79-2-1.22-3.18-1.22H9a5.25 5.25 0 0 1-5.25-5.25v-7.5C3.75 17.35 6.1 15 9 15h4.7c1.17 0 2.3-.43 3.18-1.21l8.2-7.37Zm7.25 7.98c.47-.5 1.26-.54 1.77-.07l.06.07-.06-.06.02.02a2.62 2.62 0 0 1 .18.17c.12.12.27.3.45.51a13.98 13.98 0 0 1-.59 18.56l-.01.02-.03.03h-.01v.01s.39-.4 0 0a1.25 1.25 0 0 1-1.71-1.82l.01-.02a4.57 4.57 0 0 0 .43-.47 11.48 11.48 0 0 0-.43-15.17l-.01-.02a1.25 1.25 0 0 1-.07-1.76Z" })); }); Speaker1.displayName = 'Speaker1'; export var Speaker1Dimensions = { height: 48, width: 48 };