@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.02 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var CompassNorthwest = /*#__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 28 28"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M2.04 13A12 12 0 0 1 13 2.04v1.21a.75.75 0 0 0 1.5 0V2.01A12 12 0 0 1 25.96 13h-1.2a.75.75 0 0 0 0 1.5h1.23A12 12 0 0 1 14.5 25.99v-1.24a.75.75 0 0 0-1.5 0v1.2A12 12 0 0 1 2.01 14.5h1.24a.75.75 0 1 0 0-1.5h-1.2Zm8.66 1.42a5 5 0 0 0 2.88 2.88l5 1.92c.4.15.8-.25.64-.65l-1.92-5a5 5 0 0 0-2.87-2.87l-5-1.92a.5.5 0 0 0-.65.65l1.92 5Z"
}));
});
CompassNorthwest.displayName = 'CompassNorthwest';
export var CompassNorthwestDimensions = {
height: 28,
width: 28
};