react-line-awesome-svg
Version:
Use line-awesome as react svg component
7 lines (6 loc) • 564 B
JavaScript
import * as React from 'react';
export function SvgToriiGateSolid(props) {
return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props),
React.createElement("path", { d: "M2.938 4.969V6.78l.312.313 4 3.656.313.25H9v3H7v2h2v11h2V16h10v11h2V16h2v-2h-2v-3h1.375l.313-.25 4-3.656L29 6.78V4.97l-1.219.281C27.746 5.258 23.527 6 16 6 8.473 6 4.191 5.258 4.156 5.25zM6.78 7.562C8.895 7.774 11.914 8 16 8a91 91 0 009.156-.438L23.594 9H8.344zM11 11h3v3h-3zm7 0h3v3h-3z" })));
}
export default SvgToriiGateSolid;