UNPKG

react-line-awesome-svg

Version:
7 lines (6 loc) 953 B
import * as React from 'react'; export function SvgAtlasSolid(props) { return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props), React.createElement("path", { d: "M9 4C7.355 4 6 5.355 6 7v18c0 1.645 1.355 3 3 3h17V4H9zm0 2h15v16H9a2.93 2.93 0 00-1 .188V7c0-.566.434-1 1-1zm7 2c-3.301 0-6 2.699-6 6s2.699 6 6 6 6-2.699 6-6-2.699-6-6-6zm.688 2.094c.484.082.937.23 1.343.469l.065.718-.469-.187-.375.312.062.906.97-.28 1.187.374-.313.531-.72-.437-.782.125-.75.563-.437 1.312.843.688s.893-.157.94-.157c.047 0 .375.815.375.815l-.5 1.531A4.025 4.025 0 0116 18c-.234 0-.464-.055-.688-.094l-.189-.312.47-1.75-1.78-1.344h-1.657l-.125-.25c-.005-.086-.031-.164-.031-.25 0-.215.03-.422.063-.625l.843-.656 1.781-.844-.28-1.156.78-.156.344.5 1.346-.25-.19-.72zm-3.625 6.625h.314l.594.718a3.95 3.95 0 01-.909-.718zM9 24h15v2H9c-.566 0-1-.434-1-1 0-.566.434-1 1-1z" }))); } export default SvgAtlasSolid;