iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 952 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 Clyp = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12 17.958a1.137 1.137 0 01-1.138-1.136V7.235a1.138 1.138 0 012.275 0v9.59c0 .625-.51 1.133-1.138 1.133m7.44 2.44a1.137 1.137 0 01-1.14-1.138V4.796a1.138 1.138 0 012.276 0V19.26c0 .627-.51 1.136-1.138 1.136M15.72 24a1.137 1.137 0 01-1.138-1.136V1.138a1.138 1.138 0 012.276 0v21.726c0 .627-.509 1.136-1.138 1.136m-7.436-3.16a1.137 1.137 0 01-1.138-1.136V4.298a1.138 1.138 0 012.276 0v15.406c0 .628-.51 1.137-1.138 1.137m-3.72-4.989a1.137 1.137 0 01-1.138-1.135V9.286a1.138 1.138 0 012.276 0v5.432c0 .626-.51 1.135-1.138 1.135z" }));
exports.default = Clyp;