* ui: change export event ui, add rightblock panel * ui: add timeline select checkbox * ui: keep selected framework in localstorage * ui: on timeline => on the timeline
19 lines
2.7 KiB
TypeScript
19 lines
2.7 KiB
TypeScript
|
|
/* Auto-generated, do not edit */
|
|
import React from 'react';
|
|
|
|
interface Props {
|
|
size?: number | string;
|
|
width?: number | string;
|
|
height?: number | string;
|
|
fill?: string;
|
|
}
|
|
|
|
function Pwright(props: Props) {
|
|
const { size = 14, width = size, height = size, fill = '' } = props;
|
|
return (
|
|
<svg viewBox="0 0 16 16" fill="none" width={ `${ width }px` } height={ `${ height }px` } ><path d="M5.458 9.239c-.516.146-.854.403-1.077.659.214-.187.5-.358.885-.467.394-.112.73-.111 1.009-.058v-.217a2.225 2.225 0 0 0-.817.083Zm-1.1-1.827-1.914.504s.035.05.1.115l1.622-.428s-.023.297-.223.562c.378-.286.415-.753.415-.753ZM5.96 11.91c-2.694.725-4.119-2.397-4.55-4.017-.2-.748-.287-1.315-.31-1.68a.62.62 0 0 1 .001-.1c-.14.009-.206.082-.193.292.024.365.11.931.31 1.68.431 1.62 1.857 4.742 4.55 4.016a2.735 2.735 0 0 0 1.358-.813 2.791 2.791 0 0 1-1.166.622Zm.506-6.41v.192h1.057L7.458 5.5h-.992Z" fill="#2D4552"/><path d="M7.76 7.08c.474.135.726.468.859.763l.53.15s-.073-1.031-1.006-1.296c-.873-.249-1.41.485-1.476.58.254-.181.625-.33 1.092-.197Zm4.217.768c-.874-.25-1.411.485-1.476.579.255-.18.625-.329 1.093-.196.474.135.725.468.858.763l.53.151s-.072-1.032-1.005-1.297Zm-.527 2.72L7.043 9.337s.048.242.23.555l3.712 1.038c.305-.177.466-.36.466-.36Zm-3.055 2.653c-3.49-.936-3.068-5.383-2.504-7.49.233-.868.472-1.513.67-1.946-.118-.024-.216.038-.313.235-.21.427-.48 1.122-.74 2.095-.565 2.107-.986 6.553 2.503 7.489 1.645.44 2.927-.23 3.882-1.28-.907.82-2.064 1.28-3.498.897Z" fill="#2D4552"/><path d="M6.466 10.869V9.97l-2.493.707s.185-1.07 1.485-1.439c.394-.112.73-.111 1.008-.057v-3.68h1.249a7.477 7.477 0 0 0-.378-.969c-.183-.372-.37-.125-.795.23-.3.25-1.056.784-2.195 1.091-1.14.307-2.06.226-2.444.16-.545-.095-.83-.214-.803.2.023.365.11.932.31 1.68.431 1.62 1.857 4.742 4.55 4.016.704-.19 1.2-.564 1.545-1.042H6.466ZM2.443 7.916l1.915-.504s-.056.736-.774.925c-.718.19-1.14-.42-1.14-.42Z" fill="#E2574C"/><path d="M13.671 5.544c-.497.087-1.691.196-3.167-.2C9.03 4.95 8.05 4.258 7.661 3.933c-.55-.46-.791-.781-1.03-.297-.21.427-.48 1.122-.74 2.095-.564 2.107-.986 6.554 2.504 7.49 3.489.934 5.346-3.127 5.91-5.235.261-.973.376-1.71.407-2.184.036-.538-.334-.382-1.04-.258ZM6.66 7.287s.55-.855 1.483-.59 1.005 1.297 1.005 1.297L6.66 7.287Zm2.277 3.838c-1.64-.48-1.894-1.789-1.894-1.789l4.407 1.233s-.89 1.03-2.513.556Zm1.558-2.688s.55-.855 1.482-.59c.932.266 1.006 1.298 1.006 1.298l-2.488-.708Z" fill="#2EAD33"/><path d="m5.678 10.195-.435.123c.103.58.284 1.135.568 1.627.05-.011.099-.02.149-.035a3.15 3.15 0 0 0 .373-.127 4.606 4.606 0 0 1-.655-1.588Zm-.17-4.08c-.223.834-.423 2.035-.368 3.24.098-.044.202-.083.318-.116l.08-.018c-.098-1.287.114-2.598.353-3.49.061-.225.122-.435.182-.63a5.646 5.646 0 0 1-.322.19c-.08.25-.162.522-.243.824Z" fill="#C04B41"/></svg>
|
|
);
|
|
}
|
|
|
|
export default Pwright;
|