iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.09 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 Dts = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M23.556 14.346l-1.194-1.173a.841.841 0 01.604-1.445h.59a.346.346 0 00.349-.343v-.636H18.97a1.492 1.492 0 00-1.507 1.477v.003c0 .396.16.775.444 1.05l1.201 1.18a.841.841 0 01-.604 1.446h-1.849a1.306 1.306 0 01-1.317-1.294v-2.876h1.135a.346.346 0 00.35-.343v-.636h-1.485V7.587l-3.866 1.66v1.494h-1.87V7.123h-2.87a.986.986 0 00-.997.98v2.638H3.67C1.514 10.741 0 11.893 0 13.81c0 1.71 1.776 3.068 3.676 3.068h4.615a1.306 1.306 0 001.318-1.294v-3.855h1.863v2.503c0 1.423.874 2.646 2.65 2.646h8.371A1.492 1.492 0 0024 15.4v-.003a1.444 1.444 0 00-.444-1.051zM5.729 15.683a.217.217 0 01-.219.214h-.13c-1.34 0-1.835-.908-1.85-2.088.015-1.216.525-2.088 1.85-2.088h.349v3.962z" }));
exports.default = Dts;