UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.6 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.5.74.5.52 0 .9-.52.68-1-1-2.31-2.87-4.17-5.18-5.18-.48-.21-.99.16-.99.68Zm-6.99-.68c.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.5-.74.5-.52 0-.9-.52-.68-1C3.83 5.7 5.7 3.84 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-.68Zm-10.75-5A.82.82 0 0 0 3.5 15c-.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.5Zm-2.88-.1c.23.34.14.81-.2 1.04a5.5 5.5 0 0 0-1.48 7.64.75.75 0 0 1-1.24.84A6.97 6.97 0 0 1 8.08 6.2a.75.75 0 0 1 1.04.2Zm9.11 6.5c.4.11.64.52.53.92A7 7 0 0 1 8.75 18.2a.75.75 0 0 1 .7-1.33 5.5 5.5 0 0 0 7.86-3.44c.1-.4.52-.63.92-.52ZM12 8a4 4 0 1 0 0 8 4 4 0 0 0 0-8Z" })); }); DataSunburst.displayName = 'DataSunburst'; export var DataSunburstDimensions = { height: 24, width: 24 };