/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const StudioIcon: React.FC<React.SVGProps<SVGSVGElement>> = (props) => (
  <svg
    xmlns='http://www.w3.org/2000/svg'
    width='1em'
    height='1em'
    viewBox='0 0 24 24'
    fill='currentColor'
    {...props}
  >
    <g>
      <path d='M17.247 15c.723 0 1.309.592 1.309 1.322v1.982c0 .73-.586 1.322-1.309 1.322H9.396a1.316 1.316 0 0 1-1.309-1.322v-1.982c0-.73.586-1.322 1.309-1.322zm-6.464-6.235a2.4 2.4 0 0 0 1.306 1.298l1.223.501.11.27v1.235c0 .73-.586 1.323-1.309 1.323H5.31A1.316 1.316 0 0 1 4 12.07v-1.982c0-.73.586-1.323 1.309-1.323zm4.445-4.197a.906.906 0 0 1 1.681 0l.595 1.466a.9.9 0 0 0 .497.5l1.456.6c.3.123.481.367.542.636a.9.9 0 0 1-.563.885l-1.457.598a.91.91 0 0 0-.498.5l-.595 1.467a.906.906 0 0 1-1.681 0l-.595-1.466a.91.91 0 0 0-.498-.501l-1.457-.598a.9.9 0 0 1-.54-.637.9.9 0 0 1 .563-.884l1.457-.6a.9.9 0 0 0 .497-.5z' />
    </g>
  </svg>
);
export default StudioIcon;
