react-line-awesome-svg
Version:
Use line-awesome as react svg component
7 lines (6 loc) • 516 B
JavaScript
import * as React from 'react';
export function SvgShareAltSquareSolid(props) {
return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props),
React.createElement("path", { d: "M5 5v22h22V5H5zm2 2h18v18H7V7zm13 3a2 2 0 00-1.992 2.156L13.32 14.5A2 2 0 0012 14a2 2 0 000 4 2 2 0 001.32-.5l4.688 2.344A2 2 0 0020 22a2 2 0 000-4 2 2 0 00-1.32.5l-4.688-2.344a2 2 0 000-.312L18.68 13.5A2 2 0 0020 14a2 2 0 000-4z" })));
}
export default SvgShareAltSquareSolid;