UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

45 lines (36 loc) 3.26 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); var _typeof = require("@babel/runtime/helpers/typeof"); Object.defineProperty(exports, "__esModule", { value: true }); exports.DataSunburstDimensions = exports.DataSunburst = 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 DataSunburst = /*#__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: "M15 3.51c0 .32.2.6.5.74a8.53 8.53 0 0 1 4.25 4.26c.13.29.42.49.74.49.52 0 .9-.5.68-.99-1-2.31-2.87-4.18-5.18-5.18-.48-.21-.99.16-.99.68zM8.01 2.83c.48-.21.99.16.99.68 0 .32-.2.6-.5.74A8.53 8.53 0 0 0 4.26 8.5c-.13.29-.42.49-.74.49-.52 0-.9-.5-.68-.99C3.83 5.7 5.7 3.83 8 2.83zM15 20.49c0-.32.2-.6.5-.74a8.53 8.53 0 0 0 4.25-4.26c.13-.29.42-.49.74-.49.52 0 .9.5.68.99-1 2.31-2.87 4.18-5.18 5.18-.48.21-.99-.16-.99-.68zM4.25 15.5a.82.82 0 0 0-.74-.5c-.52 0-.9.5-.68.99 1 2.31 2.87 4.18 5.18 5.18.48.21.99-.16.99-.68 0-.32-.2-.6-.5-.74a8.53 8.53 0 0 1-4.25-4.26zM12 6.5c-.2 0-.38.01-.57.03a.75.75 0 1 1-.16-1.5 7 7 0 0 1 7.55 5.4.75.75 0 1 1-1.46.35A5.5 5.5 0 0 0 12 6.5zM9.12 6.4c.23.34.14.81-.2 1.04a5.5 5.5 0 0 0-1.48 7.64.75.75 0 1 1-1.24.84A6.97 6.97 0 0 1 8.08 6.2a.75.75 0 0 1 1.04.2zM18.23 12.9c.4.11.64.52.53.92A7 7 0 0 1 8.75 18.2a.75.75 0 1 1 .7-1.33 5.5 5.5 0 0 0 7.86-3.44c.1-.4.52-.63.92-.53z" }), /*#__PURE__*/React.createElement("path", { d: "M12 8a4 4 0 1 0 0 8 4 4 0 0 0 0-8z" })); }); exports.DataSunburst = DataSunburst; DataSunburst.displayName = 'DataSunburst'; var DataSunburstDimensions = { height: 24, width: 24 }; exports.DataSunburstDimensions = DataSunburstDimensions;