UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

35 lines (34 loc) 3.29 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); var _typeof = require("@babel/runtime/helpers/typeof"); Object.defineProperty(exports, "__esModule", { value: true }); exports.ArrowCounterclockwiseDashesDimensions = exports.ArrowCounterclockwiseDashes = 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 ArrowCounterclockwiseDashes = /*#__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 1-.41 1.96 7.28 7.28 0 0 0-3.02 0 1 1 0 1 1-.41-1.96c.62-.13 1.26-.2 1.92-.2Zm-5.75 2v-.5a1 1 0 0 0-2 0v3a1 1 0 0 0 1 1h3a1 1 0 1 0 0-2h-.67c.15-.12.31-.23.47-.33a1 1 0 0 0-1.09-1.68c-.24.16-.48.33-.71.51Zm9.4-.22a1 1 0 0 1 1.39-.29 9.3 9.3 0 0 1 2.72 2.72 1 1 0 1 1-1.68 1.1 7.3 7.3 0 0 0-2.13-2.14 1 1 0 0 1-.3-1.39Zm4.21 4.78a1 1 0 0 1 1.19.77 9.28 9.28 0 0 1 0 3.84 1 1 0 1 1-1.96-.41 7.29 7.29 0 0 0 0-3.02 1 1 0 0 1 .77-1.18Zm-16.11.94a1 1 0 0 1 1 1V12c0 .52.05 1.02.16 1.5a1 1 0 1 1-1.96.42 9.28 9.28 0 0 1-.2-1.92v-.75a1 1 0 0 1 1-1Zm.78 5.4a1 1 0 0 1 1.39.3 7.3 7.3 0 0 0 2.13 2.13 1 1 0 0 1-1.09 1.68 9.3 9.3 0 0 1-2.72-2.72 1 1 0 0 1 .3-1.38Zm13.55.3a1 1 0 0 1 1.68 1.09 9.3 9.3 0 0 1-2.72 2.72 1 1 0 1 1-1.1-1.68 7.3 7.3 0 0 0 2.14-2.13Zm-4.57 3.14a1 1 0 1 1 .41 1.96 9.28 9.28 0 0 1-3.84 0 1 1 0 1 1 .41-1.96 7.29 7.29 0 0 0 3.02 0Z" })); }); exports.ArrowCounterclockwiseDashes = ArrowCounterclockwiseDashes; ArrowCounterclockwiseDashes.displayName = 'ArrowCounterclockwiseDashes'; var ArrowCounterclockwiseDashesDimensions = { height: 24, width: 24 }; exports.ArrowCounterclockwiseDashesDimensions = ArrowCounterclockwiseDashesDimensions;