react-line-awesome-svg
Version:
Use line-awesome as react svg component
7 lines (6 loc) • 477 B
JavaScript
import * as React from 'react';
export function SvgDoorOpenSolid(props) {
return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props),
React.createElement("path", { d: "M15.875 4l-.094.031-8 1.875L7 6.094v20.25l.813.125 8 1.5.093.031H18V4zM20 6v2h3v16h-3v2h5V6zm-4 .031V26l-7-1.313V7.657zM14.344 15c-.367 0-.688.45-.688 1s.32 1 .688 1c.367 0 .656-.45.656-1s-.29-1-.656-1z" })));
}
export default SvgDoorOpenSolid;