iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 826 B
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 CodeBlockLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M59.76 100.24l-32-32a6 6 0 010-8.48l32-32a6 6 0 118.48 8.48L40.49 64l27.75 27.76a6 6 0 11-8.48 8.48zm40 0a6 6 0 008.48 0l32-32a6 6 0 000-8.48l-32-32a6 6 0 10-8.48 8.48L127.51 64 99.76 91.76a6 6 0 000 8.48zM200 42h-24a6 6 0 000 12h24a2 2 0 012 2v144a2 2 0 01-2 2H56a2 2 0 01-2-2v-64a6 6 0 00-12 0v64a14 14 0 0014 14h144a14 14 0 0014-14V56a14 14 0 00-14-14z" }));
exports.default = CodeBlockLight;