iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 657 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 Privatedivision = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12.384.248A.422.422 0 0011.998 0a.427.427 0 00-.387.248L6.172 12.002l5.441 11.752a.428.428 0 00.616.18.428.428 0 00.157-.18l5.443-11.752L12.384.248zm-.386 18.449l-3.101-6.695 3.101-6.697 3.1 6.697-3.1 6.695z" }));
exports.default = Privatedivision;