@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
27 lines • 1.63 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var CubeRotate = /*#__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 20 20"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M8.53 2.63c.93-.43 2-.43 2.94 0l4.66 2.15c.53.24.87.77.87 1.36V8h-1a1.5 1.5 0 0 0-.81 2.76A10.54 10.54 0 0 1 9.99 12c-2.1 0-3.92-.5-5.18-1.24A1.5 1.5 0 0 0 4 8H3V6.14c0-.59.34-1.12.87-1.36l4.66-2.15zM6.7 6.54a.5.5 0 0 0-.4.92l3.2 1.37v1.67a.5.5 0 1 0 1 0V8.83l3.2-1.37a.5.5 0 1 0-.4-.92L10 7.96 6.7 6.54z"
}), /*#__PURE__*/React.createElement("path", {
d: "M15.5 9.5c0-.28.22-.5.5-.5h2.5a.5.5 0 0 1 .5.5V12a.5.5 0 1 1-1 0v-.98a6.2 6.2 0 0 1-1.64 1.37A12.4 12.4 0 0 1 10 14a12.4 12.4 0 0 1-6.36-1.61A6.2 6.2 0 0 1 2 11.02V12a.5.5 0 1 1-1 0V9.5a.5.5 0 0 1 .5-.5H4a.5.5 0 0 1 0 1H2.48a4.12 4.12 0 0 0 .92 1c.2.17.44.34.7.5l.06.04c.4.25.87.47 1.37.67 1.27.5 2.8.79 4.47.79s3.2-.3 4.47-.8A8.69 8.69 0 0 0 16.6 11a5.24 5.24 0 0 0 .92-1H16a.5.5 0 0 1-.5-.5z"
}), /*#__PURE__*/React.createElement("path", {
d: "M10 15c-2.66 0-5.16-.67-7-1.83v.69c0 .58.34 1.12.87 1.36l4.66 2.15c.93.43 2 .43 2.94 0l4.66-2.15c.53-.24.87-.78.87-1.36v-.69A13.32 13.32 0 0 1 10 15z"
}));
});
CubeRotate.displayName = 'CubeRotate';
export var CubeRotateDimensions = {
height: 20,
width: 20
};