UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.1 kB
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.99 6.72 6.71a3.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 3a3.25 3.25 0 0 1 4.6 0Zm-.7 4.23-.1-.07a.75.75 0 0 0-.88 0l-.09.07-.07.09c-.2.26-.2.61 0 .88l.07.1.72.71h-1.67a2.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.11h.13l1.5-.01-.72.72-.07.09a.75.75 0 0 0 1.05 1.04l.08-.07 2-2 .07-.08c.2-.26.2-.62.01-.88l-.08-.1-2-2-.08-.07.08.07Z" })); }); Directions.displayName = 'Directions'; export var DirectionsDimensions = { height: 24, width: 24 };