iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 793 B
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 Paddle = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M4.026 9.294v-.707a3.269 3.269 0 003.268-3.268h.654a3.269 3.269 0 003.268 3.272V9.3a3.269 3.269 0 00-3.268 3.268h-.654a3.269 3.269 0 00-3.268-3.273zm3.268-5.202h5.62c2.746 0 4.707 1.96 4.707 4.837 0 2.876-1.96 4.836-4.706 4.836h-5.62V22h2.352v-6.143h3.268c3.948 0 7.059-3.112 7.059-6.928 0-3.817-3.111-6.929-7.06-6.929h-5.62v2.092z", fill: "#323544" }));
exports.default = Paddle;