UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.1 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var DataBarVerticalStar = /*#__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 32 32" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M27 7a3 3 0 1 0-6 0v7.22a9.03 9.03 0 0 1 6 .72V7Zm-8 6v1.94a9 9 0 0 0-3.51 13.02A3 3 0 0 1 13 25V13a3 3 0 1 1 6 0Zm-8 6a3 3 0 1 0-6 0v6a3 3 0 1 0 6 0v-6Zm19.5 4a7.5 7.5 0 1 1-15 0 7.5 7.5 0 0 1 15 0Zm-8.21-4.86-.94 2.83h-3a.75.75 0 0 0-.43 1.36l2.4 1.7-.92 2.8a.75.75 0 0 0 1.14.84L23 25.93l2.46 1.74a.75.75 0 0 0 1.14-.84l-.93-2.8 2.41-1.7a.75.75 0 0 0-.43-1.36h-3l-.94-2.83a.75.75 0 0 0-1.42 0Z" })); }); DataBarVerticalStar.displayName = 'DataBarVerticalStar'; export var DataBarVerticalStarDimensions = { height: 32, width: 32 };