UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

35 lines (34 loc) 3.82 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); var _typeof = require("@babel/runtime/helpers/typeof"); Object.defineProperty(exports, "__esModule", { value: true }); exports.Keyboard123Dimensions = exports.Keyboard123 = 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 Keyboard123 = /*#__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: "M5.16 4.17c.37.18.81.04 1-.32l.04-.06c.04-.05.1-.12.2-.2.2-.16.53-.34 1.1-.34.5 0 .78.24.9.46.1.2.1.48-.18.76-.2.2-.45.36-.77.55l-.29.16-.75.45c-.76.5-1.5 1.2-1.65 2.53A.75.75 0 0 0 5.5 9h3.75a.75.75 0 1 0 0-1.5h-2.7c.17-.24.4-.43.68-.62l.6-.36.38-.2c.35-.2.73-.45 1.07-.79.73-.72.85-1.7.45-2.49A2.44 2.44 0 0 0 7.5 1.75c-.93 0-1.6.32-2.03.66a2.67 2.67 0 0 0-.62.72l-.01.02v.01h-.01a.75.75 0 0 0 .33 1.01Zm9.21.31c-.13.13-.4.27-.87.27a.75.75 0 0 0 0 1.5c.47 0 .74.14.87.27.14.12.2.28.19.44-.02.26-.29.79-1.31.79-.46 0-.76-.14-.93-.25a1.04 1.04 0 0 1-.2-.18.75.75 0 0 0-1.04-.2c-.58.38-.2 1.05-.2 1.05v.01l.02.02a1.47 1.47 0 0 0 .15.18c.1.1.25.24.44.37.4.26.97.5 1.76.5 1.62 0 2.73-.97 2.8-2.2a2.04 2.04 0 0 0-.57-1.55c.41-.43.6-.99.57-1.54-.07-1.24-1.18-2.21-2.8-2.21-.79 0-1.37.24-1.76.5a2.54 2.54 0 0 0-.6.55v.02h-.01v.01a.75.75 0 0 0 1.23.85l.03-.03c.04-.04.1-.1.18-.15.17-.11.47-.25.93-.25 1.02 0 1.29.53 1.3.8.01.15-.04.3-.18.43Zm-2.25 2.85Zm0-3.66ZM3.5 2.65v5.6a.75.75 0 0 1-1.5.1V3.79l-.51.17a.75.75 0 0 1-.91-.37l-.04-.1a.75.75 0 0 1 .38-.9l.1-.05 1.5-.5c.45-.15.91.15.98.6Zm7.12 6.7c-.32.4-.82.65-1.37.65H5.5a1.75 1.75 0 0 1-1.4-.7 1.75 1.75 0 0 1-2.1.55v6.9C2 18 3 19 4.25 19h15.5c1.24 0 2.25-1 2.25-2.25v-9.5C22 6.01 20.99 5 19.75 5H16.9c-.05.17-.12.34-.2.5.26.5.37 1.05.34 1.6-.11 1.9-1.79 3.15-3.8 3.15a4.12 4.12 0 0 1-2.63-.9ZM6.75 14.5h10.6a.75.75 0 0 1 0 1.5H6.65a.75.75 0 0 1 0-1.5h.1ZM15.5 12a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm-3 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm-3 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm-3 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0ZM17 9a1 1 0 1 1 2 0 1 1 0 0 1-2 0Z" })); }); exports.Keyboard123 = Keyboard123; Keyboard123.displayName = 'Keyboard123'; var Keyboard123Dimensions = { height: 24, width: 24 }; exports.Keyboard123Dimensions = Keyboard123Dimensions;