@toptal/picasso-icons 1.9.0 → 1.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-package/src/Icon/Location16.d.ts +11 -0
- package/dist-package/src/Icon/Location16.d.ts.map +1 -0
- package/dist-package/src/Icon/Location16.js +25 -0
- package/dist-package/src/Icon/Location16.js.map +1 -0
- package/dist-package/src/Icon/Location24.d.ts +11 -0
- package/dist-package/src/Icon/Location24.d.ts.map +1 -0
- package/dist-package/src/Icon/Location24.js +25 -0
- package/dist-package/src/Icon/Location24.js.map +1 -0
- package/dist-package/src/Icon/LocationResponsive.d.ts +5 -0
- package/dist-package/src/Icon/LocationResponsive.d.ts.map +1 -0
- package/dist-package/src/Icon/LocationResponsive.js +12 -0
- package/dist-package/src/Icon/LocationResponsive.js.map +1 -0
- package/dist-package/src/Icon/Objective16.d.ts +11 -0
- package/dist-package/src/Icon/Objective16.d.ts.map +1 -0
- package/dist-package/src/Icon/Objective16.js +25 -0
- package/dist-package/src/Icon/Objective16.js.map +1 -0
- package/dist-package/src/Icon/Objective24.d.ts +11 -0
- package/dist-package/src/Icon/Objective24.d.ts.map +1 -0
- package/dist-package/src/Icon/Objective24.js +25 -0
- package/dist-package/src/Icon/Objective24.js.map +1 -0
- package/dist-package/src/Icon/ObjectiveResponsive.d.ts +5 -0
- package/dist-package/src/Icon/ObjectiveResponsive.d.ts.map +1 -0
- package/dist-package/src/Icon/ObjectiveResponsive.js +12 -0
- package/dist-package/src/Icon/ObjectiveResponsive.js.map +1 -0
- package/dist-package/src/Icon/PendingQueue16.d.ts +11 -0
- package/dist-package/src/Icon/PendingQueue16.d.ts.map +1 -0
- package/dist-package/src/Icon/PendingQueue16.js +25 -0
- package/dist-package/src/Icon/PendingQueue16.js.map +1 -0
- package/dist-package/src/Icon/PendingQueue24.d.ts +11 -0
- package/dist-package/src/Icon/PendingQueue24.d.ts.map +1 -0
- package/dist-package/src/Icon/PendingQueue24.js +25 -0
- package/dist-package/src/Icon/PendingQueue24.js.map +1 -0
- package/dist-package/src/Icon/PendingQueueResponsive.d.ts +5 -0
- package/dist-package/src/Icon/PendingQueueResponsive.d.ts.map +1 -0
- package/dist-package/src/Icon/PendingQueueResponsive.js +12 -0
- package/dist-package/src/Icon/PendingQueueResponsive.js.map +1 -0
- package/dist-package/src/Icon/Playbook16.d.ts +11 -0
- package/dist-package/src/Icon/Playbook16.d.ts.map +1 -0
- package/dist-package/src/Icon/Playbook16.js +25 -0
- package/dist-package/src/Icon/Playbook16.js.map +1 -0
- package/dist-package/src/Icon/Playbook24.d.ts +11 -0
- package/dist-package/src/Icon/Playbook24.d.ts.map +1 -0
- package/dist-package/src/Icon/Playbook24.js +25 -0
- package/dist-package/src/Icon/Playbook24.js.map +1 -0
- package/dist-package/src/Icon/PlaybookResponsive.d.ts +5 -0
- package/dist-package/src/Icon/PlaybookResponsive.d.ts.map +1 -0
- package/dist-package/src/Icon/PlaybookResponsive.js +12 -0
- package/dist-package/src/Icon/PlaybookResponsive.js.map +1 -0
- package/dist-package/src/Icon/ReferralPartners16.d.ts +11 -0
- package/dist-package/src/Icon/ReferralPartners16.d.ts.map +1 -0
- package/dist-package/src/Icon/ReferralPartners16.js +25 -0
- package/dist-package/src/Icon/ReferralPartners16.js.map +1 -0
- package/dist-package/src/Icon/ReferralPartners24.d.ts +11 -0
- package/dist-package/src/Icon/ReferralPartners24.d.ts.map +1 -0
- package/dist-package/src/Icon/ReferralPartners24.js +25 -0
- package/dist-package/src/Icon/ReferralPartners24.js.map +1 -0
- package/dist-package/src/Icon/ReferralPartnersResponsive.d.ts +5 -0
- package/dist-package/src/Icon/ReferralPartnersResponsive.d.ts.map +1 -0
- package/dist-package/src/Icon/ReferralPartnersResponsive.js +12 -0
- package/dist-package/src/Icon/ReferralPartnersResponsive.js.map +1 -0
- package/dist-package/src/Icon/index.d.ts +15 -0
- package/dist-package/src/Icon/index.d.ts.map +1 -1
- package/dist-package/src/Icon/index.js +15 -0
- package/dist-package/src/Icon/index.js.map +1 -1
- package/package.json +1 -1
- package/src/Icon/Location16.tsx +61 -0
- package/src/Icon/Location24.tsx +61 -0
- package/src/Icon/LocationResponsive.tsx +19 -0
- package/src/Icon/Objective16.tsx +61 -0
- package/src/Icon/Objective24.tsx +61 -0
- package/src/Icon/ObjectiveResponsive.tsx +19 -0
- package/src/Icon/PendingQueue16.tsx +61 -0
- package/src/Icon/PendingQueue24.tsx +61 -0
- package/src/Icon/PendingQueueResponsive.tsx +19 -0
- package/src/Icon/Playbook16.tsx +61 -0
- package/src/Icon/Playbook24.tsx +61 -0
- package/src/Icon/PlaybookResponsive.tsx +19 -0
- package/src/Icon/ReferralPartners16.tsx +61 -0
- package/src/Icon/ReferralPartners24.tsx +61 -0
- package/src/Icon/ReferralPartnersResponsive.tsx +19 -0
- package/src/Icon/index.ts +15 -0
- package/src/Icon/svg/location16.svg +1 -0
- package/src/Icon/svg/location24.svg +1 -0
- package/src/Icon/svg/objective16.svg +1 -0
- package/src/Icon/svg/objective24.svg +1 -0
- package/src/Icon/svg/pendingQueue16.svg +21 -0
- package/src/Icon/svg/pendingQueue24.svg +8 -0
- package/src/Icon/svg/playbook16.svg +1 -0
- package/src/Icon/svg/playbook24.svg +1 -0
- package/src/Icon/svg/referralPartners16.svg +1 -0
- package/src/Icon/svg/referralPartners24.svg +1 -0
    
        package/src/Icon/index.ts
    CHANGED
    
    | @@ -222,6 +222,8 @@ export { default as Linkedin16 } from './Linkedin16' | |
| 222 222 | 
             
            export { default as Linkedin24 } from './Linkedin24'
         | 
| 223 223 | 
             
            export { default as ListOrdered24 } from './ListOrdered24'
         | 
| 224 224 | 
             
            export { default as ListUnordered24 } from './ListUnordered24'
         | 
| 225 | 
            +
            export { default as Location16 } from './Location16'
         | 
| 226 | 
            +
            export { default as Location24 } from './Location24'
         | 
| 225 227 | 
             
            export { default as Lock16 } from './Lock16'
         | 
| 226 228 | 
             
            export { default as Lock24 } from './Lock24'
         | 
| 227 229 | 
             
            export { default as Logo } from './Logo'
         | 
| @@ -253,6 +255,8 @@ export { default as Night16 } from './Night16' | |
| 253 255 | 
             
            export { default as Night24 } from './Night24'
         | 
| 254 256 | 
             
            export { default as NumericalAnalysis16 } from './NumericalAnalysis16'
         | 
| 255 257 | 
             
            export { default as NumericalAnalysis24 } from './NumericalAnalysis24'
         | 
| 258 | 
            +
            export { default as Objective16 } from './Objective16'
         | 
| 259 | 
            +
            export { default as Objective24 } from './Objective24'
         | 
| 256 260 | 
             
            export { default as Okr16 } from './Okr16'
         | 
| 257 261 | 
             
            export { default as Okr24 } from './Okr24'
         | 
| 258 262 | 
             
            export { default as Overlap16 } from './Overlap16'
         | 
| @@ -273,6 +277,8 @@ export { default as PauseSolid16 } from './PauseSolid16' | |
| 273 277 | 
             
            export { default as PauseSolid24 } from './PauseSolid24'
         | 
| 274 278 | 
             
            export { default as Pencil16 } from './Pencil16'
         | 
| 275 279 | 
             
            export { default as Pencil24 } from './Pencil24'
         | 
| 280 | 
            +
            export { default as PendingQueue16 } from './PendingQueue16'
         | 
| 281 | 
            +
            export { default as PendingQueue24 } from './PendingQueue24'
         | 
| 276 282 | 
             
            export { default as Performance16 } from './Performance16'
         | 
| 277 283 | 
             
            export { default as Performance24 } from './Performance24'
         | 
| 278 284 | 
             
            export { default as Phone16 } from './Phone16'
         | 
| @@ -287,6 +293,8 @@ export { default as PinSolid16 } from './PinSolid16' | |
| 287 293 | 
             
            export { default as PinSolid24 } from './PinSolid24'
         | 
| 288 294 | 
             
            export { default as PlaySolid16 } from './PlaySolid16'
         | 
| 289 295 | 
             
            export { default as PlaySolid24 } from './PlaySolid24'
         | 
| 296 | 
            +
            export { default as Playbook16 } from './Playbook16'
         | 
| 297 | 
            +
            export { default as Playbook24 } from './Playbook24'
         | 
| 290 298 | 
             
            export { default as Player16 } from './Player16'
         | 
| 291 299 | 
             
            export { default as Player24 } from './Player24'
         | 
| 292 300 | 
             
            export { default as Plus16 } from './Plus16'
         | 
| @@ -325,6 +333,8 @@ export { default as ReferralBonus16 } from './ReferralBonus16' | |
| 325 333 | 
             
            export { default as ReferralBonus24 } from './ReferralBonus24'
         | 
| 326 334 | 
             
            export { default as ReferralDashboard16 } from './ReferralDashboard16'
         | 
| 327 335 | 
             
            export { default as ReferralDashboard24 } from './ReferralDashboard24'
         | 
| 336 | 
            +
            export { default as ReferralPartners16 } from './ReferralPartners16'
         | 
| 337 | 
            +
            export { default as ReferralPartners24 } from './ReferralPartners24'
         | 
| 328 338 | 
             
            export { default as Referrals16 } from './Referrals16'
         | 
| 329 339 | 
             
            export { default as Referrals24 } from './Referrals24'
         | 
| 330 340 | 
             
            export { default as Report16 } from './Report16'
         | 
| @@ -553,6 +563,7 @@ export { default as LegalInfoResponsive } from './LegalInfoResponsive' | |
| 553 563 | 
             
            export { default as LengthResponsive } from './LengthResponsive'
         | 
| 554 564 | 
             
            export { default as LinkResponsive } from './LinkResponsive'
         | 
| 555 565 | 
             
            export { default as LinkedinResponsive } from './LinkedinResponsive'
         | 
| 566 | 
            +
            export { default as LocationResponsive } from './LocationResponsive'
         | 
| 556 567 | 
             
            export { default as LockResponsive } from './LockResponsive'
         | 
| 557 568 | 
             
            export { default as MessageResponsive } from './MessageResponsive'
         | 
| 558 569 | 
             
            export { default as MicrophoneOffResponsive } from './MicrophoneOffResponsive'
         | 
| @@ -567,6 +578,7 @@ export { default as NewResponsive } from './NewResponsive' | |
| 567 578 | 
             
            export { default as NewCandidateResponsive } from './NewCandidateResponsive'
         | 
| 568 579 | 
             
            export { default as NightResponsive } from './NightResponsive'
         | 
| 569 580 | 
             
            export { default as NumericalAnalysisResponsive } from './NumericalAnalysisResponsive'
         | 
| 581 | 
            +
            export { default as ObjectiveResponsive } from './ObjectiveResponsive'
         | 
| 570 582 | 
             
            export { default as OkrResponsive } from './OkrResponsive'
         | 
| 571 583 | 
             
            export { default as OverlapResponsive } from './OverlapResponsive'
         | 
| 572 584 | 
             
            export { default as OverviewResponsive } from './OverviewResponsive'
         | 
| @@ -577,6 +589,7 @@ export { default as ParticipantsResponsive } from './ParticipantsResponsive' | |
| 577 589 | 
             
            export { default as PauseResponsive } from './PauseResponsive'
         | 
| 578 590 | 
             
            export { default as PauseSolidResponsive } from './PauseSolidResponsive'
         | 
| 579 591 | 
             
            export { default as PencilResponsive } from './PencilResponsive'
         | 
| 592 | 
            +
            export { default as PendingQueueResponsive } from './PendingQueueResponsive'
         | 
| 580 593 | 
             
            export { default as PerformanceResponsive } from './PerformanceResponsive'
         | 
| 581 594 | 
             
            export { default as PhoneResponsive } from './PhoneResponsive'
         | 
| 582 595 | 
             
            export { default as PhoneDownResponsive } from './PhoneDownResponsive'
         | 
| @@ -584,6 +597,7 @@ export { default as PieChartResponsive } from './PieChartResponsive' | |
| 584 597 | 
             
            export { default as PinResponsive } from './PinResponsive'
         | 
| 585 598 | 
             
            export { default as PinSolidResponsive } from './PinSolidResponsive'
         | 
| 586 599 | 
             
            export { default as PlaySolidResponsive } from './PlaySolidResponsive'
         | 
| 600 | 
            +
            export { default as PlaybookResponsive } from './PlaybookResponsive'
         | 
| 587 601 | 
             
            export { default as PlayerResponsive } from './PlayerResponsive'
         | 
| 588 602 | 
             
            export { default as PlusResponsive } from './PlusResponsive'
         | 
| 589 603 | 
             
            export { default as PodResponsive } from './PodResponsive'
         | 
| @@ -603,6 +617,7 @@ export { default as RankTwoResponsive } from './RankTwoResponsive' | |
| 603 617 | 
             
            export { default as ReferralResponsive } from './ReferralResponsive'
         | 
| 604 618 | 
             
            export { default as ReferralBonusResponsive } from './ReferralBonusResponsive'
         | 
| 605 619 | 
             
            export { default as ReferralDashboardResponsive } from './ReferralDashboardResponsive'
         | 
| 620 | 
            +
            export { default as ReferralPartnersResponsive } from './ReferralPartnersResponsive'
         | 
| 606 621 | 
             
            export { default as ReferralsResponsive } from './ReferralsResponsive'
         | 
| 607 622 | 
             
            export { default as ReportResponsive } from './ReportResponsive'
         | 
| 608 623 | 
             
            export { default as RepresentativesResponsive } from './RepresentativesResponsive'
         | 
| @@ -0,0 +1 @@ | |
| 1 | 
            +
            <svg xmlns="http://www.w3.org/2000/svg" width="16px" height="16px" viewBox="0 0 16 16"><path d="M12.97 8C12.73 5.37 10.63 3.26 8 3.03V1H7v2.03C4.37 3.27 2.26 5.37 2.03 8H0v1h2.03c.24 2.63 2.34 4.74 4.97 4.97V16h1v-2.03c2.63-.24 4.74-2.34 4.97-4.97H15V8h-2.03Zm-1.02 1A4.466 4.466 0 0 1 8 12.95V11H7v1.95A4.466 4.466 0 0 1 3.05 9H5V8H3.05A4.466 4.466 0 0 1 7 4.05V6h1V4.05c2.08.23 3.72 1.87 3.95 3.95H10v1h1.95Z" fill="#455065"/></svg>
         | 
| @@ -0,0 +1 @@ | |
| 1 | 
            +
            <svg xmlns="http://www.w3.org/2000/svg" width="24px" height="24px" viewBox="0 0 24 24"><path d="M19.97 12A8.491 8.491 0 0 0 12 4.03V1h-1v3.03A8.491 8.491 0 0 0 3.03 12H0v1h3.03A8.491 8.491 0 0 0 11 20.97V24h1v-3.03A8.491 8.491 0 0 0 19.97 13H23v-1h-3.03Zm-1 1c-.25 3.74-3.24 6.73-6.97 6.97V17h-1v2.97c-3.74-.25-6.73-3.24-6.97-6.97H7v-1H4.03C4.28 8.26 7.27 5.27 11 5.03V8h1V5.03c3.74.25 6.73 3.24 6.97 6.97H16v1h2.97Z" fill="#455065"/></svg>
         | 
| @@ -0,0 +1 @@ | |
| 1 | 
            +
            <svg xmlns="http://www.w3.org/2000/svg" width="16px" height="16px" viewBox="0 0 16 16"><path d="m15.42 3.29-2.02-.68-.68-2.02-2.71 2.71v2L6.66 8.65c-.2.2-.2.51 0 .71a.485.485 0 0 0 .7 0l2.09-2.09c.36.5.56 1.1.56 1.73 0 1.65-1.35 3-3 3s-3-1.35-3-3a3.009 3.009 0 0 1 3.82-2.89l.27-.96A3.999 3.999 0 0 0 3.01 9c0 2.21 1.79 4 4 4s4-1.79 4-4c0-.9-.31-1.74-.85-2.44l.56-.56h1.47c.53.91.82 1.94.82 3 0 3.31-2.69 6-6 6S1 12.31 1 9a6.005 6.005 0 0 1 7.62-5.78l.27-.96C8.28 2.09 7.65 2 7.01 2 3.14 2 0 5.14 0 9s3.14 7 7 7 7-3.14 7-7c0-1.2-.32-2.36-.9-3.4l2.32-2.32ZM12.29 5H11V3.71l1.28-1.28.33.97.97.33-1.28 1.28Z" fill="#455065"/></svg>
         | 
| @@ -0,0 +1 @@ | |
| 1 | 
            +
            <svg xmlns="http://www.w3.org/2000/svg" width="24px" height="24px" viewBox="0 0 24.01 24"><path d="m23.03 4.69-3.09-.62-.62-3.09-4.31 4.31v3l-4.85 4.85c-.2.2-.2.51 0 .71a.485.485 0 0 0 .7 0L14 10.71c.63.79.99 1.76.99 2.78 0 2.48-2.01 4.5-4.48 4.5s-4.48-2.02-4.48-4.5 2.01-4.5 4.48-4.5c.41 0 .82.06 1.22.17L12 8.2c-.48-.14-.98-.21-1.49-.21-3.02 0-5.48 2.47-5.48 5.5s2.46 5.5 5.48 5.5 5.48-2.47 5.48-5.5c0-1.3-.46-2.51-1.28-3.49l1.01-1.01h3l.09-.09a9.42 9.42 0 0 1 1.21 4.59c0 5.24-4.27 9.5-9.51 9.5S1 18.74 1 13.5 5.27 4 10.51 4c.87 0 1.73.12 2.56.35l.27-.96c-.92-.26-1.87-.39-2.83-.39C4.72 3 0 7.71 0 13.5S4.72 24 10.51 24s10.51-4.71 10.51-10.5c0-1.89-.52-3.71-1.48-5.33l3.48-3.48ZM18.31 8h-2.29V5.71l2.69-2.69.38 1.91 1.91.38L18.31 8Z" fill="#455065"/></svg>
         | 
| @@ -0,0 +1,21 @@ | |
| 1 | 
            +
            <?xml version="1.0" encoding="UTF-8"?>
         | 
| 2 | 
            +
            <svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" 
         | 
| 3 | 
            +
                 xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
         | 
| 4 | 
            +
                <title>Icons / Misc / 16 / Component</title>
         | 
| 5 | 
            +
                <defs>
         | 
| 6 | 
            +
                    <path id="path-1" d="M10 13h2.18c-1.22 1.26-2.9 2-4.68 2C3.92 15 1 12.08 1 8.5c0-.31.02-.62.07-.93l-.99-.14C.03 7.78 0 8.14 0 8.5 0 12.64 3.36 16 7.5 16c2.1 0 4.09-.89 5.5-2.41V16h1v-4h-4v1Z 
         | 
| 7 | 
            +
                                       M5 8.5C5 7.67 4.33 7 3.5 7S2 7.67 2 8.5 2.67 10 3.5 10 5 9.33 5 8.5Zm-2 0c0-.28.22-.5.5-.5s.5.22.5.5-.22.5-.5.5-.5-.22-.5-.5Z 
         | 
| 8 | 
            +
                                       M9 8.5C9 7.67 8.33 7 7.5 7S6 7.67 6 8.5 6.67 10 7.5 10 9 9.33 9 8.5Zm-2 0c0-.28.22-.5.5-.5s.5.22.5.5-.22.5-.5.5-.5-.22-.5-.5Z 
         | 
| 9 | 
            +
                                       M13 8.5c0-.83-.67-1.5-1.5-1.5S10 7.67 10 8.5s.67 1.5 1.5 1.5S13 9.33 13 8.5Zm-2 0c0-.28.22-.5.5-.5s.5.22.5.5-.22.5-.5.5-.5-.22-.5-.5Z 
         | 
| 10 | 
            +
                                       M7.5 1C5.4 1 3.41 1.89 2 3.41V1H1v4h4V4H2.82c1.22-1.26 2.9-2 4.68-2C11.08 2 14 4.92 14 8.5c0 .31-.02.62-.07.93l.99.14c.05-.35.08-.71.08-1.07C15 4.36 11.64 1 7.5 1Z"/>
         | 
| 11 | 
            +
                </defs>
         | 
| 12 | 
            +
                <g id="Icons-/-Misc-/-16-/-Component" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
         | 
| 13 | 
            +
                    <mask id="mask-2" fill="white">
         | 
| 14 | 
            +
                        <use xlink:href="#path-1"></use>
         | 
| 15 | 
            +
                    </mask>
         | 
| 16 | 
            +
                    <use id="Combined-Shape" fill="#979797" fill-rule="nonzero" xlink:href="#path-1"></use>
         | 
| 17 | 
            +
                    <g id="Colors-/-305-Dark-Gray" mask="url(#mask-2)" fill="#455065">
         | 
| 18 | 
            +
                        <rect id="Rectangle" x="0" y="0" width="16" height="16"></rect>
         | 
| 19 | 
            +
                    </g>
         | 
| 20 | 
            +
                </g>
         | 
| 21 | 
            +
            </svg>
         | 
| @@ -0,0 +1,8 @@ | |
| 1 | 
            +
            <svg xmlns="http://www.w3.org/2000/svg" width="24px" height="24px" viewBox="0 0 24 24">
         | 
| 2 | 
            +
                <title>Icons / Misc / 24 / Component</title>
         | 
| 3 | 
            +
                <path fill="#455065" d="M15 19h3.98c-1.88 2.51-4.8 4-7.98 4-5.51 0-10-4.49-10-10 0-.8.1-1.61.29-2.38l-.97-.24C.11 11.23.01 12.11.01 13c0 6.07 4.93 11 11 11 3.63 0 6.94-1.76 9-4.71V24h1v-6h-6v1Z 
         | 
| 4 | 
            +
                    M7 13c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2 2-.9 2-2Zm-3 0c0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1-1-.45-1-1Z 
         | 
| 5 | 
            +
                    M13 13c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2 2-.9 2-2Zm-3 0c0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1-1-.45-1-1Z 
         | 
| 6 | 
            +
                    M19 13c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2 2-.9 2-2Zm-3 0c0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1-1-.45-1-1Z 
         | 
| 7 | 
            +
                    M11 2C7.94 2 5.08 3.26 3 5.47V1H2v6h6V6H3.86C5.73 4.08 8.28 3 11 3c5.51 0 10 4.49 10 10 0 .8-.1 1.61-.29 2.38l.97.24c.21-.85.31-1.73.31-2.62 0-6.07-4.93-11-11-11Z"/>
         | 
| 8 | 
            +
            </svg>
         | 
| @@ -0,0 +1 @@ | |
| 1 | 
            +
            <svg xmlns="http://www.w3.org/2000/svg" width="16px" height="16px" viewBox="0 0 16 16"><path d="M15.8 12.61 10 7.38V11h-.84c-.42 0-.82.12-1.16.32V4c0-1.33.67-2 1.5-2H14v8h1V1H9.5c-.82 0-1.54.39-2 1-.46-.61-1.18-1-2-1H0v11h5.5c.83 0 1.5.67 1.5 2h1c0-1.33.67-2 1.5-2h.5v3.28l2.46-1.14.68 1.52.91-.41-.68-1.54 2.43-1.12ZM7 11.73c-.43-.45-1.02-.73-1.68-.73H1V2h4.5C6.33 2 7 2.67 7 4v7.73Zm4 1.99V9.63l3 2.71-3 1.39Z" fill="#455065"/></svg>
         | 
| @@ -0,0 +1 @@ | |
| 1 | 
            +
            <svg xmlns="http://www.w3.org/2000/svg" width="24px" height="24px" viewBox="0 0 24 24"><path d="M23.44 18.64 15 11.41V17h-.36c-1.04 0-1.97.42-2.64 1.1V5.5C12 4.12 13.18 3 14.64 3h7.34v12h1V2h-8.34c-1.33 0-2.5.7-3.14 1.73A3.673 3.673 0 0 0 8.36 2H.02v16h8.34C9.81 18 11 19.12 11 20.5h1c0-1.38 1.18-2.5 2.64-2.5H15v4.26l3.72-1.59 1.22 2.74.91-.41-1.21-2.73 3.8-1.63ZM11 18.1c-.66-.67-1.6-1.1-2.64-1.1H1.02V3h7.34C9.81 3 11 4.12 11 5.5v12.6Zm5 2.64v-7.15l5.56 4.77L16 20.74Z" fill="#455065"/></svg>
         | 
| @@ -0,0 +1 @@ | |
| 1 | 
            +
            <svg xmlns="http://www.w3.org/2000/svg" width="16px" height="16px" viewBox="0 0 16 16"><g fill="#455065"><path d="M5.75 5.42C6.5 4.87 7 3.99 7 3c0-1.65-1.35-3-3-3S1 1.35 1 3c0 1 .49 1.88 1.25 2.42C.93 6.07 0 7.42 0 9h1c0-1.65 1.35-3 3-3s3 1.35 3 3h1c0-1.57-.92-2.92-2.25-3.58ZM4 5c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2ZM13.75 12.42C14.5 11.87 15 10.99 15 10c0-1.65-1.35-3-3-3s-3 1.35-3 3c0 1 .49 1.88 1.25 2.42C8.93 13.07 8 14.42 8 16h1c0-1.65 1.35-3 3-3s3 1.35 3 3h1c0-1.57-.92-2.92-2.25-3.58ZM12 12c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2ZM3 11H2v3h5v-1H3v-2zM13 5h1V2H9v1h4v2z"/></g></svg>
         | 
| @@ -0,0 +1 @@ | |
| 1 | 
            +
            <svg xmlns="http://www.w3.org/2000/svg" width="24px" height="24px" viewBox="0 0 24 24"><g fill="#455065"><path d="M20.1 18.39c1.13-.71 1.9-1.96 1.9-3.39 0-2.21-1.79-4-4-4s-4 1.79-4 4c0 1.43.76 2.68 1.9 3.39-2.27.85-3.9 3.04-3.9 5.61h1c0-2.76 2.24-5 5-5s5 2.24 5 5h1c0-2.57-1.62-4.76-3.9-5.61ZM15 15c0-1.65 1.35-3 3-3s3 1.35 3 3-1.35 3-3 3-3-1.35-3-3ZM8.1 7.39C9.23 6.68 10 5.43 10 4c0-2.21-1.79-4-4-4S2 1.79 2 4c0 1.43.76 2.68 1.9 3.39C1.63 8.24 0 10.43 0 13h1c0-2.76 2.24-5 5-5s5 2.24 5 5h1c0-2.57-1.62-4.76-3.9-5.61ZM3 4c0-1.65 1.35-3 3-3s3 1.35 3 3-1.35 3-3 3-3-1.35-3-3ZM4 17H3v4h7v-1H4v-3zM20 7h1V3h-8v1h7v3z"/></g></svg>
         |