import React from 'react';
import withIcon from '../lib/withIcon';
export const IconBook = withIcon(function IconBook(props) {
    return (<svg data-tag="IconBook" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M10.125 4.875c.404.404.685.797.865 1.233.18.435.26.912.26 1.483v11.598c0 .329-.101.594-.284.777-.183.183-.448.284-.777.284-.157 0-.29-.022-.41-.072a1.048 1.048 0 0 1-.34-.239l-.407-.407-.407-.407c-.404-.404-.797-.685-1.233-.865-.435-.18-.912-.26-1.483-.26-1.83 0-2.744 0-3.202-.457-.457-.458-.457-1.372-.457-3.202V7.41c0-1.83 0-2.744.457-3.202.458-.457 1.372-.457 3.202-.457h1.5c.57 0 1.048.08 1.483.26.436.18.83.461 1.233.865m7.966-1.125h-1.5c-.57 0-1.048.08-1.483.26-.436.18-.83.461-1.233.865-.404.404-.685.797-.865 1.233-.18.435-.26.912-.26 1.483V19.19c0 .329.101.594.284.777.183.183.448.284.777.284.157 0 .29-.022.41-.072.12-.05.228-.127.34-.239l.407-.407.407-.407c.404-.404.797-.685 1.233-.865.435-.18.912-.26 1.483-.26 1.83 0 2.744 0 3.202-.457.457-.458.457-1.372.457-3.202V7.41c0-1.83 0-2.744-.457-3.202-.458-.457-1.372-.457-3.202-.457"/>
    </svg>);
});
//# sourceMappingURL=Book.jsx.map