UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

45 lines (36 loc) 3.24 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); var _typeof = require("@babel/runtime/helpers/typeof"); Object.defineProperty(exports, "__esModule", { value: true }); exports.TextClearFormattingDimensions = exports.TextClearFormatting = void 0; var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends")); var React = _interopRequireWildcard(require("react")); var _styledIcon = require("@styled-icons/styled-icon"); function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); } function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; } var TextClearFormatting = /*#__PURE__*/React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg" }; return /*#__PURE__*/React.createElement(_styledIcon.StyledIconBase, (0, _extends2.default)({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 24 24" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M2.76 14a.84.84 0 0 1-.55-.18.6.6 0 0 1-.21-.46c0-.11.03-.25.1-.41L6.01 2.7c.18-.47.51-.7 1-.7.45 0 .77.22.95.7l3.94 10.24c.06.16.09.3.09.4 0 .2-.07.35-.22.47a.8.8 0 0 1-.54.18c-.36 0-.61-.19-.75-.56L9.4 10.51H4.58l-1.07 2.92c-.14.37-.39.56-.75.56zm2.26-4.73h3.96L7.03 3.9h-.06L5.02 9.27zM12.8 14.73l5.47 5.48 4.16-4.16c.76-.76.76-2 0-2.75l-2.72-2.73a1.95 1.95 0 0 0-2.76 0l-4.16 4.16z" }), /*#__PURE__*/React.createElement("path", { d: "M14.75 11.36 13 13.1V2.76c0-.23.06-.4.2-.55.13-.14.3-.2.5-.2.21 0 .38.06.5.2.14.14.21.32.21.55v4.07h.03a2.97 2.97 0 0 1 2.71-1.56c1.07 0 1.93.4 2.58 1.2.66.79.99 1.85.99 3.17l-.02.51-.29-.29a2.93 2.93 0 0 0-1.16-.71 3.34 3.34 0 0 0-.63-1.8 2.11 2.11 0 0 0-1.77-.84c-.72 0-1.3.3-1.76.87a3.52 3.52 0 0 0-.69 2.26c0 .66.12 1.24.35 1.72zM17.21 21.27l-5.48-5.48-1.16 1.16c-.76.76-.76 2 0 2.76l2.72 2.72c.34.34.77.53 1.21.56V23H20a.75.75 0 1 0 0-1.5h-3.02l.23-.23z" })); }); exports.TextClearFormatting = TextClearFormatting; TextClearFormatting.displayName = 'TextClearFormatting'; var TextClearFormattingDimensions = { height: 24, width: 24 }; exports.TextClearFormattingDimensions = TextClearFormattingDimensions;