UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.31 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var HandLeftChat = /*#__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: "M15 3v9.25a.75.75 0 0 0 1.5 0V4.5a1 1 0 1 1 2 0v8.25c0 .18.06.35.17.48a7.5 7.5 0 0 0-4.93 10.52l-.63 2.15a3.25 3.25 0 0 1-2.12-1.71l-.7-1.4c-.29-.6-.63-1.16-1.02-1.7l-2.8-3.78-2.62-1.68A.75.75 0 0 1 3.5 15c0-.49.21-.89.55-1.17.3-.26.7-.4 1.06-.46a5.58 5.58 0 0 1 2.42.16 8.1 8.1 0 0 1 1.97.83V4.5a1 1 0 1 1 2 0v7.75a.75.75 0 0 0 1.5 0V3a1 1 0 1 1 2 0Zm5.5 10c-.18 0-.37 0-.55.02a.75.75 0 0 0 .05-.27V7a1 1 0 1 1 2 0v6.15c-.48-.1-.99-.15-1.5-.15Zm0 14a6.5 6.5 0 1 0-5.69-3.35l-.8 2.7a.5.5 0 0 0 .63.63l2.71-.8c.94.53 2 .82 3.15.82Zm-3-7.5c0-.28.22-.5.5-.5h5a.5.5 0 1 1 0 1h-5a.5.5 0 0 1-.5-.5ZM18 22a.5.5 0 0 1 0-1h2.5a.5.5 0 1 1 0 1H18Z" })); }); HandLeftChat.displayName = 'HandLeftChat'; export var HandLeftChatDimensions = { height: 28, width: 28 };