UNPKG

@mozaic-ds/icons-react

Version:
19 lines (14 loc) 1.22 kB
'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 Split20 = (_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("g", { "clip-path": "url(#a)" }, index.default.createElement("path", { "fill-rule": "evenodd", d: "M4.167 3.417a.75.75 0 0 0-.75.75V7.5a.75.75 0 0 0 1.5 0V5.977L9.25 10.31v5.523a.75.75 0 0 0 1.5 0V10a.75.75 0 0 0-.22-.53L5.977 4.916H7.5a.75.75 0 1 0 0-1.5H4.167Zm10.916 2.56V7.5a.75.75 0 0 0 1.5 0V4.167a.75.75 0 0 0-.75-.75H12.5a.75.75 0 0 0 0 1.5h1.523l-2.47 2.47a.75.75 0 1 0 1.06 1.06l2.47-2.47Z" })), index.default.createElement("defs", null, index.default.createElement("clipPath", { id: "a" }, index.default.createElement("rect", { width: "20", height: "20", fill: "#fff" }))))); }; exports.default = Split20;