@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.37 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Orientation = /*#__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: "M6.75 4a.75.75 0 0 0 0 1.5h1.5a.75.75 0 0 0 0-1.5h-1.5ZM3.5 8.75a.75.75 0 0 0-1.5 0v1.5a.75.75 0 0 0 1.5 0v-1.5ZM2 12.9c0-1.05.85-1.9 1.9-1.9h10.2c1.05 0 1.9.85 1.9 1.9v5.2a1.9 1.9 0 0 1-1.9 1.9H3.9A1.9 1.9 0 0 1 2 18.1v-5.2ZM12.25 11a.75.75 0 0 1-.75-.75v-1.5a.75.75 0 0 1 1.5 0v1.5c0 .41-.34.75-.75.75Zm-8.5-5.5a.25.25 0 0 0-.25.25v.5a.75.75 0 0 1-1.5 0v-.5C2 4.78 2.78 4 3.75 4h.5a.75.75 0 0 1 0 1.5h-.5Zm7.75.25a.25.25 0 0 0-.25-.25h-.5a.75.75 0 0 1 0-1.5h.5c.97 0 1.75.78 1.75 1.75v.5a.75.75 0 0 1-1.5 0v-.5ZM17 16.08c0 .48.42.87.89.74A5.5 5.5 0 0 0 17.5 6.1l.3-.35a.75.75 0 1 0-1.13-.98l-1.5 1.75a.75.75 0 0 0 0 .98l1.5 1.75a.75.75 0 1 0 1.14-.98l-.6-.7a4 4 0 0 1 .37 7.79c-.33.1-.59.38-.59.73Z"
}));
});
Orientation.displayName = 'Orientation';
export var OrientationDimensions = {
height: 24,
width: 24
};