aboutsummaryrefslogtreecommitdiff
path: root/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/de-v-o-nthink3.jsx
blob: 5f5acd1be2f87fd0566c83f107be4651c1aad03d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
import Icon from "../icon.jsx";

export default function DEVONthink3(props) {
  return (
    <Icon {...props}>
      <path
        fillRule="evenodd"
        clipRule="evenodd"
        d="M5 0a5 5 0 0 0-5 5v14a5 5 0 0 0 5 5h14a5 5 0 0 0 5-5V5a5 5 0 0 0-5-5H5Zm9.916 6.223c-.577-.865-1.313-1.306-2.17-1.52-.81-.203-1.737-.203-2.703-.203H10c-1.12 0-2.218.418-3.097 1.026-.874.605-1.584 1.436-1.877 2.316l-.009.026c-.498 1.493-1.037 3.112-.502 5.253.267 1.069.795 2.118 1.31 2.954.512.832 1.035 1.492 1.321 1.779.11.11.259.206.4.288.149.085.324.172.512.258a20.47 20.47 0 0 0 2.54.917c.186.053.357.096.501.128.133.028.28.055.401.055.04 0 .125.006.283.017l.017.002c.144.01.328.023.54.035.44.024 1.006.04 1.624.008 1.216-.064 2.715-.321 3.836-1.162 1.675-1.256 2.787-2.957 3.147-3.676l.216-.432-5.568-3.037c.408-1.549.34-3.504-.679-5.032Zm-.832.554c.888 1.332.908 3.154.446 4.552a4.398 4.398 0 0 0-.043.114c-.213.487-.757.878-1.43 1.158-.704.294-1.388.399-1.557.399-.145 0-.66-.092-1.13-.457-.442-.343-.87-.948-.87-2.043 0-.837.338-1.312.73-1.594.417-.3.933-.406 1.27-.406.059 0 .22.052.42.252.187.187.342.44.41.692.068.248.043.453-.056.606-.098.155-.33.351-.872.46l.196.98c.709-.142 1.226-.445 1.518-.9.292-.455.299-.97.179-1.41a2.625 2.625 0 0 0-.668-1.135c-.284-.284-.686-.545-1.127-.545-.497 0-1.23.145-1.855.594C8.995 8.562 8.5 9.337 8.5 10.5c0 1.405.572 2.3 1.256 2.832.655.51 1.39.668 1.744.668.331 0 1.147-.145 1.942-.476a5.34 5.34 0 0 0 .732-.37l.001.12c.019.74.249 1.585 1.006 2.114.312.3 1.124.958 2.159 1.165.312.062.648.084.994.041A9.678 9.678 0 0 1 17.2 17.6c-.879.659-2.13.902-3.289.963-.57.03-1.097.015-1.517-.008a27.053 27.053 0 0 1-.523-.034l-.028-.002h-.005a5.156 5.156 0 0 0-.337-.019s-.014 0-.048-.006a2.31 2.31 0 0 1-.142-.027 7.587 7.587 0 0 1-.44-.112 19.41 19.41 0 0 1-2.398-.864 5.345 5.345 0 0 1-.429-.216 1.092 1.092 0 0 1-.19-.128c-.214-.214-.69-.804-1.178-1.596-.486-.79-.958-1.74-1.19-2.672-.462-1.846-.011-3.221.488-4.72.207-.62.747-1.29 1.498-1.81C8.218 5.832 9.121 5.5 10 5.5c1.018 0 1.826.003 2.504.173.644.16 1.157.47 1.58 1.104Zm1.09 6.473c-.008-.351.045-.71.12-1.02l4.46 2.433c-.347.412-.69.655-1.007.792-.415.18-.825.194-1.211.117-.8-.16-1.464-.707-1.682-.926l-.035-.035-.042-.027c-.409-.273-.587-.745-.602-1.334Z"
      />
    </Icon>
  );
}