@blueprintjs/icons
Version:
Components, fonts, icons, and css files for creating and displaying icons.
32 lines • 11 kB
JavaScript
/*
* Copyright 2024 Palantir Technologies, Inc. All rights reserved.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import { __assign } from "tslib";
import * as React from "react";
import { IconSize } from "../../iconTypes";
import { SVGIconContainer } from "../../svgIconContainer";
export var Team = React.forwardRef(function (props, ref) {
var isLarge = props.size >= IconSize.LARGE;
var pixelGridSize = isLarge ? IconSize.LARGE : IconSize.STANDARD;
var translation = "".concat(-1 * pixelGridSize / 0.05 / 2);
var style = { transformOrigin: "center" };
return (React.createElement(SVGIconContainer, __assign({ iconName: "team", ref: ref }, props),
React.createElement("path", { d: isLarge ? "M353.824 93.44C344.7 114.56 300.202 128.48 270.748 141.6C241.136 154.72 245.298 162.56 244.178 173.44C244.0180000000001 174.88 244.0180000000001 176.48 243.858 178.08C253.942 187.04 262.266 199.36 267.7080000000001 213.6C267.7080000000001 213.6 268.028 214.4 268.028 214.56C269.148 217.6 270.108 220.8 271.07 224.16C277.792 225.6 281.794 232.96 283.234 239.8400000000001C284.834 242.56 287.8760000000001 249.44 287.236 257.12C286.276 267.04 282.274 271.68 277.792 273.6V275.36C277.792 288 276.6720000000001 306.24 274.27 318.24C273.79 321.6 272.99 324.9600000000001 272.03 328.16C267.7080000000001 342.88 258.584 356 246.418 365.28C233.774 374.88 216.006 380 200.16 380C184.3132 380 166.546 374.88 153.9008 365.28C141.7358 356 132.612 342.88 128.2902 328.16C127.3298 324.9600000000001 126.5294 321.6 126.0492 318.24C123.8084 306.24 122.5278 288 122.5278 275.36V273.76C117.8858 272 113.7242 267.36 112.7638 257.12C112.1234 249.44 115.1648 242.56 116.7654 239.8400000000001C118.366 232.8 122.3678 225.28 129.4106 224.16C130.211 220.8 131.3314 217.6 132.4518 214.56C132.4518 214.4 132.612 214.08 132.612 213.92L132.772 213.6C138.2142 199.04 146.6978 186.56 157.102 177.6C157.102 176.16 156.942 174.72 156.782 173.44C155.6614 162.56 158.8628 154.72 129.2506 141.6C99.6384 128.48 55.3 114.56 46.1762 93.44C37.0526 72.32 40 20 40 20H360C360 20 362.9480000000001 72.32 353.824 93.44zM26.7982 97.016C23.8316 90.962 20 83.14 20 20H0V100C0 126.004 17.02856 142.068 38.093 151.4C61.0762 161.582 61.469 168.132 61.9486 176.126C62.0096 177.144 62.0722 178.184 62.183 179.26C62.323 180.38 62.463 181.64 62.463 182.9C53.3592 190.74 45.9362 201.66 41.1742 214.4L41.0342 214.68C41.0342 214.75 40.9992 214.855 40.9642 214.96L40.9324 215.0574C40.9108 215.1272 40.8942 215.1918 40.8942 215.24C39.9138 217.9 38.9334 220.7 38.233 223.64C32.0706 224.62 28.569 231.2 27.1684 237.36C25.768 239.74 23.1068 245.76 23.667 252.48C24.5074 261.44 28.1488 265.5 32.2106 267.04V268.44C32.2106 279.5 33.331 295.46 35.2918 305.9600000000001C35.712 308.9 36.4124 311.84 37.2526 314.64C41.0342 327.52 49.0174 339 59.6618 347.12C70.7264 355.52 86.2728 360 100.1386 360C106.6822 360 113.6002 359.0022 120.2446 357.0656C115.898 350.1154 112.472 342.5702 110.1372 334.6358C109.008 330.8664 108.0028 326.7252 107.3618 322.4066000000001C105.312 311.2484 104.0562 296.0982 103.6788 283.5994C97.9666 277.5042 94.665 269.0238 93.7498 259.265L93.7344 259.0794C92.8324 248.2604 96.1506 238.9312 98.82 233.5414C100.0924 229.0026 102.1628 223.968 105.4344 219.4086C107.4654 216.5778 110.178 213.6604 113.633 211.2768C113.8212 210.7378 113.9818 210.2166 114.1404 209.7018C114.4868 208.5778 114.8244 207.482 115.4218 206.2876C120.6914 192.538 128.3658 180.07 137.9796 169.942C137.7962 166.912 137.3852 166.228 134.8042 164.4C132.199 162.554 127.95 160.124 121.0736 157.078C116.2756 154.952 110.3234 152.51 103.919 149.884C93.0114 145.412 80.7792 140.396 70.6452 135.458C62.0968 131.292 53.5044 126.518 46.1934 120.968C39.036 115.536 31.7794 108.374 27.7282 98.996C27.4324 98.312 27.1204 97.674 26.7982 97.016zM278.924 157.078L278.956 157.062C284.592 154.552 290.774 152.022 297.446 149.29L297.496 149.268C299.264 148.544 301.068 147.806 302.906 147.05C311.504 143.51 320.668 139.654 329.2840000000001 135.462C337.838 131.3 346.444 126.526 353.766 120.98C360.932 115.552 368.7720000000001 106.382 372.8280000000001 96.99C375.848 90.002 379.998 80 379.998 20H400V100C400 125.484 382.4940000000001 142.228 361.904 151.4C339.4460000000001 161.35 339.19 167.83 338.882 175.58C338.834 176.768 338.784 177.994 338.654 179.26C338.592 179.824 338.558 180.418 338.526 181.026L338.512 181.288C338.478 181.954 338.442 182.638 338.374 183.32C347.198 191.16 354.482 201.94 359.242 214.4C359.242 214.4 359.524 215.1 359.524 215.24C360.504 217.9 361.344 220.7 362.1840000000001 223.64C368.0660000000001 224.9 371.568 231.34 372.8280000000001 237.36C374.23 239.74 376.89 245.76 376.3300000000001 252.48C375.49 261.16 371.988 265.2200000000001 368.0660000000001 266.9V268.44C368.0660000000001 279.5 367.086 295.46 364.9860000000001 305.9600000000001C364.5660000000001 308.9 363.8640000000001 311.84 363.024 314.64C359.242 327.52 351.26 339 340.616 347.12C329.55 355.52 314.004 360 300.138 360C293.606 360 286.7000000000001 359.0056 280.066 357.0754C284.43 350.0950000000001 287.86 342.5328 290.184 334.6326C291.3040000000001 330.8976 292.3 326.7974 292.942 322.5214C295.186 311.0456 296.344 295.5964 296.668 283.1190000000001C302.118 277.0942 305.318 268.8622000000001 306.242 259.3186L306.264 259.0796000000001C307.1600000000001 248.3384 303.894 239.0654 301.234 233.6584C300.002 229.0946 297.974 224.1912 294.854 219.7456C292.892 216.9496 290.278 214.047 286.94 211.6274L286.738 211.019C286.298 209.684 285.852 208.3344 285.336 207.0156C280.072 193.268 272.43 180.748 262.926 170.526C262.938 170.26 262.948 169.994 262.956 169.728L262.966 169.362C262.998 168.336 263.028 167.304 263.164 166.29C263.822 165.528 267.058 162.334 278.924 157.078z" : "M226.552 115.248C246.856 106.988 269.75 97.672 275.338 84.918C281.39 71.106 280.3 31.526 280.038 22.054C280.002 20.752 279.998 20 279.998 20H39.9998C39.9998 20 37.7318 69.308 44.6364 85.068C50.2248 97.822 73.1192 107.138 93.423 115.398C98.205 117.342 102.843 119.23 107.0776 121.0896C126.7824 129.8022 127.0942 135.5222 127.47 142.4188C127.515 143.2446 127.561 144.0874 127.6412 144.9542C127.6412 145.4796 127.6788 146.005 127.7162 146.5302C127.7538 147.0556 127.7914 147.5808 127.7914 148.1062C119.9862 154.8604 113.532 164.3162 109.4792 175.1228L109.3292 175.273C109.3292 175.348 109.2916 175.423 109.254 175.4982C109.2166 175.5732 109.179 175.6482 109.179 175.7232C108.2784 178.1248 107.528 180.5262 106.9276 183.0778C101.674 183.9784 98.672 189.5318 97.4714 194.785C96.4206 196.8864 94.019 201.9894 94.4694 207.693C95.2198 215.3478 98.3718 218.7998 101.9742 220.1506V221.3514C101.9742 230.9574 102.7248 244.6158 104.526 253.6214C104.8262 256.173 105.4266 258.5744000000001 106.177 261.126C109.4792 272.0828 116.2336 281.9888 125.3898 289.0432C134.846 296.2476 148.2048 300 160.0626 300C171.9204 300 185.2792 296.0976 194.8856 289.0432C204.042 282.139 210.796 272.0828 214.098 261.126C214.848 258.5744000000001 215.45 256.173 215.75 253.6214C217.4 244.6158 218.302 230.8072 218.302 221.3514V220.0006C221.604 218.6498 224.606 215.1976 225.356 207.693C225.806 201.8394 223.554 196.7362 222.354 194.635C221.302 189.5318 218.302 183.9784 213.198 182.9278C212.598 180.5262 211.846 177.9746 210.946 175.7232C210.796 175.5732 210.646 174.9728 210.646 174.9728C206.594 164.3162 200.44 155.0104 192.7842 148.2562C192.7842 147.0558 192.7842 145.8546 192.9342 144.8042C193.0304 143.7674 193.0648 142.765 193.0988 141.7846C193.3294 135.1018 193.5246 129.4474 212.898 120.9394C217.132 119.08 221.77 117.192 226.552 115.248zM89.9894 169.576C87.6606 171.5376 85.794 173.6986 84.353 175.7444C81.636 179.6016 79.875 183.7628 78.7884 187.6042C72.7022 200.6328 72.9624 217.3152 81.849 229.076C82.3078 241.635 83.1468 254.6436 86.7134 266.7696000000001C87.685 269.9928 88.8698 273.1514 90.2556 276.2188C83.7226 278.7188 76.576 280 69.942 280C59.0724 280 46.8268 276.4228 38.021 269.9562C29.628 263.6274 23.4364 254.4092 20.4094 244.3654C19.72136 242.0266 19.17102 239.8252 18.89584 237.4862C17.38234 229.2312 16.55678 216.5734 16.55678 207.9054V206.6672C13.5298 205.429 10.77798 202.2644 10.09002 195.3852C9.67724 190.0194 11.74112 185.3416 12.84184 183.4154C13.80498 178.7374 16.55678 173.6468 21.2348 172.6838C21.7852 170.4824 22.4732 168.1434 23.2988 166.0796C23.4364 165.942 23.574 165.3918 23.574 165.3918C27.2888 155.6232 32.93 147.093 39.9472 140.9016C39.9472 139.801 39.9472 138.7002 39.8096 137.7372C39.7216 136.7868 39.69 135.8678 39.6588 134.9692C39.4474 128.8432 39.2686 123.6602 21.51 115.862C5.62308 108.884 0 99.08 0 80C0 70 0 20 0 20H20C20 20 16.81796 67.114 20 80C23.182 92.886 31.435 103.69 42.1552 111.784C54.3492 120.9904 68.8236 126.857 82.9436 132.5802C84.3678 133.1574 85.8028 133.739 87.217 134.3166C104.367 141.321 101.2146 147.2082 95.6478 157.6046C93.8102 161.0364 91.7096 164.9594 89.9894 169.576zM230.01 169.576C232.338 171.5376 234.204 173.6986 235.646 175.7444C238.362 179.6016 240.124 183.7628 241.21 187.6042C247.296 200.6328 247.036 217.3152 238.15 229.076C237.69 241.635 236.852 254.6436 233.286 266.7696000000001C232.314 269.9928 231.128 273.1514 229.742 276.2188C236.276 278.7188 243.422 280 250.056 280C260.926 280 273.1720000000001 276.4228 281.978 269.9562C290.37 263.6274 296.562 254.4092 299.59 244.3654C300.278 242.0266 300.828 239.8252 301.102 237.4862C302.616 229.2312 303.442 216.5734 303.442 207.9054V206.6672C306.468 205.429 309.2200000000001 202.2644 309.908 195.3852C310.322 190.0194 308.2580000000001 185.3416 307.156 183.4154C306.194 178.7374 303.442 173.6468 298.764 172.6838C298.214 170.4824 297.526 168.1434 296.7000000000001 166.0796C296.562 165.942 296.424 165.3918 296.424 165.3918C292.7100000000001 155.6232 287.068 147.093 280.052 140.9016C280.052 139.801 280.052 138.7002 280.188 137.7372C280.276 136.787 280.308 135.8682 280.34 134.97C280.552 128.844 280.73 123.6602 298.488 115.862C314.376 108.884 320 99.08 320 80V20H300C300 20 303.182 67.114 300 80C296.818 92.886 288.564 103.69 277.844 111.784C265.6500000000001 120.9904 251.174 126.857 237.054 132.5802C235.626 133.1594 234.2 133.737 232.782 134.3166C215.632 141.321 218.784 147.2082 224.35 157.6046C226.188 161.0362 228.288 164.9596 230.01 169.576z", fillRule: "evenodd", transform: "scale(0.05, -0.05) translate(".concat(translation, ", ").concat(translation, ")"), style: style })));
});
Team.defaultProps = {
size: IconSize.STANDARD,
};
Team.displayName = "Blueprint5.Icon.Team";
export default Team;
//# sourceMappingURL=team.js.map