react-line-awesome-svg
Version:
Use line-awesome as react svg component
7 lines (6 loc) • 687 B
JavaScript
import * as React from 'react';
export function SvgQuranSolid(props) {
return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props),
React.createElement("path", { d: "M8 3C6.355 3 5 4.355 5 6v20c0 1.645 1.355 3 3 3h19V3zm0 2h17v18H8a2.95 2.95 0 00-1 .188V6c0-.566.434-1 1-1zm0 1v16h16V6zm2 2h12v12H10zm6 1c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm0 2h-3v6h6v-6zm3 3c0 .55.45 1 1 1s1-.45 1-1-.45-1-1-1-1 .45-1 1zm-3 3c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm-3-3c0-.55-.45-1-1-1s-1 .45-1 1 .45 1 1 1 1-.45 1-1zm2-1h2v2h-2zM8 25h17v2H8c-.566 0-1-.434-1-1 0-.566.434-1 1-1z" })));
}
export default SvgQuranSolid;