@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
43 lines (34 loc) • 3.13 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
var _typeof = require("@babel/runtime/helpers/typeof");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ClassificationDimensions = exports.Classification = 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 Classification = /*#__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: "m9.02 6-1.5 1.5H4.26a.75.75 0 0 0-.75.75v11.5c0 .41.34.75.75.75h11.5c.41 0 .75-.34.75-.75v-3.28l1.5-1.49v4.77c0 1.24-1 2.25-2.25 2.25H4.25C3.01 22 2 21 2 19.75V8.25C2 7.01 3 6 4.25 6h4.77zm-3.8 6.22 2-2a.75.75 0 0 1 .98-.07l.08.07 5.5 5.5c.27.27.3.68.07.98l-.07.08-2 2a.75.75 0 0 1-.98.07l-.08-.07-5.5-5.5a.75.75 0 0 1-.07-.98l.07-.08 2-2-2 2zm16.06-9.5a2.58 2.58 0 0 1-.47 4.01l-.14.09-1.17.62.51.51a3.25 3.25 0 0 1 .14 4.45l-.14.15-1.23 1.23a.75.75 0 0 1-.98.07l-.08-.07-.47-.47-1.47 1.47a.75.75 0 0 1-.98.07l-.08-.07-5.5-5.5a.75.75 0 0 1-.07-.98l.07-.08 1.47-1.47-.47-.47a.75.75 0 0 1-.07-.98l.07-.08 1.23-1.23a3.25 3.25 0 0 1 4.45-.14l.15.14.51.51.62-1.16c.09-.17.2-.33.32-.48l.13-.14c1.01-1 2.64-1 3.65 0zm-9.53 5.1-.94.93 4.44 4.44.94-.94-4.44-4.44zm6.94-4.04c-.05.05-.1.1-.13.17l-.06.09-.83 1.57.72.72 1.57-.84a1.08 1.08 0 1 0-1.27-1.71z"
}));
});
exports.Classification = Classification;
Classification.displayName = 'Classification';
var ClassificationDimensions = {
height: 24,
width: 24
};
exports.ClassificationDimensions = ClassificationDimensions;