@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 878 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var tslib_es6 = require('../../node_modules/tslib/tslib.es6.js');
var index = require('../../node_modules/react/index.js');
const Copy20 = (_a) => {
var { fill, size = '1.25rem' } = _a, rest = tslib_es6.__rest(_a, ["fill", "size"]);
return (index.default.createElement("svg", Object.assign({ "aria-hidden": "true", width: size, height: size }, rest, { fill: fill, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M6.667 1.5a1 1 0 0 0-1 1v11.667a1 1 0 0 0 1 1h9.166a1 1 0 0 0 1-1V2.5a1 1 0 0 0-1-1H6.667Zm1 11.667V3.5h7.166v9.667H7.667ZM3.333 4.833a1 1 0 0 0-1 1V17.5a1 1 0 0 0 1 1H12.5a1 1 0 0 0 1-1v-.833a1 1 0 0 0-1.986-.167h-7.18V6.82a1 1 0 0 0-.167-1.987h-.834Z" })));
};
exports.default = Copy20;