@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.17 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Video360 = /*#__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: "M4.7 4.02c-1.38-.2-2.7.85-2.7 2.3v11.36c0 1.45 1.32 2.5 2.7 2.3l.63-.08a54.28 54.28 0 0 1 13.98.08c1.37.2 2.69-.86 2.69-2.3V6.32c0-1.45-1.32-2.5-2.7-2.3-1.57.22-4.1.48-7.3.48s-5.73-.26-7.3-.48ZM19 18.42c-.93-.11-2.11-.23-3.5-.32V15H18a1 1 0 0 1 1 1v2.43Zm-5-.39a59.06 59.06 0 0 0-4 0V15a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v3.03Zm-5.5.07c-1.39.09-2.57.2-3.5.33V16a1 1 0 0 1 1-1h2.5v3.1ZM12 13a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3Zm-3.5-.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm10 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z"
}));
});
Video360.displayName = 'Video360';
export var Video360Dimensions = {
height: 24,
width: 24
};