-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Figma Source](https://www.figma.com/design/2odK5veKs0u9bFDt5bp7sU/Icons?node-id=10-23&node-type=frame&t=8b3A7jZRCSyHv9f2-0)
- Loading branch information
Showing
3 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
import * as React from "react"; | ||
import type { SVGProps } from "react"; | ||
import { Ref, forwardRef } from "react"; | ||
const SvgBenefits = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" ref={ref} {...props}><path fill="currentColor" d="M6.02664 21H8.70101C8.88917 21 9.06242 20.8948 9.14256 20.7245C9.74046 19.4545 9.99609 18.2105 9.99609 17.0039C9.99609 16.3524 9.76801 15.9227 9.46274 15.2206C9.26892 14.7748 9.03545 14.2714 8.8759 14.0142C8.55452 13.4962 7.9279 13.3349 7.46484 13.5664C7.00179 13.7979 6.88241 14.3546 7.13241 14.8546C7.38241 15.3546 8.08582 16.7242 7.41995 17.162C7.00148 17.437 6.48254 17.3625 6.10323 16.889C5.87899 16.609 5.5031 16.1147 5.5031 15.6956L5.503 11C5.50299 9.99999 5.24991 9 4.23428 9C3.21865 9 2.99988 10 2.99988 11V16C2.99988 17.5096 3.59583 18.2663 5.20342 20.5694C5.39114 20.8383 5.69868 21 6.02664 21Z" vectorEffect="non-scaling-stroke" /><path fill="currentColor" d="M17.9693 21H15.295C15.1068 21 14.9336 20.8948 14.8534 20.7245C14.2555 19.4545 13.9999 18.2105 13.9999 17.0039C13.9999 16.3524 14.228 15.9227 14.5332 15.2206C14.727 14.7748 14.9605 14.2714 15.1201 14.0142C15.4415 13.4962 16.0681 13.3349 16.5311 13.5664C16.9942 13.7979 17.1136 14.3546 16.8636 14.8546C16.6136 15.3546 15.9102 16.7242 16.576 17.162C16.9945 17.437 17.5134 17.3625 17.8927 16.889C18.117 16.609 18.4929 16.1147 18.4929 15.6956L18.493 11C18.493 9.99999 18.7461 9 19.7617 9C20.7773 9 20.9961 10 20.9961 11V16C20.9961 17.5096 20.4001 18.2663 18.7926 20.5694C18.6048 20.8383 18.2973 21 17.9693 21Z" vectorEffect="non-scaling-stroke" /><path fill="currentColor" d="M11.9301 2.63638C11.9541 2.6547 11.9774 2.67303 12 2.69133C12.0226 2.67303 12.0459 2.6547 12.07 2.63638C12.4982 2.31011 13.1476 2 14.0417 2C14.9972 2 15.8254 2.46788 16.4004 3.11778C16.9733 3.76538 17.3334 4.63391 17.3334 5.52381C17.3334 6.41575 16.9719 7.26287 16.4978 7.99816C16.0204 8.73872 15.3954 9.41738 14.7896 9.98605C14.1814 10.5571 13.5759 11.0326 13.1239 11.3646C12.8973 11.5311 12.7079 11.6626 12.574 11.7531C12.5071 11.7984 12.454 11.8335 12.417 11.8577L12.3738 11.8856L12.3618 11.8933L12.3583 11.8956L12.3564 11.8967C12.1388 12.0344 11.8606 12.034 11.6429 11.8963L12 11.3333C11.6436 11.8967 11.6429 11.8963 11.6429 11.8963L11.6418 11.8956L11.6383 11.8933L11.6263 11.8856L11.5831 11.8577C11.5461 11.8335 11.4929 11.7984 11.426 11.7531C11.2922 11.6626 11.1027 11.5311 10.8761 11.3646C10.4241 11.0326 9.81868 10.5571 9.2104 9.98605C8.60464 9.41738 7.97968 8.73872 7.50221 7.99816C7.02815 7.26287 6.66669 6.41575 6.66669 5.52381C6.66669 3.42844 8.43652 2 9.95835 2C10.8524 2 11.5019 2.31011 11.9301 2.63638Z" vectorEffect="non-scaling-stroke" /></svg>; | ||
const ForwardRef = forwardRef(SvgBenefits); | ||
export default ForwardRef; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters