react-line-awesome-svg
Version:
Use line-awesome as react svg component
7 lines (6 loc) • 959 B
JavaScript
import * as React from 'react';
export function SvgIntercom(props) {
return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props),
React.createElement("path", { d: "M5 5v22h22V5H5zm2 2h18v18H7V7zm9.002 2c-.318 0-.637.211-.637.633v9.217c0 .843 1.274.843 1.274 0V9.633c0-.422-.319-.633-.637-.633zm-3.18.318c-.318 0-.636.212-.636.633v8.492c0 .843 1.271.843 1.271 0V9.951c0-.421-.316-.633-.635-.633zm6.356 0c-.319 0-.637.212-.637.633v8.492c0 .843 1.273.843 1.273 0V9.951c0-.421-.318-.633-.636-.633zM9.64 10.592c-.319 0-.635.211-.635.633v5.716c0 .843 1.271.843 1.271 0v-5.716c0-.422-.318-.633-.636-.633zm12.716 0c-.318 0-.636.211-.636.633v5.716c0 .843 1.273.843 1.273 0v-5.716c0-.422-.318-.633-.637-.633zm.075 9.207a.602.602 0 00-.487.156c-2.69 2.295-9.083 2.354-11.888 0-.64-.545-1.466.422-.827.967 3.252 2.784 10.442 2.682 13.541 0 .477-.412.131-1.057-.34-1.123z" })));
}
export default SvgIntercom;