react-line-awesome-svg
Version:
Use line-awesome as react svg component
7 lines (6 loc) • 485 B
JavaScript
import * as React from 'react';
export function SvgFolderOpenSolid(props) {
return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props),
React.createElement("path", { d: "M5 3v24.813l.781.156 12 2.5 1.219.25V28h6V15.437l1.719-1.718.281-.313V3zm9.125 2H25v7.563l-1.719 1.718-.281.313V26h-4v-8.906l-.281-.313L17 15.063V5.719zM7 5.281l8 2v8.625l.281.313L17 17.937v10.344L7 26.188z" })));
}
export default SvgFolderOpenSolid;