aboutsummaryrefslogtreecommitdiff
path: root/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/matlab.jsx
blob: 7208923001d0b01b210f811c595987400504251b (plain)
1
2
3
4
5
6
7
8
9
import Icon from "../icon.jsx";

export default function Matlab(props) {
  return (
    <Icon {...props}>
      <path d="M10.5,22.125c-0.152,0 -0.291,-0.092 -0.348,-0.237c-0.747,-1.883 -2.136,-5.388 -3.168,-5.388c-0.482,0 -0.959,0.309 -0.963,0.312c-0.13,0.087 -0.301,0.084 -0.427,-0.008l-4.688,-3.375c-0.11,-0.079 -0.169,-0.213 -0.153,-0.348c0.015,-0.136 0.104,-0.252 0.23,-0.303l6.174,-2.535c0.276,-0.406 1.346,-1.897 2.505,-2.343c0.175,-0.068 0.322,-0.123 0.446,-0.169c0.628,-0.235 0.628,-0.235 1.108,-0.686l0.106,-0.1c0.652,-0.611 1.896,-2.532 2.281,-3.157c0.044,-0.072 0.091,-0.152 0.141,-0.236c0.419,-0.708 0.992,-1.677 1.865,-1.677c1.002,-0 1.533,1.032 2.125,2.381c0.544,1.24 1.996,5.347 2.59,7.109c1.429,4.24 2.873,7.19 2.888,7.22c0.073,0.148 0.039,0.328 -0.083,0.441c-0.122,0.113 -0.303,0.132 -0.446,0.046c-0.031,-0.018 -0.757,-0.458 -1.948,-1.651c-0.884,-0.884 -1.604,-1.296 -2.266,-1.296c-1.166,0 -1.99,0.927 -3.033,2.101l-0.062,0.07c-0.123,0.139 -0.26,0.299 -0.408,0.473c-1.035,1.211 -2.599,3.043 -4.403,3.351c-0.021,0.004 -0.042,0.005 -0.063,0.005Zm-3.516,-6.375c1.385,0 2.481,2.39 3.746,5.563c1.427,-0.41 2.762,-1.974 3.665,-3.031c0.152,-0.178 0.292,-0.342 0.419,-0.484l0.062,-0.07c1.121,-1.263 2.09,-2.353 3.593,-2.353c1.136,0 2.091,0.81 2.796,1.516c0.224,0.224 0.431,0.42 0.618,0.59c-0.565,-1.288 -1.421,-3.36 -2.269,-5.877c-0.613,-1.819 -2.053,-5.877 -2.566,-7.047c-0.55,-1.253 -0.942,-1.932 -1.439,-1.932c-0.445,0 -0.93,0.819 -1.22,1.309c-0.052,0.088 -0.101,0.172 -0.148,0.247c-0.015,0.025 -1.545,2.503 -2.406,3.312l-0.106,0.099c-0.572,0.538 -0.61,0.562 -1.357,0.841c-0.123,0.047 -0.267,0.101 -0.44,0.167c-0.906,0.349 -1.902,1.67 -2.21,2.149c-0.042,0.065 -0.102,0.116 -0.173,0.145l-5.657,2.321l3.945,2.84c0.253,-0.129 0.684,-0.305 1.147,-0.305Zm-1.012,1.089l-0.32,-0.678c0.024,-0.011 2.322,-1.123 4.111,-3.895c1.699,-2.634 2.539,-4.691 2.989,-5.795c0.115,-0.282 0.203,-0.495 0.27,-0.634c0.165,-0.342 0.324,-0.753 0.493,-1.188c0.529,-1.364 1.076,-2.774 2.094,-2.774l0,0.75c-0.505,0 -1.019,1.326 -1.395,2.295c-0.174,0.45 -0.339,0.875 -0.517,1.243c-0.062,0.13 -0.143,0.329 -0.25,0.592c-0.46,1.127 -1.316,3.225 -3.053,5.917c-1.912,2.963 -4.32,4.119 -4.422,4.167Zm3.834,-4.023l-2.625,-1.969l0.45,-0.6l2.625,1.969l-0.45,0.6Zm4.509,4.414c1.169,-1.317 2.275,-2.561 4.06,-2.604c0,0 -1.266,-5.579 -2.344,-10.173c-0.219,-0.933 -0.306,-1.078 -0.397,-1.078c-0.062,0 -0.136,0.137 -0.194,0.452c-0.311,1.684 -1.784,7.956 -2.971,10.986c-0.454,1.157 -1.264,1.837 -1.969,2.156c-0.322,0.146 -0.787,0.281 -0.787,0.281c0.487,0.855 0.951,1.905 1.428,3.076c1.007,-0.568 1.992,-1.721 2.684,-2.531c0.155,-0.182 0.299,-0.35 0.428,-0.496l0.062,-0.069Z" />
    </Icon>
  );
}