react-line-awesome-svg
Version:
Use line-awesome as react svg component
7 lines (6 loc) • 1.07 kB
JavaScript
import * as React from 'react';
export function SvgMenorahSolid(props) {
return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props),
React.createElement("path", { d: "M4 5S3 7.016 3 8c0 .55.45 1 1 1s1-.45 1-1c0-.938-1-3-1-3zm4 0S7 7.016 7 8c0 .55.45 1 1 1s1-.45 1-1c0-.938-1-3-1-3zm4 0s-1 2.016-1 3c0 .55.45 1 1 1s1-.45 1-1c0-.938-1-3-1-3zm4 0s-1 2.016-1 3c0 .55.45 1 1 1s1-.45 1-1c0-.938-1-3-1-3zm4 0s-1 2.016-1 3c0 .55.45 1 1 1s1-.45 1-1c0-.938-1-3-1-3zm4 0s-1 2.016-1 3c0 .55.45 1 1 1s1-.45 1-1c0-.938-1-3-1-3zm4 0s-1 2.016-1 3c0 .55.45 1 1 1s1-.45 1-1c0-.938-1-3-1-3zM3 10c0 6.805 5.32 12.414 12 12.938V25h-5v2h12v-2h-5v-2.063c6.68-.523 12-6.132 12-12.937h-2c0 5.719-4.41 10.43-10 10.938v-2c4.477-.508 8-4.333 8-8.938h-2c0 3.516-2.617 6.418-6 6.906v-2c2.27-.469 4-2.504 4-4.906h-2c0 1.3-.844 2.395-2 2.813V10h-2v2.813c-1.156-.418-2-1.512-2-2.813h-2c0 2.402 1.73 4.438 4 4.906v2c-3.383-.488-6-3.39-6-6.906H7c0 4.605 3.523 8.43 8 8.938v2C9.41 20.43 5 15.718 5 10z" })));
}
export default SvgMenorahSolid;