UNPKG

@icongo/li

Version:
23 lines (22 loc) 1.74 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LISportSwimmingPool = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LISportSwimmingPool = function LISportSwimmingPool(props) { return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", "aria-hidden": "true", viewBox: "0 0 14 14" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M12.7 10h-.3c-.488 0-.859-.158-1.052-.336-.167-.154-.368-.264-.595-.264h-.306c-.227 0-.429.11-.596.264C9.66 9.842 9.288 10 8.8 10s-.859-.158-1.052-.336C7.581 9.51 7.38 9.4 7.153 9.4h-.306c-.227 0-.429.11-.596.264C6.06 9.842 5.688 10 5.2 10s-.859-.158-1.052-.336C3.981 9.51 3.78 9.4 3.553 9.4h-.306c-.227 0-.429.11-.596.264C2.46 9.842 2.088 10 1.6 10h-.3a.3.3 0 0 0-.3.3v.6a.3.3 0 0 0 .3.3h.3c.724 0 1.363-.229 1.8-.597.437.369 1.076.597 1.8.597s1.363-.229 1.8-.597c.436.369 1.076.597 1.8.597s1.363-.229 1.8-.597c.437.369 1.076.597 1.8.597h.3a.3.3 0 0 0 .3-.3v-.6a.3.3 0 0 0-.3-.3Zm-7.5-.6V7.6h3.6v1.8c.358 0 .579-.116.645-.177A1.62 1.62 0 0 1 10 8.885V4.6a.6.6 0 0 1 1.2 0v.3a.3.3 0 0 0 .3.3h.6a.3.3 0 0 0 .3-.3v-.3c0-.993-.807-1.8-1.8-1.8s-1.8.807-1.8 1.8v1.8H5.2V4.6a.6.6 0 0 1 1.2 0v.3a.3.3 0 0 0 .3.3h.6a.3.3 0 0 0 .3-.3v-.3c0-.993-.807-1.8-1.8-1.8S4 3.607 4 4.6v4.284c.195.07.383.18.555.34.066.06.287.176.645.176Z" }) })); }; exports.LISportSwimmingPool = LISportSwimmingPool;