UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.21 kB
"use strict"; 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 Coppel = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M.738 2.879a.716.716 0 00-.738.74v16.762c0 .428.35.74.738.74h22.52a.739.739 0 00.739-.74V3.619c.039-.428-.31-.74-.738-.74zm6.614 6.34c1.167 0 2.1.935 2.1 2.101 0 .234-.04.427-.079.621h12.058v1.868h-.973v2.527h-.97v-1.283h-.935v1.283h-.972v-2.527H9.373c.04.194.079.428.079.623a2.09 2.09 0 01-2.1 2.1c-1.011 0-1.83-.7-2.063-1.634a3.388 3.388 0 01-.62.077 2.092 2.092 0 01-2.102-2.1c0-1.167.934-2.1 2.101-2.1.234 0 .427 0 .621.079.234-.934 1.052-1.635 2.063-1.635zm0 1.168c-.545 0-.973.428-.934.933 0 .506.428.932.934.932a.945.945 0 00.933-.932.947.947 0 00-.933-.933zM4.668 11.94a.947.947 0 00-.933.934c0 .506.428.934.933.934a.947.947 0 00.934-.934.947.947 0 00-.934-.934zm2.684 1.518a.947.947 0 00-.934.934c0 .505.428.933.934.933a.947.947 0 00.933-.933.947.947 0 00-.933-.934z" })); exports.default = Coppel;