iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.28 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 BrandVimeo = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-brand-vimeo", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M18.5 3c2.38 0 3.985 2.174 3.486 5.164-.535 3.21-2.25 6.074-4.808 8.675-1.277 1.298-2.211 2.061-4.112 3.485-2.323 1.597-4.408.365-5.47-1.897-.292-.618-.586-1.724-1.248-4.477l-.03-.126c-.483-2.01-.819-3.319-.982-3.878l-.016-.052-.031.013-.13.06-.137.07a4 4 0 00-.43.269 1 1 0 01-1.3-.099l-1-1a1 1 0 01-.124-1.262 20 20 0 011.918-2.382c.98-1.037 1.955-1.816 2.928-2.233.5-.214.996-.33 1.486-.33 2.237 0 3.02 1.588 3.567 4.963.03.183.057.359.112.709.123.784.197 1.198.292 1.588.292 1.185.528 1.984.735 2.483l-.016-.039.096-.107c.354-.411.757-1.014 1.172-1.771l.157-.291c.391-.745.505-1.528.363-1.9-.028-.073.007-.065-.456.218a1 1 0 01-1.51-1.013C13.508 4.787 15.757 3 18.5 3" }));
exports.default = BrandVimeo;