UNPKG

@mattermost/compass-icons

Version:

24 lines (23 loc) 2.94 kB
"use strict"; var __rest = (this && this.__rest) || function (s, e) { var t = {}; for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p]; if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) { if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]]; } return t; }; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const react_1 = __importDefault(require("react")); const ProductBoardsIcon = (_a) => { var { size, color } = _a, rest = __rest(_a, ["size", "color"]); return (react_1.default.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", version: "1.1", width: size || '1em', height: size || '1em', fill: color || 'currentColor', viewBox: "0 0 24 24" }, rest), react_1.default.createElement("path", { d: "M16.736,3.191C15.327,2.431,13.714,2,12,2C6.477,2,2,6.477,2,12c0,5.523,4.477,10,10,10c5.523,0,10-4.477,10-10c0-1.708-0.428-3.316-1.183-4.722c-0.435,0.14-0.945,0.258-1.522,0.357C20.06,8.911,20.5,10.404,20.5,12c0,4.694-3.806,8.5-8.5,8.5\n\tc-4.694,0-8.5-3.806-8.5-8.5c0-4.694,3.806-8.5,8.5-8.5c1.6,0,3.096,0.442,4.374,1.21C16.476,4.134,16.595,3.624,16.736,3.191z\n\t M16.084,6.943L16.084,6.943l-1.149,1.009c0,0,0,0,0,0L16.084,6.943z M15.233,6.36C14.281,5.813,13.177,5.5,12,5.5\n\tc-3.59,0-6.5,2.91-6.5,6.5c0,3.59,2.91,6.5,6.5,6.5c3.59,0,6.5-2.91,6.5-6.5c0-1.17-0.309-2.268-0.85-3.216l-1.07,1.207\n\tC16.85,10.606,17,11.285,17,12c0,2.761-2.239,5-5,5c-2.761,0-5-2.239-5-5c0-2.761,2.239-5,5-5c0.719,0,1.402,0.152,2.02,0.425\n\tL15.233,6.36z M12.236,9.009C12.158,9.003,12.079,9,12,9c-1.657,0-3,1.343-3,3c0,1.657,1.343,3,3,3c1.657,0,3-1.343,3-3\n\tc0-0.078-0.003-0.156-0.009-0.233c-0.362,0.326-0.81,0.487-1.285,0.48c-0.061-0.001-0.122-0.005-0.183-0.011l-0.051,0.051\n\tC13.339,12.978,12.73,13.5,12,13.5c-0.828,0-1.5-0.672-1.5-1.5c0-0.742,0.538-1.358,1.246-1.479l0.018-0.018\n\tc-0.006-0.055-0.009-0.11-0.01-0.167C11.746,9.849,11.915,9.388,12.236,9.009z M12.889,10.792L12.889,10.792l0.01-0.011v0\n\tL12.889,10.792z M13.367,9.329L13.367,9.329L13.012,9.64c-0.013,0.015-0.026,0.03-0.038,0.046c0.012-0.015,0.025-0.031,0.038-0.046\n\tL13.367,9.329z M18.069,6.803c2.589-0.316,3.813-0.844,3.671-1.575c-0.141-0.722-1.044-0.788-2.736-0.215\n\tc0.573-1.7,0.498-2.621-0.233-2.745c-0.722-0.124-1.25,1.109-1.574,3.697L13.012,9.64c-0.179,0.205-0.262,0.438-0.259,0.681\n\tc0.003,0.166,0.053,0.32,0.147,0.46l-1.064,1.064c-0.092,0.092-0.092,0.24,0,0.332c0.092,0.092,0.24,0.092,0.332,0l1.07-1.07\n\tc0.149,0.092,0.313,0.137,0.484,0.14c0.243,0.004,0.459-0.08,0.638-0.259L18.069,6.803z" }))); }; exports.default = ProductBoardsIcon;