import React from 'react';
import withIcon from '../lib/withIcon';
export const IconBookmark = withIcon(function IconBookmark(props) {
    return (<svg data-tag="IconBookmark" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M20.25 12v4.5c0 2.756-.484 4.335-1.455 4.737-.971.402-2.43-.372-4.379-2.32-1.208-1.209-1.812-1.813-2.416-1.813-.604 0-1.208.604-2.416 1.812-1.95 1.95-3.408 2.723-4.379 2.321-.971-.402-1.455-1.98-1.455-4.737V12c0-4.125 0-6.187 1.031-7.219 1.031-1.03 3.094-1.03 7.219-1.03s6.187 0 7.219 1.03C20.249 5.813 20.25 7.875 20.25 12"/>
    </svg>);
});
//# sourceMappingURL=Bookmark.jsx.map