UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.48 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var SettingsChat = /*#__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: "M14.2 2.5c-.72-.16-1.45-.24-2.19-.25-.75 0-1.48.1-2.2.25a.75.75 0 0 0-.58.65l-.17 1.53A1.39 1.39 0 0 1 7.13 5.8l-1.4-.62a.75.75 0 0 0-.85.17 9.8 9.8 0 0 0-2.2 3.8c-.1.3 0 .63.27.82l1.24.92a1.38 1.38 0 0 1 0 2.22l-1.24.92a.75.75 0 0 0-.28.82 9.8 9.8 0 0 0 2.2 3.8c.23.23.57.3.86.18l1.4-.62a1.38 1.38 0 0 1 1.93 1.11l.17 1.52c.03.32.26.58.57.65.45.1.91.18 1.37.22l.45-1.45a6.48 6.48 0 0 1-.1-5.3 3 3 0 1 1 3.44-3.45 6.48 6.48 0 0 1 4.49-.21c.09-.16.21-.3.37-.41l1.24-.92a.75.75 0 0 0 .27-.82 9.8 9.8 0 0 0-2.2-3.8.75.75 0 0 0-.86-.17l-1.4.61a1.38 1.38 0 0 1-1.93-1.12l-.16-1.52a.75.75 0 0 0-.59-.65Zm5.08 9.8A5.49 5.49 0 0 0 12 17.5c0 .97.25 1.88.69 2.67l-.67 2.19a.5.5 0 0 0 .63.62l2.18-.67a5.5 5.5 0 1 0 4.45-10.02ZM15.5 18h2a.5.5 0 1 1 0 1h-2a.5.5 0 1 1 0-1Zm4-1h-4a.5.5 0 1 1 0-1h4a.5.5 0 1 1 0 1Z" })); }); SettingsChat.displayName = 'SettingsChat'; export var SettingsChatDimensions = { height: 24, width: 24 };