import React from 'react';
import withIcon from '../lib/withIcon';
export const IconSaved = withIcon(function IconSaved(props) {
    return (<svg data-tag="IconSaved" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M6.476 10.317C6.159 10 6 9.76 6 9.52s.159-.478.476-.795c.317-.318.556-.476.795-.476.24 0 .479.159.796.476l1.393 1.392 1.392 1.393c.143.143.27.215.398.215.127 0 .255-.072.398-.215l3.267-3.267 3.268-3.268c.317-.317.556-.476.796-.476.239 0 .478.159.795.476.317.317.476.556.476.795 0 .24-.159.479-.476.796L15.91 10.43l-3.864 3.864c-.318.318-.557.476-.796.476-.24 0-.478-.158-.796-.476l-1.989-1.989zM19.876 15c-.446 0-.727.057-.896.225-.169.169-.226.45-.226.896 0 1.322-.04 1.98-.436 2.306-.396.327-1.146.323-2.566.323H8.248c-1.416 0-2.166.008-2.562-.317-.396-.325-.439-.982-.44-2.313 0-.447-.058-.727-.226-.895-.17-.168-.45-.225-.897-.225-.45 0-.731.058-.9.229-.17.17-.225.454-.223.903.013 2.434.113 3.651.91 4.26C4.707 21 6.2 21 8.998 21h6.004c2.797 0 4.29 0 5.088-.608.796-.609.897-1.826.91-4.26.002-.45-.054-.732-.223-.903-.17-.17-.45-.229-.9-.229"/>
    </svg>);
});
//# sourceMappingURL=Saved.jsx.map