UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.52 kB
"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 Budibase = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M2 0a2 2 0 00-2 2v20a2 2 0 002 2h20a2 2 0 002-2V2a2 2 0 00-2-2zm2 6h2.5v5.22c.59-.634 1.326-.95 2.21-.95a3.372 3.372 0 012.565 1.13c.178.199.327.422.46.66V6h2.505v5.22c.59-.634 1.324-.95 2.21-.95a3.372 3.372 0 012.566 1.13c.31.345.55.75.724 1.22.175.47.26.965.26 1.495 0 .54-.09 1.045-.27 1.52a3.73 3.73 0 01-.755 1.234c-.32.35-.7.625-1.14.83-.434.2-.905.301-1.415.301-.92 0-1.65-.345-2.186-1.035v.81h-2.5v-1.601a3.595 3.595 0 01-1.638 1.525c-.435.2-.905.301-1.41.301-.92 0-1.651-.345-2.186-1.035v.81H4zm4.035 6.484a1.566 1.566 0 00-1.125.487 1.733 1.733 0 00-.474 1.174 1.623 1.623 0 00.468 1.16c.145.145.322.265.522.355.2.09.409.135.629.135a1.566 1.566 0 001.125-.484c.145-.15.26-.326.345-.526.08-.205.125-.41.125-.63a1.675 1.675 0 00-.47-1.175c-.15-.15-.32-.27-.51-.36a1.491 1.491 0 00-.635-.136zm7.74 0a1.566 1.566 0 00-1.125.487 1.733 1.733 0 00-.474 1.174 1.623 1.623 0 00.469 1.16c.145.145.32.265.52.355.2.09.41.135.63.135a1.566 1.566 0 001.125-.484c.145-.15.26-.326.346-.526.08-.205.125-.41.125-.63a1.675 1.675 0 00-.471-1.175c-.15-.15-.32-.27-.51-.36a1.491 1.491 0 00-.635-.136z" })); exports.default = Budibase;