UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 663 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 Ruff = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M3 0C1.338 0 0 1.338 0 3v18c0 1.662 1.338 3 3 3h18c1.662 0 3-1.338 3-3V3c0-1.662-1.338-3-3-3zm4.2 7.2h8.641c.53 0 .959.43.959.959v3.266a.96.96 0 01-.959.959h-.961v.768h1.92V16.8h-4.416v-2.88h-.768v2.88H7.2zm3.648 3.648v.768h2.304v-.768z" })); exports.default = Ruff;