@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.17 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var FontSpaceTrackingOut = /*#__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: "M20.42 16.39a1 1 0 0 1-1.84 0l-5.5-13a1 1 0 0 1 1.84-.78l4.58 10.82 4.58-10.82a1 1 0 0 1 1.84.78l-5.5 13zM8.5 2a1 1 0 0 1 .92.61l5.5 13a1 1 0 1 1-1.84.78L11.65 13h-6.3l-1.43 3.4a1 1 0 0 1-1.84-.78l5.5-13A1 1 0 0 1 8.5 2zm-2.3 9h4.6L8.5 5.57 6.2 11zM21.23 19.36a1 1 0 0 1 1.41-.13l3 2.5a1 1 0 0 1 0 1.54l-3 2.5a1 1 0 0 1-1.28-1.54l.88-.73H5.76l.88.73a1 1 0 0 1-1.28 1.54l-3-2.5a1 1 0 0 1 0-1.54l3-2.5a1 1 0 0 1 1.28 1.54l-.88.73h16.48l-.88-.73a1 1 0 0 1-.13-1.41z"
}));
});
FontSpaceTrackingOut.displayName = 'FontSpaceTrackingOut';
export var FontSpaceTrackingOutDimensions = {
height: 28,
width: 28
};