iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.23 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 Ckeditor4 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M16.124 3.747a4.51 4.51 0 00-.47 2.009c0 2.5 2.028 4.528 4.529 4.528a4.447 4.447 0 00.096-.001v6.34a2.13 2.13 0 01-1.065 1.846l-8.01 4.624a2.13 2.13 0 01-2.13 0L1.065 18.47A2.13 2.13 0 010 16.624V7.376a2.13 2.13 0 011.065-1.845L9.075.907a2.13 2.13 0 012.13 0zM5.733 7.975a.533.533 0 00-.533.533v.254c0 .294.239.533.533.533h8.996a.533.533 0 00.533-.533v-.254a.533.533 0 00-.533-.533zm0 3.281a.533.533 0 00-.533.533v.254c0 .294.239.533.533.533h6.522a.533.533 0 00.533-.533v-.254a.533.533 0 00-.533-.533zm0 3.281a.533.533 0 00-.533.533v.254c0 .294.239.533.533.533h8.996a.533.533 0 00.533-.533v-.254a.533.533 0 00-.533-.533zm14.538-5.141a3.729 3.729 0 110-7.458 3.729 3.729 0 010 7.458zm.635-2.783h.393v-.59h-.397V4.139h-.814L18.92 6.001v.612h1.349v.6h.636zm-.632-1.727v1.137h-.693l.68-1.137z" }));
exports.default = Ckeditor4;