UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

35 lines (34 loc) 3.43 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); var _typeof = require("@babel/runtime/helpers/typeof"); Object.defineProperty(exports, "__esModule", { value: true }); exports.TextWordCountDimensions = exports.TextWordCount = 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 TextWordCount = /*#__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 6a1 1 0 0 1 1-1h18a1 1 0 1 1 0 2H3a1 1 0 0 1-1-1Zm0 6a1 1 0 0 1 1-1h18a1 1 0 1 1 0 2H3a1 1 0 0 1-1-1Zm16 6a1 1 0 0 1 1-1h2a1 1 0 1 1 0 2h-2a1 1 0 0 1-1-1Zm-3.96-.87a.5.5 0 0 0-.14.22 1 1 0 1 1-1.93-.52c.1-.33.3-.79.7-1.17.43-.4 1.04-.66 1.8-.66A2.44 2.44 0 0 1 17 17.36c0 .39-.07 1.02-.47 1.59l.1.12c.24.37.37.8.37 1.3 0 .83-.27 1.53-.81 2.02-.53.46-1.17.61-1.72.61-.5 0-1.03-.09-1.51-.4a2.5 2.5 0 0 1-.98-1.4 1 1 0 0 1 1.91-.59c.08.26.16.3.18.32.03.02.12.07.4.07.22 0 .34-.06.39-.1.03-.03.14-.14.14-.54 0-.12-.03-.16-.03-.17 0 0-.03-.04-.1-.07a1.6 1.6 0 0 0-.66-.12 1 1 0 1 1 0-2c.28 0 .45-.05.54-.09a.35.35 0 0 0 .14-.1c.07-.09.11-.24.11-.45a.36.36 0 0 0-.1-.21c-.07-.07-.19-.15-.43-.15-.28 0-.39.08-.43.13Zm-6.23.5c0-.15.07-.33.18-.46.1-.12.23-.17.34-.17.23 0 .4.11.48.24.06.1.14.32-.09.73-.1.19-.27.37-.52.58l-.42.32-.06.05c-.13.1-.28.2-.42.32-.69.54-1.49 1.35-1.49 2.76a1 1 0 0 0 1 1h3.02a1 1 0 1 0 0-2H8.31l.23-.2.37-.27.07-.06c.16-.11.33-.24.5-.39.34-.28.72-.65 1-1.14.52-.95.52-1.96.03-2.75A2.56 2.56 0 0 0 8.33 15c-1.55 0-2.52 1.4-2.52 2.64a1 1 0 0 0 2 0Zm-5.26 1.39a1 1 0 0 1-1.13-1.66 2.97 2.97 0 0 0 1.15-1.56 1 1 0 0 1 1.98.2v6a1 1 0 1 1-2 0v-2.98Z" })); }); exports.TextWordCount = TextWordCount; TextWordCount.displayName = 'TextWordCount'; var TextWordCountDimensions = { height: 24, width: 24 }; exports.TextWordCountDimensions = TextWordCountDimensions;