@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.31 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var CameraSwitch = /*#__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 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M21 7a1 1 0 0 1 1 .88v8.62a3.5 3.5 0 0 1-3.3 3.5H6.4l.3.3a1 1 0 0 1 .08 1.31l-.08.1a1 1 0 0 1-1.32.08l-.1-.08-2-2-.01-.02a1 1 0 0 1-.07-.07l.08.09A1.01 1.01 0 0 1 3 19v-.04a1 1 0 0 1 0-.06v.1a1 1 0 0 1 .3-.7l2-2a1 1 0 0 1 1.49 1.31l-.08.1-.3.29H18.5c.78 0 1.42-.6 1.5-1.36V8a1 1 0 0 1 1-1zm-2.39-4.79.1.08 2 2a1 1 0 0 1 .08.1l-.08-.1a1.02 1.02 0 0 1 .28.56.98.98 0 0 1 .01.12v.06a1 1 0 0 1 0 .06V5a1.02 1.02 0 0 1-.21.61l-.01.02-.07.08-2 2a1 1 0 0 1-1.5-1.32l.08-.1.3-.29H5.5c-.78 0-1.42.6-1.5 1.36V16a1 1 0 0 1-2 .12V7.5A3.5 3.5 0 0 1 5.3 4h12.3l-.3-.3a1 1 0 0 1-.08-1.31l.08-.1a1 1 0 0 1 1.32-.08zM12 8a4 4 0 1 1 0 8 4 4 0 0 1 0-8z"
}));
});
CameraSwitch.displayName = 'CameraSwitch';
export var CameraSwitchDimensions = {
height: 24,
width: 24
};