react-line-awesome-svg
Version:
Use line-awesome as react svg component
7 lines (6 loc) • 1.1 kB
JavaScript
import * as React from 'react';
export function SvgToiletPaperSolid(props) {
return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props),
React.createElement("path", { d: "M9 4C7.39 4 6.105 5.176 5.281 6.719 4.457 8.262 4 10.285 4 12.5V28h16v-8.625c.781.965 1.805 1.625 3 1.625 1.61 0 2.895-1.176 3.719-2.719C27.543 16.738 28 14.715 28 12.5s-.457-4.238-1.281-5.781C25.895 5.176 24.609 4 23 4zm0 2h10.719a7.334 7.334 0 00-.438.719C18.457 8.262 18 10.285 18 12.5c0 .172.027.332.031.5H18v13H6V12.5c0-1.926.438-3.672 1.063-4.844C7.688 6.484 8.402 6 9 6zm14 0c.598 0 1.313.484 1.938 1.656S26 10.574 26 12.5c0 1.926-.438 3.672-1.063 4.844C24.313 18.516 23.598 19 23 19c-.598 0-1.313-.484-1.938-1.656S20 14.426 20 12.5c0-1.926.438-3.672 1.063-4.844C21.688 6.484 22.402 6 23 6zm0 4c-.55 0-1 1.121-1 2.5s.45 2.5 1 2.5 1-1.121 1-2.5-.45-2.5-1-2.5zM9 13c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm3 0c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm3 0c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z" })));
}
export default SvgToiletPaperSolid;