iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.31 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 Sabanci = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M5.388 8.88a15.803 15.803 0 00-1.537.105c-1.144.146-1.54.646-1.54 1.873 0 .971.258 1.44.904 1.66.313.11.85.156 1.743.156h1.7a8.705 8.705 0 01.923.02c.379.036.563.21.563.524 0 .546-.243.6-2.428.6a8.499 8.499 0 01-1.173-.063c-.276-.066-.34-.176-.359-.637H2.339v.36c0 .876.296 1.318.988 1.493.451.121 1.078.158 2.472.158a23.175 23.175 0 002.583-.092c1.17-.127 1.613-.632 1.613-1.868 0-.638-.13-1.1-.377-1.377-.286-.33-.665-.441-1.588-.485-.497-.02-.866-.03-.971-.03H5.308a3.181 3.181 0 01-.728-.035.471.471 0 01-.413-.486c0-.34.165-.472.626-.508a37.892 37.892 0 011.7-.046c1.265 0 1.44.075 1.44.61h1.804c0-1.062-.204-1.487-.82-1.718-.471-.174-.96-.21-2.76-.21a15.803 15.803 0 00-.77-.004zm11.221.045l-3.46 6.15h2.123l.59-1.097h3.967l.607 1.097h2.05l-3.368-6.15zm1.236 1.318l1.338 2.455h-2.649zM0 12.001a6.153 6.153 0 0111.998-1.928 6.156 6.156 0 110 3.854A6.153 6.153 0 010 12z" }));
exports.default = Sabanci;