Files
formbricks-formbricks/packages/ui/icons/IdeaIcon.tsx
T
2023-10-11 15:17:13 +00:00

54 lines
3.6 KiB
TypeScript

export const IdeaIcon: React.FC<React.SVGProps<SVGSVGElement>> = (props) => {
return (
<svg width={40} height={40} viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
<path
d="M24.1668 33.3337C24.1668 34.4387 23.7278 35.4985 22.9464 36.2799C22.165 37.0613 21.1052 37.5003 20.0002 37.5003C18.8951 37.5003 17.8353 37.0613 17.0539 36.2799C16.2725 35.4985 15.8335 34.4387 15.8335 33.3337V29.167H24.1668V33.3337Z"
fill="#F59E0B"
/>
<path
d="M24.1665 29.1663C27.1688 28.2491 29.7808 26.3593 31.5912 23.7946C33.4016 21.2298 34.3075 18.1358 34.1665 14.9997C34.1665 11.2424 32.6739 7.63909 30.0172 4.98233C27.3604 2.32556 23.757 0.833008 19.9998 0.833008C16.2426 0.833008 12.6392 2.32556 9.98247 4.98233C7.3257 7.63909 5.83315 11.2424 5.83315 14.9997C5.69208 18.1358 6.59806 21.2298 8.40845 23.7946C10.2188 26.3593 12.8308 28.2491 15.8331 29.1663H24.1665Z"
fill="#F59E0B"
/>
<path
d="M19.9998 8.33301C23.1454 8.33616 26.2005 9.38616 28.6835 11.3175C31.1664 13.2488 32.936 15.9516 33.7131 18.9997C34.0188 17.6884 34.1709 16.3461 34.1664 14.9997C34.1664 11.2424 32.6739 7.63909 30.0171 4.98233C27.3604 2.32556 23.757 0.833008 19.9998 0.833008C16.2425 0.833008 12.6392 2.32556 9.98242 4.98233C7.32566 7.63909 5.8331 11.2424 5.8331 14.9997C5.82865 16.3461 5.98078 17.6884 6.28644 18.9997C7.06359 15.9516 8.83313 13.2488 11.3161 11.3175C13.799 9.38616 16.8541 8.33616 19.9998 8.33301Z"
fill="#FFFBEB"
/>
<path
d="M20 37.5V39.1667"
stroke="#00303E"
strokeWidth="1.66667"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M15.8335 32.5H24.1668"
stroke="#00303E"
strokeWidth="1.66667"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M17.5 29.1667V15C17.5 14.5055 17.3534 14.0222 17.0787 13.6111C16.804 13.2 16.4135 12.8795 15.9567 12.6903C15.4999 12.5011 14.9972 12.4516 14.5123 12.548C14.0273 12.6445 13.5819 12.8826 13.2322 13.2322C12.8826 13.5819 12.6445 14.0273 12.548 14.5123C12.4516 14.9972 12.5011 15.4999 12.6903 15.9567C12.8795 16.4135 13.2 16.804 13.6111 17.0787C14.0222 17.3534 14.5055 17.5 15 17.5H25C25.4945 17.5 25.9778 17.3534 26.3889 17.0787C26.8 16.804 27.1205 16.4135 27.3097 15.9567C27.4989 15.4999 27.5484 14.9972 27.452 14.5123C27.3555 14.0273 27.1174 13.5819 26.7678 13.2322C26.4181 12.8826 25.9727 12.6445 25.4877 12.548C25.0028 12.4516 24.5001 12.5011 24.0433 12.6903C23.5865 12.8795 23.196 13.2 22.9213 13.6111C22.6466 14.0222 22.5 14.5055 22.5 15V29.1667"
stroke="#00303E"
strokeWidth="1.66667"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M24.1668 33.3337C24.1668 34.4387 23.7278 35.4985 22.9464 36.2799C22.165 37.0613 21.1052 37.5003 20.0002 37.5003C18.8951 37.5003 17.8353 37.0613 17.0539 36.2799C16.2725 35.4985 15.8335 34.4387 15.8335 33.3337V29.167H24.1668V33.3337Z"
stroke="#00303E"
strokeWidth="1.66667"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M24.1665 29.1663C27.1688 28.2491 29.7808 26.3593 31.5912 23.7946C33.4016 21.2298 34.3075 18.1358 34.1665 14.9997C34.1665 11.2424 32.6739 7.63909 30.0172 4.98233C27.3604 2.32556 23.757 0.833008 19.9998 0.833008C16.2426 0.833008 12.6392 2.32556 9.98247 4.98233C7.3257 7.63909 5.83315 11.2424 5.83315 14.9997C5.69208 18.1358 6.59806 21.2298 8.40845 23.7946C10.2188 26.3593 12.8308 28.2491 15.8331 29.1663"
stroke="#00303E"
strokeWidth="1.66667"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
};