react-line-awesome-svg
Version:
Use line-awesome as react svg component
7 lines (6 loc) • 804 B
JavaScript
import * as React from 'react';
export function SvgEraserSolid(props) {
return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props),
React.createElement("path", { d: "M18.906 4.094c-.804 0-1.64.273-2.281.843v.032L16.594 5 4.906 16.594c-1.21 1.21-1.203 3.183-.062 4.468l.031.032h.031l6 6c1.211 1.21 3.184 1.203 4.469.062v-.031L27 15.5c1.266-1.266 1.305-3.29.094-4.5l-6-6a3.059 3.059 0 00-2.188-.906zm-.031 2.031c.32 0 .617.086.813.281l6 6c.386.387.44 1.153-.094 1.688l-5.032 5.031-7.656-7.656 5.063-5.031.031-.032c.254-.21.57-.281.875-.281zm-7.406 6.781l7.656 7.656-5.094 5.094c-.011.008-.02.024-.031.032-.516.43-1.309.378-1.688 0L6.345 19.75c-.016-.02-.016-.043-.032-.063-.41-.515-.375-1.312 0-1.687z" })));
}
export default SvgEraserSolid;