@ozen-ui/icons
Version:
A collection of icons
10 lines (9 loc) • 3.53 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BrGarminSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.BrGarminSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
react_1.default.createElement("path", { fill: "currentColor", d: "M15.995 5.595H0V0h15.995zM.165 5.43h15.66V.164H.165z" }),
react_1.default.createElement("path", { fill: "currentColor", d: "M5.256 1.992a.16.16 0 0 0-.128-.08h-.095c-.048 0-.106.038-.122.08l-.773 1.616c-.021.042 0 .074.047.074h.18c.07 0 .101-.032.122-.069.022-.037.064-.127.07-.143.01-.021.042-.037.095-.037h.831q.072-.002.096.037c.01.016.053.096.074.138s.058.074.127.074h.26c.047 0 .069-.037.053-.069a99 99 0 0 1-.837-1.62m-.488 1.187c-.047 0-.069-.037-.047-.08l.302-.651c.02-.043.053-.043.074 0l.296.651c.022.043-.005.08-.053.08zm6.453-1.171v1.6c0 .042.037.074.085.074h.212c.048 0 .085-.032.085-.08v-1.6c0-.047-.032-.084-.08-.084h-.217c-.048 0-.085.026-.085.09M7.687 3.009c-.026-.037-.01-.084.032-.095 0 0 .18-.053.27-.133a.44.44 0 0 0 .133-.339.5.5 0 0 0-.053-.243.4.4 0 0 0-.143-.16.6.6 0 0 0-.223-.09c-.09-.02-.206-.026-.206-.026-.048 0-.127-.005-.175-.005h-.874a.084.084 0 0 0-.085.085v1.6c0 .047.037.08.085.08h.206c.048 0 .085-.033.085-.08v-.636h.392c.048 0 .111.032.138.069l.408.572c.037.053.074.069.122.069h.27c.048 0 .053-.048.037-.069-.01-.021-.419-.599-.419-.599m-.164-.323c-.053.01-.116.016-.116.016-.048 0-.128.005-.175.005h-.408a.084.084 0 0 1-.085-.084v-.324c0-.047.037-.084.085-.084h.408c.047 0 .127 0 .175.005a.5.5 0 0 0 .243.069.2.2 0 0 1 .07.08.2.2 0 0 1 .02.1.2.2 0 0 1-.02.1.2.2 0 0 1-.07.08c-.031.005-.074.021-.127.037m6.289-.768c-.048 0-.085.032-.085.08V3.02c0 .048-.026.058-.058.026l-1.023-1.065a.19.19 0 0 0-.148-.063h-.19c-.059 0-.085.032-.085.063V3.62c0 .031.031.063.079.063h.19c.048 0 .08-.026.08-.069V2.538c0-.048.027-.059.059-.027l1.07 1.113a.2.2 0 0 0 .148.063h.143a.084.084 0 0 0 .085-.084v-1.59a.084.084 0 0 0-.085-.085h-.18zm-4.175.996c-.021.042-.063.042-.085 0l-.498-.922a.14.14 0 0 0-.127-.08h-.27a.084.084 0 0 0-.085.085v1.606c0 .047.032.08.085.08h.17c.047 0 .084-.033.084-.075v-1.16l.625 1.16c.022.042.08.042.101 0l.63-1.16v1.16c0 .048.038.074.085.074h.196c.048 0 .085-.026.085-.085V2.008a.084.084 0 0 0-.085-.085h-.26a.14.14 0 0 0-.132.074zm-7.72-.117c0 .864.88.906 1.06.906.583 0 .832-.159.843-.164a.16.16 0 0 0 .08-.143v-.593a.1.1 0 0 0-.101-.101h-.737c-.053 0-.09.042-.09.1v.064c0 .053.037.1.09.1h.424c.042 0 .074.033.074.075v.276c-.085.031-.466.148-.773.074a.586.586 0 0 1-.482-.583c0-.09.026-.556.577-.604.445-.037.737.143.737.143.053.027.105.005.132-.048l.053-.11c.021-.049.016-.096-.042-.133-.006 0-.313-.17-.795-.17-1.023-.005-1.05.816-1.05.911M3.931 11.221H2.893v2.803h-.986V7.03h2.024c1.134 0 1.637.61 1.637 1.616v.965c0 .99-.503 1.61-1.637 1.61m.641-2.606c0-.461-.17-.726-.63-.726h-1.05v2.474h1.05c.46 0 .63-.27.63-.726zm4.292 5.403-.366-1.71h-1.51l-.365 1.71h-.965L7.242 7.03h1.05l1.584 6.988zM7.74 8.599l-.577 2.867h1.155zm4.61 2.613v2.813h-.986V11.21l-1.69-4.175h1.07l1.145 3.221 1.144-3.221h.996zm2.214-4.138v.222h-.053v-.222h-.074V7.03h.207v.043zm.34.222v-.212l-.017.07-.042.137h-.048l-.042-.138-.021-.074v.212h-.048v-.265h.069l.042.149.016.068.021-.068.043-.149h.074v.265h-.048z" }))); });
exports.BrGarminSIcon.displayName = 'BrGarminSIcon';