iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 2.11 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 Gltf = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M9.67 16.29c.413-.462.63-1.137.63-2.046v-5.08h-.87v.794h-.01a1.627 1.627 0 00-.687-.692 2.052 2.052 0 00-.967-.231c-.48 0-.885.091-1.214.274-.33.182-.594.417-.795.703-.2.287-.343.602-.43.945-.085.344-.128.68-.128 1.01 0 .38.052.74.155 1.08.104.34.26.639.468.897.207.258.465.462.773.612.308.15.67.225 1.085.225a2.183 2.183 0 001.015-.252 1.58 1.58 0 00.714-.757h.022v.365c0 .315-.03.601-.091.859s-.16.478-.296.66a1.439 1.439 0 01-.515.43 1.693 1.693 0 01-.763.156c-.15 0-.308-.016-.472-.048a1.882 1.882 0 01-.173-.043 10.195 10.195 0 01-.182-.066l-.017-.007v.001C4.562 15.198 3.01 13.7 3.01 12c0-2.71 3.95-4.908 8.822-4.908 2.714 0 5.148.618 6.766 1.69-1.767-1.797-4.934-3.06-8.555-3.06C4.497 5.718 0 8.53 0 11.997c0 2.367 2.095 4.429 5.188 5.5 2.482.085 3.741-.376 4.483-1.208zm-.374-3.69c-.06.259-.155.49-.284.693a1.496 1.496 0 01-.51.494 1.48 1.48 0 01-.768.188c-.301 0-.552-.062-.752-.188-.201-.125-.362-.29-.484-.494a2.133 2.133 0 01-.258-.682 3.82 3.82 0 01-.075-.752c0-.264.03-.519.092-.762.06-.244.157-.459.29-.645.132-.186.302-.334.51-.445.207-.111.458-.167.752-.167.286 0 .53.057.73.172.2.115.363.267.489.456.125.19.216.403.273.64.058.236.086.476.086.72 0 .257-.03.515-.09.773zm.799 4.214c-.526.477-1.466 1.023-2.747 1.237.857.149 1.76.228 2.693.228 3.607.001 6.766-1.258 8.537-3.043-1.618 1.066-4.042 1.673-6.746 1.673-.643 0-1.134-.023-1.737-.095zm5.553-2.082h-1.31v-4.415h-1.645V9.194h4.6v1.123h-1.645v4.415zm3.637 0h-1.31V9.194h4.046v1.123h-2.736v1.036h2.395v1.123h-2.395zm-8.222-6.918h.913v6.902h-.913zm12.09 1.543h-.204v.533h-.18v-.533h-.205v-.154h.59zm.08-.154h.265l.118.458h.002l.118-.458H24v.687h-.169v-.522h-.002l-.144.522h-.137l-.144-.522h-.002v.522h-.169v-.687z" }));
exports.default = Gltf;