iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.66 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 Cloudinary = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M24 14.86c0 2.173-1.376 3.974-3.59 4.7l-.1.031V17.99c1.378-.58 2.187-1.728 2.187-3.13a3.684 3.684 0 00-3.608-3.669h-.596l-.144-.569a6.5 6.5 0 00-6.272-4.97 6.391 6.391 0 00-5.81 3.664l-.184.376-.417.044a4.431 4.431 0 00-3.305 2.088 4.431 4.431 0 001.458 6.095v1.69h-.01l-.149-.068a5.94 5.94 0 01-3.366-4.35 5.94 5.94 0 014.8-6.894 7.877 7.877 0 016.983-4.15 8.028 8.028 0 017.59 5.589A5.207 5.207 0 0124 14.86zM8.682 13.538h.565a.066.066 0 00.046-.111l-2.209-2.211a.066.066 0 00-.093 0l-2.211 2.21a.066.066 0 00.048.112h.556a.066.066 0 01.066.065v5.058c0 .659.534 1.193 1.193 1.193h2.604a.066.066 0 00.046-.112l-.33-.33a1.193 1.193 0 01-.348-.839v-4.97a.068.068 0 01.067-.065zm9.77 2.546h.566a.066.066 0 00.046-.113l-2.21-2.209-.002-.001a.064.064 0 00-.09.001l-2.211 2.209a.066.066 0 00.046.113h.556a.066.066 0 01.066.066v2.51c0 .66.534 1.193 1.193 1.193h2.606a.066.066 0 00.046-.11l-.33-.33a1.193 1.193 0 01-.348-.84V16.15a.066.066 0 01.066-.066zm-4.885-1.274h.565a.066.066 0 00.047-.111l-2.21-2.203h-.001a.066.066 0 00-.093 0l-2.208 2.207a.066.066 0 00.045.111h.563a.068.068 0 01.066.068v3.779c0 .659.534 1.193 1.192 1.193h2.599a.066.066 0 00.047-.112l-.332-.33a1.193 1.193 0 01-.346-.839v-3.695c0-.037.03-.067.066-.068z" }));
exports.default = Cloudinary;