iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.01 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 CodeS = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12.276 7.249a2.25 2.25 0 00-2.25 2.25v1a2.25 2.25 0 002.25 2.25h.545a.75.75 0 01.75.75v1a.75.75 0 01-.75.75h-2.045a.75.75 0 000 1.5h2.045a2.25 2.25 0 002.25-2.25v-1a2.25 2.25 0 00-2.25-2.25h-.545a.75.75 0 01-.75-.75v-1a.75.75 0 01.75-.75h2.045a.75.75 0 100-1.5h-2.045zM7.83 7.469a.75.75 0 010 1.06l-2.763 2.763a1 1 0 000 1.414l2.762 2.763a.75.75 0 11-1.06 1.06l-4-4a.75.75 0 010-1.06l4-4a.75.75 0 011.06 0zM17.268 7.469a.75.75 0 000 1.06l2.763 2.763a1 1 0 010 1.414L17.27 15.47a.75.75 0 101.06 1.06l4-4a.75.75 0 000-1.06l-4-4a.75.75 0 00-1.06 0z", fill: "#323544" }));
exports.default = CodeS;