@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
43 lines (34 loc) • 3.23 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
var _typeof = require("@babel/runtime/helpers/typeof");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ArrowClockwiseDashesDimensions = exports.ArrowClockwiseDashes = 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 ArrowClockwiseDashes = /*#__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: "M12 2.75c-.66 0-1.3.07-1.92.2a1 1 0 1 0 .41 1.96 7.28 7.28 0 0 1 3.02 0 1 1 0 1 0 .41-1.96 9.28 9.28 0 0 0-1.92-.2zm5.75 2v-.5a1 1 0 1 1 2 0v3a1 1 0 0 1-1 1h-3a1 1 0 1 1 0-2h.67c-.15-.12-.31-.23-.47-.33a1 1 0 1 1 1.09-1.68c.24.16.48.33.71.51zm-9.4-.22a1 1 0 0 0-1.39-.29 9.3 9.3 0 0 0-2.72 2.72 1 1 0 0 0 1.68 1.1 7.3 7.3 0 0 1 2.13-2.14 1 1 0 0 0 .3-1.39zM4.13 9.31a1 1 0 0 0-1.19.77 9.28 9.28 0 0 0 0 3.84 1 1 0 1 0 1.96-.41 7.28 7.28 0 0 1 0-3.02 1 1 0 0 0-.77-1.18zm16.11.94a1 1 0 0 0-1 1V12c0 .52-.05 1.02-.16 1.5a1 1 0 1 0 1.96.42c.13-.62.2-1.26.2-1.92v-.75a1 1 0 0 0-1-1zm-.78 5.4a1 1 0 0 0-1.39.3 7.3 7.3 0 0 1-2.13 2.13 1 1 0 0 0 1.09 1.68 9.3 9.3 0 0 0 2.72-2.72 1 1 0 0 0-.3-1.38zm-13.55.3a1 1 0 0 0-1.68 1.09 9.3 9.3 0 0 0 2.72 2.72 1 1 0 1 0 1.1-1.68 7.3 7.3 0 0 1-2.14-2.13zm4.57 3.14a1 1 0 1 0-.41 1.96 9.28 9.28 0 0 0 3.84 0 1 1 0 1 0-.41-1.96 7.29 7.29 0 0 1-3.02 0z"
}));
});
exports.ArrowClockwiseDashes = ArrowClockwiseDashes;
ArrowClockwiseDashes.displayName = 'ArrowClockwiseDashes';
var ArrowClockwiseDashesDimensions = {
height: 24,
width: 24
};
exports.ArrowClockwiseDashesDimensions = ArrowClockwiseDashesDimensions;