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

export default function FinalCutPro(props) {
  return (
    <Icon {...props}>
      <path d="M23.608,20.001l-1.743,-9.881l0,-0.001l-0.581,-3.294c-0.034,-0.191 -0.151,-0.346 -0.308,-0.435c-0.122,-0.07 -0.268,-0.098 -0.416,-0.072l-11.473,2.023l10.947,-3.985c0.325,-0.118 0.492,-0.476 0.374,-0.801l-1.144,-3.143c-0.057,-0.157 -0.173,-0.284 -0.323,-0.353c-0.151,-0.07 -0.323,-0.078 -0.479,-0.022l-17.667,6.431c-0.325,0.118 -0.493,0.478 -0.374,0.802l1.125,3.092l0.571,3.239l1.743,9.882c0.029,0.164 0.121,0.309 0.257,0.403c0.106,0.075 0.232,0.114 0.359,0.114c0.037,0 0.073,-0.003 0.109,-0.009l18.516,-3.265c0.163,-0.029 0.308,-0.121 0.403,-0.257c0.095,-0.136 0.133,-0.305 0.104,-0.468Zm-3.084,-10.281l-2.318,0.409l1.286,-2.352l0.669,-0.118l0.363,2.061Zm-17.646,0.986l2.325,-0.409l-1.286,2.352l-0.676,0.119l-0.363,-2.062Zm5.194,-5.555l-0.858,2.54l-2.536,0.923l0.858,-2.54l2.536,-0.923Zm4.043,-1.471l-0.858,2.539l-2.536,0.923l0.857,-2.539l2.537,-0.923Zm4.042,-1.472l-0.857,2.54l-2.537,0.923l0.858,-2.54l2.536,-0.923Zm-9.376,7.81l2.659,-0.469l-1.286,2.352l-2.659,0.469l1.286,-2.352Zm4.238,-0.746l2.657,-0.469l-1.285,2.352l-2.659,0.468l1.287,-2.351Zm4.236,-0.748l2.658,-0.469l-1.286,2.352l-2.658,0.469l1.286,-2.352Zm3.764,-5.13l-2.213,0.806l0.858,-2.539l0.638,-0.233l0.717,1.966Zm-14.989,3.229l-0.857,2.539l-0.647,0.235l-0.715,-1.967l2.219,-0.807Zm0.954,16.027l-1.526,-8.65l17.283,-3.047l1.525,8.649l-17.282,3.048Zm16.132,-12.017l-18.377,3.255l1.634,9.231l18.378,-3.255l-1.635,-9.231Z" />
    </Icon>
  );
}