react-line-awesome-svg
Version:
Use line-awesome as react svg component
7 lines (6 loc) • 390 B
JavaScript
import * as React from 'react';
export function SvgSquareRootAltSolid(props) {
return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props),
React.createElement("path", { d: "M19.313 6l-.25.656-6.157 16.063-3-6.157L9.625 16H6v2h2.375L12 25.438l.281.562h1.5l.25-.656L20.687 8H26V6z" })));
}
export default SvgSquareRootAltSolid;