UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

43 lines (34 loc) 2.98 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); var _typeof = require("@babel/runtime/helpers/typeof"); Object.defineProperty(exports, "__esModule", { value: true }); exports.VideoPersonCallDimensions = exports.VideoPersonCall = void 0; var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends")); var React = _interopRequireWildcard(require("react")); var _styledIcon = require("@styled-icons/styled-icon"); function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); } function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; } var VideoPersonCall = /*#__PURE__*/React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg" }; return /*#__PURE__*/React.createElement(_styledIcon.StyledIconBase, (0, _extends2.default)({ 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" })); }); exports.VideoPersonCall = VideoPersonCall; VideoPersonCall.displayName = 'VideoPersonCall'; var VideoPersonCallDimensions = { height: 32, width: 32 }; exports.VideoPersonCallDimensions = VideoPersonCallDimensions;