UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

43 lines (34 loc) 2.92 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); var _typeof = require("@babel/runtime/helpers/typeof"); Object.defineProperty(exports, "__esModule", { value: true }); exports.ArrowAutofitWidthDimensions = exports.ArrowAutofitWidth = 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 ArrowAutofitWidth = /*#__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 24 24" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M17.5 4A2.5 2.5 0 0 1 20 6.5v4a1 1 0 1 1-2 0v-4a.5.5 0 0 0-.5-.5h-11a.5.5 0 0 0-.5.5v4a1 1 0 1 1-2 0v-4A2.5 2.5 0 0 1 6.5 4h11zM18.2 13.04l-.1-.09a1 1 0 0 0-1.4 1.4l.09.1.8.8h-3.3l-.01.01c-.47.07-.78.51-.78.99s.31.92.78.99l.12.01h3.19l-.8.8-.1.11v.01a1 1 0 0 0 0 1.18h.01l.1.11.1.1h.02a1 1 0 0 0 1.17 0l.01-.01.1-.08 2.36-2.36.07-.05c.23-.19.37-.49.37-.8 0-.37-.17-.69-.44-.87l-2.36-2.35zM7.27 14.36l-.08.1-.8.8h3.18c.53 0 .9.47.9 1 0 .47-.31.91-.77.98h-.01l-.11.01h-3.2l.8.8a1 1 0 0 1 .1 1.3l-.1.1v.01a1 1 0 0 1-1.3.1l-.1-.1-2.36-2.35c-.28-.17-.45-.5-.45-.86 0-.35.17-.68.45-.86l2.35-2.34a1 1 0 0 1 1.5 1.3z" })); }); exports.ArrowAutofitWidth = ArrowAutofitWidth; ArrowAutofitWidth.displayName = 'ArrowAutofitWidth'; var ArrowAutofitWidthDimensions = { height: 24, width: 24 }; exports.ArrowAutofitWidthDimensions = ArrowAutofitWidthDimensions;