UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

43 lines (34 loc) 2.85 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); var _typeof = require("@babel/runtime/helpers/typeof"); Object.defineProperty(exports, "__esModule", { value: true }); exports.FontSpaceTrackingInDimensions = exports.FontSpaceTrackingIn = void 0; var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends")); var React = _interopRequireWildcard(require("react")); var _styledIcon = require("@styled-icons/styled-icon"); function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); } function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; } var FontSpaceTrackingIn = /*#__PURE__*/React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg" }; return /*#__PURE__*/React.createElement(_styledIcon.StyledIconBase, (0, _extends2.default)({ 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" })); }); exports.FontSpaceTrackingIn = FontSpaceTrackingIn; FontSpaceTrackingIn.displayName = 'FontSpaceTrackingIn'; var FontSpaceTrackingInDimensions = { height: 28, width: 28 }; exports.FontSpaceTrackingInDimensions = FontSpaceTrackingInDimensions;