UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.13 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var ChannelSubtract = /*#__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 48 48" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M6 12.5a2.5 2.5 0 1 0 3 4 2.5 2.5 0 0 0-3-4Zm.19-1.78A4 4 0 1 1 6 18.21v17.54C6 39.2 8.8 42 12.25 42h11.8a12.94 12.94 0 0 1-.31-13.5h-6.49a1.25 1.25 0 1 1 0-2.5h8.37A12.96 12.96 0 0 1 42 24.04V12.25C42 8.8 39.2 6 35.75 6h-23.5c-2.92 0-5.38 2-6.06 4.72ZM16 20.25c0-.69.56-1.25 1.25-1.25h13.5a1.25 1.25 0 1 1 0 2.5h-13.5c-.69 0-1.25-.56-1.25-1.25ZM46 35a11 11 0 1 1-22 0 11 11 0 0 1 22 0Zm-3 0a1 1 0 0 0-1-1H28a1 1 0 1 0 0 2h14a1 1 0 0 0 1-1Z" })); }); ChannelSubtract.displayName = 'ChannelSubtract'; export var ChannelSubtractDimensions = { height: 48, width: 48 };