iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 792 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 Dictionarydotcom = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M11.894.087L1.043 0a.3.3 0 00-.305.293V18.97a.331.331 0 00.166.28l8.13 4.713a.268.268 0 00.364-.092.27.27 0 00.038-.138V6.275a.33.33 0 00-.176-.292L4.944 3.625a.173.173 0 01-.084-.21.173.173 0 01.197-.112l7.804 1.333a.31.31 0 01.252.302v15.717a.307.307 0 00.309.308h.035c5.781-.645 9.72-4.693 9.804-10.308.078-6.28-4.595-10.48-11.367-10.568z" }));
exports.default = Dictionarydotcom;