UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

35 lines (34 loc) 2.83 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); var _typeof = require("@babel/runtime/helpers/typeof"); Object.defineProperty(exports, "__esModule", { value: true }); exports.PhoneSpanOutDimensions = exports.PhoneSpanOut = 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 PhoneSpanOut = /*#__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: "M8.75 2A2.75 2.75 0 0 0 6 4.75v4.88a2.25 2.25 0 0 1 2.87 2.87h1.38a2.25 2.25 0 0 1 0 4.5H8.87A2.25 2.25 0 0 1 6 19.87v3.38A2.75 2.75 0 0 0 8.75 26h10.5A2.75 2.75 0 0 0 22 23.25v-3.38A2.25 2.25 0 0 1 19.13 17h-1.38a2.25 2.25 0 0 1 0-4.5h1.38A2.25 2.25 0 0 1 22 9.63V4.75A2.75 2.75 0 0 0 19.25 2H8.75ZM6.22 18.28l-3-3a.75.75 0 0 1 0-1.06l3-3a.75.75 0 0 1 1.06 1.06L5.56 14h4.69a.75.75 0 0 1 0 1.5H5.56l1.72 1.72a.75.75 0 1 1-1.06 1.06Zm15.56-7.06 3 3c.3.3.3.77 0 1.06l-3 3a.75.75 0 0 1-1.06-1.06l1.72-1.72h-4.69a.75.75 0 0 1 0-1.5h4.69l-1.72-1.72a.75.75 0 1 1 1.06-1.06Z" })); }); exports.PhoneSpanOut = PhoneSpanOut; PhoneSpanOut.displayName = 'PhoneSpanOut'; var PhoneSpanOutDimensions = { height: 28, width: 28 }; exports.PhoneSpanOutDimensions = PhoneSpanOutDimensions;