iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.78 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 Svg365datascience = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M1.5 13.645v-.858h.818c.575 0 1.183-.152 1.19-.668 0-.318-.258-.739-1.166-.739-.502 0-1.183.175-1.183.684H.09c0-1.2 1.216-1.633 2.26-1.633 1.07 0 2.221.509 2.23 1.692a1.172 1.172 0 01-.786 1.087c.542.175.924.7.924 1.168 0 1.36-1.305 1.758-2.399 1.758S.008 15.702 0 14.438h1.077c0 .573.787.772 1.249.772.542 0 1.264-.223 1.264-.82 0-.332-.187-.745-1.208-.745zm5.008-1.43v.833c.251-.377.866-.588 1.312-.588 1.143 0 2.342.469 2.342 1.852 0 1.232-1.207 1.843-2.35 1.843-1.142 0-2.367-.611-2.367-1.858v-2.075c0-1.24 1.168-1.818 2.335-1.818 1.232 0 2.326.476 2.326 1.643H9.042c0-.492-.628-.738-1.24-.738-.64-.007-1.288.334-1.288.937zM9.1 14.311c0-.612-.568-.937-1.28-.937-.714 0-1.322.318-1.313.937.009.619.608.908 1.305.908.672 0 1.288-.297 1.288-.908zm5.997-2.812h-3.063v.977h1.101c1.208 0 2.286.485 2.278 1.787 0 1.263-1.078 1.867-2.221 1.867-1.247 0-2.317-.437-2.326-1.74h1.064c0 .613.713.77 1.248.77s1.174-.238 1.174-.897c.009-.628-.628-.81-1.216-.81H10.99v-2.94h4.109zm7.917-3.69a.95.95 0 00-.456 1.78l-1.925 4.72a.944.944 0 00-.8.082l-2.046-2.342a.943.943 0 00-.09-1.27.943.943 0 00-1.41 1.241.943.943 0 001.249.25l2.046 2.342a.952.952 0 00-.208.593.95.95 0 00.266.693.95.95 0 001.57-.32.95.95 0 00.062-.373.943.943 0 00-.343-.73l1.95-4.772a.826.826 0 00.136.01.95.95 0 00.908-.578.95.95 0 00-.214-1.054.95.95 0 00-.694-.266z" }));
exports.default = Svg365datascience;