@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
43 lines (34 loc) • 3.15 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
var _typeof = require("@babel/runtime/helpers/typeof");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.VideoSwitchDimensions = exports.VideoSwitch = 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 VideoSwitch = /*#__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: "M4 5.75A2.75 2.75 0 0 1 6.75 3h5.5A2.75 2.75 0 0 1 15 5.75v6.5A2.75 2.75 0 0 1 12.25 15h-5.5A2.75 2.75 0 0 1 4 12.25v-6.5zM4.2 15c-.42.14-.79.3-1.1.47-.5.3-1.1.78-1.1 1.53s.6 1.24 1.1 1.53c.56.32 1.31.58 2.18.79 1.74.42 4.09.68 6.66.68l-.72.72a.75.75 0 0 0 1.06 1.06l2-2c.3-.3.3-.77 0-1.06l-2-2a.75.75 0 1 0-1.06 1.06l.72.72a28.2 28.2 0 0 1-6.3-.64c-.81-.2-1.4-.42-1.79-.63-.17-.1-.27-.18-.31-.23.04-.05.14-.12.31-.23.38-.21.98-.44 1.79-.63.22-.06.47-.11.72-.16a3.74 3.74 0 0 1-2.17-.99zM14.02 15.56c1.7.09 3.19.3 4.34.58.81.2 1.4.42 1.79.63.17.1.27.18.31.23l-.01.01c-.1.1-.3.23-.6.37-.62.28-1.55.54-2.72.73a.75.75 0 1 0 .24 1.48c1.24-.2 2.31-.49 3.1-.84.38-.18.74-.4 1.01-.65.27-.26.52-.63.52-1.1 0-.75-.6-1.24-1.1-1.53a8.56 8.56 0 0 0-2.18-.79c-.93-.22-2.03-.4-3.24-.52a3.77 3.77 0 0 1-1.46 1.4zm6.49 1.38zM20 5.25a.75.75 0 0 0-1.22-.59L16 6.89v4.22l2.78 2.22a.75.75 0 0 0 1.22-.58v-7.5z"
}));
});
exports.VideoSwitch = VideoSwitch;
VideoSwitch.displayName = 'VideoSwitch';
var VideoSwitchDimensions = {
height: 24,
width: 24
};
exports.VideoSwitchDimensions = VideoSwitchDimensions;