@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 996 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 Garage24 = (_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("path", { "fill-rule": "evenodd", d: "M11.293 2.293a1 1 0 0 1 1.414 0l9 9a1 1 0 0 1-1.414 1.414L20 12.414V20h1a1 1 0 1 1 0 2H3a1 1 0 1 1 0-2h1v-7.586l-.293.293a1 1 0 0 1-1.414-1.414l9-9ZM18 20v-9.586l-6-6-6.003 6.004c.002.027.003.054.003.082V20h1v-8.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 .5.5V20h1ZM11 8.5a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm1-2a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm4 5.5v2H8v-2h8Zm0 5v-2H8v2h8Zm0 1v2H8v-2h8Z" })));
};
exports.default = Garage24;