@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
35 lines (34 loc) • 2.92 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
var _typeof = require("@babel/runtime/helpers/typeof");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ContactCardRibbonDimensions = exports.ContactCardRibbon = 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 ContactCardRibbon = /*#__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: "M8.25 8A4.25 4.25 0 0 0 4 12.25v23.5C4 38.1 5.9 40 8.25 40H31v-3.67a9.46 9.46 0 0 1-1.79-7.83h-2.96a1.25 1.25 0 1 1 0-2.5h3.88a9.53 9.53 0 0 1 5.32-4.5h-9.2a1.25 1.25 0 1 1 0-2.5h9.5a1.25 1.25 0 0 1 .82 2.2A9.55 9.55 0 0 1 44 22.75v-10.5C44 9.9 42.1 8 39.75 8H8.25ZM19 20a3 3 0 1 1-6 0 3 3 0 0 1 6 0Zm-8 6.5c0-.83.67-1.5 1.5-1.5h7c.83 0 1.5.67 1.5 1.5v.5s0 4-5 4-5-4-5-4v-.5ZM38.5 38a7.48 7.48 0 0 0 7.5-7.5 7.47 7.47 0 0 0-7.5-7.5 7.49 7.49 0 1 0 0 15Zm3.59 1.3A9.48 9.48 0 0 0 44 38.25v6.7c0 .86-.96 1.35-1.65.85L38.5 43l-3.85 2.8c-.69.5-1.65 0-1.65-.84v-6.71A9.48 9.48 0 0 0 38.44 40h.12a9.47 9.47 0 0 0 3.53-.7Z"
}));
});
exports.ContactCardRibbon = ContactCardRibbon;
ContactCardRibbon.displayName = 'ContactCardRibbon';
var ContactCardRibbonDimensions = {
height: 48,
width: 48
};
exports.ContactCardRibbonDimensions = ContactCardRibbonDimensions;