UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

43 lines (34 loc) 3.04 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); var _typeof = require("@babel/runtime/helpers/typeof"); Object.defineProperty(exports, "__esModule", { value: true }); exports.VideoPersonStarOffDimensions = exports.VideoPersonStarOff = 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 VideoPersonStarOff = /*#__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 24 24" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M3.28 2.22a.75.75 0 1 0-1.06 1.06l.98.98A2.25 2.25 0 0 0 2 6.25v11.5C2 19 3 20 4.25 20h7.25a6.48 6.48 0 0 1 .52-6H8.61c-.9.08-1.61.83-1.61 1.75v2.75H4.25a.75.75 0 0 1-.75-.75V6.25c0-.41.34-.75.75-.75h.19L9 10.06A3 3 0 0 0 11.94 13l1.18 1.18a5.5 5.5 0 0 0 7.72 7.7.75.75 0 0 0 .94-1.16L3.28 2.22zM19.74 20.8a.56.56 0 0 1-.78.08l-1.46-1.1-1.46 1.1c-.46.35-1.07-.12-.9-.68l.56-1.79-1.46-1.1c-.46-.35-.22-1.1.35-1.1h.56l4.59 4.59zM10.55 7.37l4.08 4.08a3 3 0 0 0-4.08-4.08zm5 4.99 1.7 1.7a.56.56 0 0 1 .8.36l.21.66 1.13 1.13h1.02c.57 0 .8.75.35 1.1l-.15.11 2.03 2.04A5.49 5.49 0 0 0 17.5 12c-.69 0-1.35.13-1.96.36zM7.17 4l1.5 1.5h11.07c.41 0 .75.34.75.75v5.48c.55.29 1.05.65 1.5 1.08V6.25C22 5.01 20.99 4 19.75 4H7.18z" })); }); exports.VideoPersonStarOff = VideoPersonStarOff; VideoPersonStarOff.displayName = 'VideoPersonStarOff'; var VideoPersonStarOffDimensions = { height: 24, width: 24 }; exports.VideoPersonStarOffDimensions = VideoPersonStarOffDimensions;