UNPKG

react-line-awesome-svg

Version:
7 lines (6 loc) 973 B
import * as React from 'react'; export function SvgBookReaderSolid(props) { return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props), React.createElement("path", { d: "M16 4c-3.3 0-6 2.7-6 6 0 1.008.246 1.945.688 2.781C8.863 12.336 6.64 12 4 12H2.719l3.5 14H7c3.406 0 5.5.488 6.719.938.61.226.996.449 1.219.593.222.145.25.157.25.157l.28.312h1.063l.282-.313s.027-.011.25-.156c.222-.144.609-.367 1.218-.593C19.5 26.488 21.594 26 25 26h.781l3.5-14H28c-2.629 0-4.848.316-6.656.75.43-.824.656-1.758.656-2.75 0-3.3-2.7-6-6-6zm0 2c2.223 0 4 1.777 4 4s-1.777 4-4 4-4-1.777-4-4 1.777-4 4-4zM5.312 14.125c3.11.152 5.649.691 7.313 1.313 1.34.5 2 .886 2.375 1.124v8.75c-.18-.082-.344-.167-.563-.25-1.351-.5-3.57-.921-6.656-1zm21.375 0l-2.468 9.938c-3.086.078-5.305.5-6.657 1-.218.082-.382.167-.562.25v-8.75c.375-.243 1.031-.633 2.344-1.125 1.652-.622 4.195-1.16 7.343-1.313z" }))); } export default SvgBookReaderSolid;