@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
45 lines (36 loc) • 2.84 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
var _typeof = require("@babel/runtime/helpers/typeof");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.CallForwardDimensions = exports.CallForward = 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 CallForward = /*#__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 48 48"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M17.28 4.7c2.12-.3 4.43.3 6.35 1.74a4.23 4.23 0 0 1 1.64 4.06l-.7 4.32a4.63 4.63 0 0 1-3.73 3.8l-2.03.38c-1.06.2-1.9.85-2.1 1.76-.47 2-.46 4.5 0 6.48.21.9 1.04 1.56 2.1 1.76l2.03.37a4.63 4.63 0 0 1 3.73 3.8l.65 4.05a4.51 4.51 0 0 1-1.9 4.44 9 9 0 0 1-6.16 1.62 6.5 6.5 0 0 1-5.04-3.5c-1.82-3.46-3.5-8.49-3.5-15.28 0-6.85 1.7-12.22 3.53-16.02a6.64 6.64 0 0 1 5.13-3.78z"
}), /*#__PURE__*/React.createElement("path", {
d: "M33.13 13.87a1.25 1.25 0 0 0-1.76 1.76L37.73 22H23.75a1.25 1.25 0 0 0 0 2.5h13.98l-6.36 6.37a1.25 1.25 0 0 0 1.76 1.76l8.5-8.5c.5-.48.5-1.28 0-1.76l-8.5-8.5z"
}));
});
exports.CallForward = CallForward;
CallForward.displayName = 'CallForward';
var CallForwardDimensions = {
height: 48,
width: 48
};
exports.CallForwardDimensions = CallForwardDimensions;