UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.37 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var VideoPersonCall = /*#__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 32 32" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M2 9.5A3.5 3.5 0 0 1 5.5 6h21A3.5 3.5 0 0 1 30 9.5v4.68a5 5 0 0 0-.56-.24l-.02-.01-.24-.08-.73-.22c-.15-.04-.3-.08-.45-.1V9.5c0-.83-.67-1.5-1.5-1.5h-21C4.67 8 4 8.67 4 9.5v13c0 .83.67 1.5 1.5 1.5H10v-2c0-1.1.9-2 2-2h8a2 2 0 0 1 2 2v.88a3 3 0 0 0-2.25 1.01l-.03.03-.14.17L18.21 26H5.5A3.5 3.5 0 0 1 2 22.5v-13ZM20 14a4 4 0 1 1-8 0 4 4 0 0 1 8 0Zm5.69 2.01a2 2 0 0 1 2.32-.94l.72.21.2.07a3.5 3.5 0 0 1 2.25 2.79c.3 2.06-.36 4.48-1.96 7.25-1.6 2.77-3.36 4.55-5.3 5.33a3.5 3.5 0 0 1-3.7-.7l-.55-.52-.12-.12a2 2 0 0 1-.13-2.5L20.78 25l.09-.11c.39-.44 1-.62 1.56-.45l2.05.63.06.01h.04c.25-.02.74-.52 1.35-1.58.68-1.18.83-1.87.64-2.04l-1.05-.98-.13-.13a2.5 2.5 0 0 1-.44-2.72l.66-1.47.08-.15Z" })); }); VideoPersonCall.displayName = 'VideoPersonCall'; export var VideoPersonCallDimensions = { height: 32, width: 32 };