iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 737 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 Plug1 = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.5 2.75a.75.75 0 011.5 0v2.983h3.5a.75.75 0 010 1.5H19v5a6.501 6.501 0 01-5.75 6.457v2.56a.75.75 0 01-1.5 0v-2.56A6.501 6.501 0 016 12.233v-5h-.5a.75.75 0 010-1.5H9V2.75a.75.75 0 011.5 0v2.983h4V2.75zm-7 4.483v5a5 5 0 0010 0v-5h-10z", fill: "#323544" }));
exports.default = Plug1;