@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.21 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var FontSpaceTrackingIn = /*#__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: "M18.5 17a1 1 0 0 0 .92-.61l5.5-13a1 1 0 1 0-1.84-.78L18.5 13.43 13.92 2.61a1 1 0 0 0-1.84.78l5.5 13a1 1 0 0 0 .92.61zM10.42 2.61a1 1 0 0 0-1.84 0l-5.5 13a1 1 0 1 0 1.84.78L6.35 13h6.3l1.43 3.39a1 1 0 0 0 1.84-.78l-5.5-13zm1.38 8.4H7.2l2.3-5.44L11.8 11zM9.64 19.23a1 1 0 0 0-1.28 1.54l.88.73H4a1 1 0 1 0 0 2h5.24l-.88.73a1 1 0 0 0 1.28 1.54l3-2.5a1 1 0 0 0 0-1.54l-3-2.5zM19.77 25.64a1 1 0 0 1-1.41.13l-3-2.5a1 1 0 0 1 0-1.54l3-2.5a1 1 0 0 1 1.28 1.54l-.88.73h5.21a1 1 0 1 1 0 2h-5.2l.87.73a1 1 0 0 1 .13 1.41z"
}));
});
FontSpaceTrackingIn.displayName = 'FontSpaceTrackingIn';
export var FontSpaceTrackingInDimensions = {
height: 28,
width: 28
};