@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.26 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.25 7.5c.38 0 .7.28.74.65l.01.1v8.5a3.25 3.25 0 0 1-3.07 3.24l-.18.01H6.06l.72.72c.27.27.3.68.07.98l-.07.08a.75.75 0 0 1-.98.07l-.08-.07-2-2-.06-.07-.01-.01.07.08a.75.75 0 0 1 0-1.06l2-2a.75.75 0 0 1 1.13.98l-.07.08-.72.72h12.69c.92 0 1.67-.7 1.74-1.6l.01-.15v-8.5c0-.41.34-.75.75-.75ZM18.2 2.15l.08.07 2 2 .07.08-.07-.08a.75.75 0 0 1 0 1.06l-2 2a.75.75 0 0 1-1.13-.98l.07-.08.72-.72H5.25c-.92 0-1.67.7-1.74 1.6l-.01.15v8.5a.75.75 0 0 1-1.5.1v-8.6a3.25 3.25 0 0 1 3.07-3.24L5.25 4h12.69l-.72-.72a.75.75 0 0 1-.07-.98l.07-.08a.75.75 0 0 1 .98-.07ZM12 8a4 4 0 1 1 0 8 4 4 0 0 1 0-8Z"
}));
});
CameraSwitch.displayName = 'CameraSwitch';
export var CameraSwitchDimensions = {
height: 24,
width: 24
};