UNPKG

@gravity-ui/icons

Version:

Pack of Gravity UI icons

10 lines (9 loc) 1.6 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); const React = tslib_1.__importStar(require("react")); const LogoNodejs = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props), React.createElement("g", { fill: "currentColor" }, React.createElement("path", { d: "M7.714.845A.75.75 0 0 1 8.38.89l5.752 3.358a.75.75 0 0 1 .372.647v6.499a.75.75 0 0 1-.397.66l-5.752 3.07a.75.75 0 0 1-.71-.002l-1.298-.703A.75.75 0 0 1 7.06 13.1l.942.51 5-2.668V5.325l-5.001-2.92L3 5.324v5.614l1.6.841a.25.25 0 0 0 .367-.221V5.894a.75.75 0 0 1 1.5 0v5.665a1.75 1.75 0 0 1-2.564 1.55l-2.002-1.052a.75.75 0 0 1-.401-.664V4.895a.75.75 0 0 1 .372-.647L7.624.89z" }), React.createElement("path", { d: "M9.393 5.153c.608 0 1.118.154 1.518.443.398.286.631.666.757 1.026a.75.75 0 0 1-1.416.495.6.6 0 0 0-.218-.306c-.1-.072-.29-.158-.641-.158-.35 0-.531.093-.61.16a.32.32 0 0 0-.112.26c0 .017-.008.07.147.174.172.114.437.21.745.282.326.077.848.192 1.279.44.483.28.918.77.918 1.544 0 .683-.38 1.185-.848 1.483-.45.286-1.002.407-1.52.407a2.73 2.73 0 0 1-1.538-.488c-.41-.283-.77-.697-.917-1.189a.75.75 0 0 1 1.438-.428c.024.08.121.237.33.382.2.138.446.223.688.223.306 0 .561-.075.714-.173.134-.085.153-.153.153-.217 0-.081-.018-.114-.029-.13a.4.4 0 0 0-.14-.115c-.2-.116-.488-.189-.87-.279-.369-.086-.84-.231-1.234-.494-.41-.273-.816-.734-.816-1.423 0-.533.214-1.04.64-1.401.416-.354.972-.518 1.582-.518" })))); exports.default = LogoNodejs;