@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.11 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Directions = /*#__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: "m14.3 2.98 6.72 6.72a3.25 3.25 0 0 1 0 4.6l-6.72 6.72a3.25 3.25 0 0 1-4.6 0L2.98 14.3a3.25 3.25 0 0 1 0-4.6L9.7 2.98a3.25 3.25 0 0 1 4.6 0zm-.7 4.24-.1-.07a.75.75 0 0 0-.88-.01l-.09.08-.07.08c-.2.27-.2.62-.01.89l.08.1.72.7-1.5.01h-.17a2.75 2.75 0 0 0-2.57 2.58l-.01.17v3.35a.75.75 0 0 0 1.5 0v-3.48c.07-.59.53-1.05 1.12-1.11l.13-.01h1.5l-.72.72-.07.08a.75.75 0 0 0 1.05 1.05l.08-.07 2-2 .07-.08c.2-.26.2-.62.01-.89l-.08-.09-2-2-.08-.07.08.07z"
}));
});
Directions.displayName = 'Directions';
export var DirectionsDimensions = {
height: 24,
width: 24
};