UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.36 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var ClearFormatting = /*#__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: "M17.5 12a5.5 5.5 0 1 1 0 11 5.5 5.5 0 0 1 0-11zM3 19h8.17c.17.72.46 1.4.85 2H3a1 1 0 0 1-.12-2H3zm12.1-4.03-.08.05-.05.07a.5.5 0 0 0 0 .57l.05.07 1.77 1.77-1.76 1.77-.06.07a.5.5 0 0 0 0 .57l.06.06.07.06c.17.12.4.12.56 0l.07-.06 1.77-1.76 1.77 1.77.07.05c.17.12.4.12.57 0l.07-.05.05-.07a.5.5 0 0 0 0-.57l-.05-.07-1.77-1.77 1.77-1.77.06-.07a.5.5 0 0 0 0-.57l-.06-.07-.07-.05a.5.5 0 0 0-.57 0l-.07.05-1.77 1.77-1.77-1.77-.07-.05a.5.5 0 0 0-.5-.05l-.07.05zM16 3a1 1 0 0 1 1 1.05l-.01.11-.25 1.5a1 1 0 0 1-1.98-.2v-.12l.06-.34h-3.39L9.67 16H10a1 1 0 0 1 1 .88V17a1 1 0 0 1-.88 1H7a1 1 0 0 1-.12-2h.77L9.4 5H5.85l-.11.66a1 1 0 0 1-1.99-.2l.01-.12.25-1.5A1 1 0 0 1 4.88 3H16z" })); }); ClearFormatting.displayName = 'ClearFormatting'; export var ClearFormattingDimensions = { height: 24, width: 24 };