@mozaic-ds/icons-react
Version:
ADS icons for React usage
19 lines (14 loc) • 1.19 kB
JavaScript
'use strict';
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 Split48 = (_a) => {
var { fill, size = '3rem' } = _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 48 48" }),
index.default.createElement("g", { "clip-path": "url(#a)" },
index.default.createElement("path", { "fill-rule": "evenodd", d: "M10 8.5A1.5 1.5 0 0 0 8.5 10v8a1.5 1.5 0 0 0 3 0v-4.379l11 11V38a1.5 1.5 0 0 0 3 0V24a1.5 1.5 0 0 0-.44-1.06L13.622 11.5H18a1.5 1.5 0 0 0 0-3h-8Zm26.5 5.121V18a1.5 1.5 0 0 0 3 0v-8A1.5 1.5 0 0 0 38 8.5h-8a1.5 1.5 0 0 0 0 3h4.379l-6.44 6.44a1.5 1.5 0 0 0 2.122 2.12l6.439-6.439Z" })),
index.default.createElement("defs", null,
index.default.createElement("clipPath", { id: "a" },
index.default.createElement("rect", { width: "48", height: "48", fill: "#fff" })))));
};
exports.default = Split48;