import React from 'react';
import withIcon from '../lib/withIcon';
export const IconBookmarkOutline = withIcon(function IconBookmarkOutline(props) {
    return (<svg data-tag="IconBookmarkOutline" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M16.007 17.326c.353.352.67.644.951.882.526.445.951.103.994-.411.086-1.042.09-4.498.095-5.797.003-1.299-.05-3.515-.162-4.521-.092-.827-.531-1.271-1.364-1.364-1.006-.112-2.404-.157-4.521-.157s-3.515.045-4.521.157c-.826.092-1.275.559-1.364 1.364-.112 1.006-.108 3.225-.108 4.521 0 1.296-.034 4.884.041 5.797.036.44.447.874.993.411a14.5 14.5 0 0 0 .952-.882c.978-.978 2.527-2.512 4.007-2.512 1.48 0 3.02 1.524 4.007 2.512m4.243-.826-.002.255c-.029 2.599-.512 4.092-1.453 4.482l-.093.034c-.939.309-2.306-.417-4.105-2.175l-.18-.18c-1.209-1.208-1.786-1.812-2.417-1.812-.631 0-1.208.604-2.416 1.812l-.182.18c-1.798 1.758-3.165 2.484-4.104 2.175l-.093-.034c-.94-.39-1.424-1.883-1.454-4.482L3.75 16.5V12c0-4.125 0-6.187 1.031-7.219 1.031-1.03 3.094-1.03 7.219-1.03l1.452.001c3.172.014 4.864.127 5.767 1.03 1.03 1.03 1.031 3.093 1.031 7.218z"/>
    </svg>);
});
//# sourceMappingURL=BookmarkOutline.jsx.map