UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

35 lines (34 loc) 3.28 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); var _typeof = require("@babel/runtime/helpers/typeof"); Object.defineProperty(exports, "__esModule", { value: true }); exports.SwimmingPoolDimensions = exports.SwimmingPool = 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 SwimmingPool = /*#__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: "M12 8a3 3 0 0 0-3 3v1.5a1.5 1.5 0 0 1-3 0V11a6 6 0 1 1 12 0v7h15v-7a3 3 0 1 0-6 0v1.5a1.5 1.5 0 1 1-3 0V11a6 6 0 0 1 12 0v17.71a16.96 16.96 0 0 1-3 .29v-8H18v3.52a21.15 21.15 0 0 0-3-.46V11a3 3 0 0 0-3-3ZM5.34 30.48a1.5 1.5 0 0 1 .2-2.1v-.01h.01l.01-.01.03-.02a4.98 4.98 0 0 1 .34-.25 13.24 13.24 0 0 1 4.48-1.8c3.1-.61 7.47-.45 12.92 2.32a20.3 20.3 0 0 0 12.48 2.17 17.83 17.83 0 0 0 4.89-1.52l.05-.02a1.5 1.5 0 0 1 1.5 2.6h-.02l-.02.02a7.13 7.13 0 0 1-.43.22 20.82 20.82 0 0 1-5.51 1.66c-3.65.57-8.7.4-14.3-2.45-4.87-2.48-8.56-2.53-10.97-2.05a10.25 10.25 0 0 0-3.39 1.33 3.57 3.57 0 0 0-.16.12 1.5 1.5 0 0 1-2.1-.2Zm0 9a1.5 1.5 0 0 1 .2-2.1v-.01h.01l.01-.01.03-.02a4.98 4.98 0 0 1 .34-.25 13.24 13.24 0 0 1 4.48-1.79c3.1-.62 7.47-.46 12.92 2.31a20.3 20.3 0 0 0 12.48 2.17 17.83 17.83 0 0 0 4.89-1.52l.05-.02a1.5 1.5 0 0 1 1.5 2.6h-.02l-.02.02a7.13 7.13 0 0 1-.43.22 20.82 20.82 0 0 1-5.51 1.66c-3.65.57-8.7.4-14.3-2.45-4.87-2.48-8.56-2.53-10.97-2.05a10.25 10.25 0 0 0-3.39 1.33 3.57 3.57 0 0 0-.16.12 1.5 1.5 0 0 1-2.1-.2Z" })); }); exports.SwimmingPool = SwimmingPool; SwimmingPool.displayName = 'SwimmingPool'; var SwimmingPoolDimensions = { height: 48, width: 48 }; exports.SwimmingPoolDimensions = SwimmingPoolDimensions;