UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.17 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var SurfaceEarbuds = /*#__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: "M10.11 17.24a7 7 0 0 0 3.41 4.84l-2.47.82a2 2 0 0 1-2.32-.83l-.43-.69a2 2 0 0 1 .22-2.42l1.59-1.72ZM17 10a6 6 0 1 1 0 12 6 6 0 0 1 0-12ZM7 1c.21 0 .43.01.63.03l-.35.12A4.53 4.53 0 0 0 4.7 7.92a4.5 4.5 0 0 0 7.16.58L13 7.3A6 6 0 1 1 7 1Zm5.8.65.1.13.1.13.64 1.02a2 2 0 0 1-.11 2.3l-.11.14-2.29 2.45a3.5 3.5 0 1 1-4.5-5.3c.31-.19.64-.33.97-.42l3.08-1.02a2 2 0 0 1 2.12.57Zm-2.45 1.4a.75.75 0 0 0-.26.95l.05.1.27.39.06.09a.75.75 0 0 0 1.24-.83l-.06-.1-.26-.38-.07-.1a.75.75 0 0 0-.97-.11Z" })); }); SurfaceEarbuds.displayName = 'SurfaceEarbuds'; export var SurfaceEarbudsDimensions = { height: 24, width: 24 };