UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 924 B
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var RibbonOff = /*#__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: "M6.76 8.17A9.97 9.97 0 0 0 10 20a9.96 9.96 0 0 0 9.83 1.24l1.13 1.14A11.45 11.45 0 0 1 10 21.8V29a1 1 0 0 0 1.51.86l4.49-2.7 4.49 2.7A1 1 0 0 0 22 29v-5.59l6.3 6.3a1 1 0 0 0 1.4-1.42l-26-26a1 1 0 0 0-1.4 1.42l4.46 4.46Zm1.94-3L22.83 19.3A10 10 0 1 0 8.7 5.17Z" })); }); RibbonOff.displayName = 'RibbonOff'; export var RibbonOffDimensions = { height: 32, width: 32 };