UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

43 lines (34 loc) 3.22 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); var _typeof = require("@babel/runtime/helpers/typeof"); Object.defineProperty(exports, "__esModule", { value: true }); exports.Fps30Dimensions = exports.Fps30 = 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 Fps30 = /*#__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 48 48" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M16 14.5c1.78 0 3-1.35 3-2.75S17.78 9 16 9c-1.32 0-2.37.76-2.8 1.88-.22.59-.71 1.12-1.35 1.12-1.03 0-1.92-.84-1.62-1.83A6.06 6.06 0 0 1 16 6c3.31 0 6 2.57 6 5.75 0 1.68-.76 3.2-1.96 4.25A5.63 5.63 0 0 1 22 20.25 5.88 5.88 0 0 1 16 26a6.06 6.06 0 0 1-5.77-4.17c-.3-1 .59-1.83 1.62-1.83.64 0 1.13.53 1.35 1.12A2.92 2.92 0 0 0 16 23c1.78 0 3-1.35 3-2.75s-1.22-2.75-3-2.75a1.5 1.5 0 1 1 0-3zM24 12a6 6 0 0 1 12 0v8a6 6 0 0 1-12 0v-8zm3 8a3 3 0 1 0 6 0v-8a3 3 0 1 0-6 0v8zM9.25 30C8.56 30 8 30.56 8 31.25v11.54a1.25 1.25 0 1 0 2.5 0V38.5h4.25a1.25 1.25 0 1 0 0-2.5H10.5v-3.5h5.26a1.25 1.25 0 1 0 0-2.5H9.25zM20.75 30c-.69 0-1.25.56-1.25 1.25v11.54a1.25 1.25 0 1 0 2.5 0V38.5h2.25a4.25 4.25 0 0 0 0-8.5h-3.5zm3.5 6H22v-3.5h2.25a1.75 1.75 0 1 1 0 3.5zM34.66 32.5a1.66 1.66 0 1 0 0 3.31h1.25a4.1 4.1 0 0 1 0 8.19h-1.66a3.75 3.75 0 0 1-3.75-3.75 1.25 1.25 0 1 1 2.5 0c0 .69.56 1.25 1.25 1.25h1.66a1.6 1.6 0 0 0 0-3.19h-1.25a4.16 4.16 0 1 1 0-8.31h1.59A3.75 3.75 0 0 1 40 33.75a1.25 1.25 0 1 1-2.5 0c0-.69-.56-1.25-1.25-1.25h-1.6z" })); }); exports.Fps30 = Fps30; Fps30.displayName = 'Fps30'; var Fps30Dimensions = { height: 48, width: 48 }; exports.Fps30Dimensions = Fps30Dimensions;