iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.01 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const PaintRoller1 = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.86 5.25A2.25 2.25 0 007.11 7.5h9a2.25 2.25 0 002.236-2H19a.75.75 0 01.75.75v2a.75.75 0 01-.75.75H13.11a2.25 2.25 0 00-2.25 2.25v1.378a2.25 2.25 0 00-1.5 2.122v5a2.25 2.25 0 004.5 0v-5a2.25 2.25 0 00-1.5-2.122V11.25a.75.75 0 01.75-.75H19a2.25 2.25 0 002.25-2.25v-2A2.25 2.25 0 0019.001 4h-.655a2.25 2.25 0 00-2.237-2h-9a2.25 2.25 0 00-2.25 2.25v1zM7.11 6a.75.75 0 01-.75-.75v-1a.75.75 0 01.75-.75h9a.75.75 0 01.75.75v1a.75.75 0 01-.75.75h-9zm3.75 8.75a.75.75 0 011.5 0v5a.75.75 0 01-1.5 0v-5z", fill: "#323544" }));
exports.default = PaintRoller1;