import React from 'react';
import withIcon from '../lib/withIcon';
export const IconCameraRoll = withIcon(function IconCameraRoll(props) {
    return (<svg data-tag="IconCameraRoll" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M10.875 7.5h-1.5c-3.187 0-4.781 0-5.578.797C3 9.094 3 10.687 3 13.875s0 4.781.797 5.578c.797.797 2.39.797 5.578.797h1.5c3.188 0 4.781 0 5.578-.797.797-.797.797-2.39.797-5.578 0-3.187 0-4.781-.797-5.578-.797-.797-2.39-.797-5.578-.797m-.75 10.5c-2.535 0-3.806-.002-4.23-.365-.426-.363-.006-1.087.842-2.531.848-1.444 1.274-2.167 1.7-2.167.427 0 .853.723 1.7 2.167l.203.345.183.316c.08.138.158.207.237.208.08 0 .16-.067.242-.203.684-1.134 1.028-1.701 1.371-1.704.343-.003.684.558 1.362 1.681.679 1.124 1.017 1.687.565 1.97-.451.281-1.693.283-4.175.283M21 15.375c0 .449-.057.73-.226.9-.169.168-.45.225-.899.225s-.73-.057-.9-.226c-.168-.169-.225-.45-.225-.899v-3c0-2.748-.22-4.342-1.126-5.249C16.717 6.22 15.124 6 12.375 6h-4.5c-.449 0-.73-.057-.9-.226-.168-.169-.225-.45-.225-.899s.057-.73.226-.9c.169-.168.45-.225.899-.225h6.75c3.188 0 4.781 0 5.578.797.797.797.797 2.39.797 5.578v2.625z"/>
    </svg>);
});
//# sourceMappingURL=CameraRoll.jsx.map