UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.11 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var SoundSource = /*#__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 28 28" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M13.33 15.75a1 1 0 0 1 1.32-.02l.09.08 7.74 8.52a1 1 0 0 1-.62 1.66l-.12.01H6.26a1 1 0 0 1-.82-1.57l.08-.1 7.74-8.52.07-.06zM14 2a13 13 0 0 1 9.78 21.56l-.09-.12-.1-.12-.81-.9a11.5 11.5 0 1 0-17.56 0l-.8.9c-.08.07-.14.16-.2.25A13 13 0 0 1 14 2zm0 4a9 9 0 0 1 7.08 14.56l-1.03-1.13a7.5 7.5 0 1 0-12.1 0l-1.03 1.13A9 9 0 0 1 14 6zm0 4a5 5 0 0 1 4.32 7.52l-1.08-1.19A3.5 3.5 0 0 0 14 11.5a3.5 3.5 0 0 0-3.24 4.83l-1.08 1.2A5 5 0 0 1 14 10z" })); }); SoundSource.displayName = 'SoundSource'; export var SoundSourceDimensions = { height: 28, width: 28 };