UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 863 B
"use strict"; 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", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M2.363 7.904v.849a3.95 3.95 0 013.65 2.425c.198.476.3.987.299 1.502h.791c0-1.04.416-2.037 1.157-2.772a3.962 3.962 0 012.792-1.149V7.91a3.959 3.959 0 01-3.65-2.425 3.893 3.893 0 01-.299-1.502h-.791c0 1.04-.416 2.037-1.157 2.772a3.96 3.96 0 01-2.792 1.149M13.105 2.51H6.312V0h6.793c4.772 0 8.532 3.735 8.532 8.314 0 4.58-3.76 8.314-8.532 8.314H9.156V24H6.312v-9.882h6.793c3.319 0 5.688-2.352 5.688-5.804 0-3.451-2.37-5.804-5.688-5.804" })); exports.default = Paddle;