@icongo/pp
Version:
Pepicons Icons
39 lines (38 loc) • 1.92 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.PPTShirt = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var PPTShirt = function PPTShirt(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
viewBox: "0 0 20 20"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "currentColor",
clipPath: "url(#prefix__a)",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fillRule: "evenodd",
d: "M2.448 10.396 3 10.12V17a3 3 0 0 0 3 3h8a3 3 0 0 0 3-3v-6.882l.553.276a1 1 0 0 0 1.423-.677l1-4.5a1 1 0 0 0-.269-.924l-2.414-2.414A3 3 0 0 0 15.172 1H13a1 1 0 0 0-.986.83C11.748 3.382 11.129 4 10 4c-1.13 0-1.747-.618-2.013-2.17A1 1 0 0 0 7 1H4.829a3 3 0 0 0-2.122.88L.295 4.292a1 1 0 0 0-.27.923l.999 4.503a1 1 0 0 0 1.424.678Zm1.673-7.103A1 1 0 0 1 4.83 3h1.377C6.777 4.928 8.078 6 10 6c1.922 0 3.223-1.072 3.795-3h1.378a1 1 0 0 1 .707.293l2.026 2.026-.603 2.714-.855-.427A1 1 0 0 0 15 8.5V17a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1V8.5a1 1 0 0 0-1.448-.894l-.853.428-.602-2.715 2.024-2.026Z",
clipRule: "evenodd"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M11.5 10.5a1 1 0 1 1 0-2h2a1 1 0 1 1 0 2h-2Z"
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("defs", {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("clipPath", {
id: "prefix__a",
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#fff",
d: "M0 0h20v20H0z"
})
})
})]
}));
};
exports.PPTShirt = PPTShirt;