react-line-awesome-svg
Version:
Use line-awesome as react svg component
7 lines (6 loc) • 342 B
JavaScript
import * as React from 'react';
export function SvgPlaySolid(props) {
return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props),
React.createElement("path", { d: "M9 5.156v21.688l1.531-1L25.844 16 10.53 6.156zm2 3.657L22.156 16 11 23.188z" })));
}
export default SvgPlaySolid;