UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

25 lines 1.67 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var DataSunburst = /*#__PURE__*/React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg" }; return /*#__PURE__*/React.createElement(StyledIconBase, _extends({ 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" })); }); DataSunburst.displayName = 'DataSunburst'; export var DataSunburstDimensions = { height: 24, width: 24 };