@mozaic-ds/icons-react
Version:
ADS icons for React usage
19 lines (14 loc) • 1.46 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 Project24 = (_a) => {
var { fill, size = '1.5rem' } = _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 24 24" }),
index.default.createElement("g", { "clip-path": "url(#a)" },
index.default.createElement("path", { "fill-rule": "evenodd", d: "M5.25 2A3.25 3.25 0 0 0 2 5.25V18.5A3.5 3.5 0 0 0 5.5 22H21a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1H8.49a3.25 3.25 0 0 0-3.24-3ZM4 5.25v10.087a3.498 3.498 0 0 1 2.5-.192V5.25a1.25 1.25 0 0 0-2.5 0ZM5.5 20a1.5 1.5 0 1 1 1.2-2.4 1 1 0 0 0 1.8-.6V7H20v13H5.5Zm8.777-10.416a.5.5 0 0 0-.554 0l-3 2a.5.5 0 0 0 .554.832L14 10.601l2.5 1.667V16.5H16a.5.5 0 0 0 0 1h1a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.223-.416l-3-2ZM11.5 13.75a.5.5 0 0 0-1 0v1a.5.5 0 0 0 1 0v-1Zm0 2.75a.5.5 0 0 0-1 0v.5a.5.5 0 0 0 .5.5h.5a.5.5 0 0 0 0-1Zm1.75 0a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1Z" })),
index.default.createElement("defs", null,
index.default.createElement("clipPath", { id: "a" },
index.default.createElement("rect", { width: "24", height: "24", fill: "#fff" })))));
};
exports.default = Project24;