UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 1.02 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 Drag64 = (_a) => { var { fill, size = '4rem' } = _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 64 64" }), index.default.createElement("path", { "fill-rule": "evenodd", d: "M22.667 18.667a5.333 5.333 0 1 0 0-10.667 5.333 5.333 0 0 0 0 10.667Zm0 37.333a5.333 5.333 0 1 0 0-10.667 5.333 5.333 0 0 0 0 10.667ZM28 32a5.333 5.333 0 1 1-10.667 0A5.333 5.333 0 0 1 28 32Zm13.333-13.333a5.333 5.333 0 1 0 0-10.667 5.333 5.333 0 0 0 0 10.667Zm5.334 32a5.333 5.333 0 1 1-10.667 0 5.333 5.333 0 0 1 10.667 0Zm-5.334-13.334a5.333 5.333 0 1 0 0-10.666 5.333 5.333 0 0 0 0 10.666Z" }))); }; exports.default = Drag64;