@icongo/pp
Version:
Pepicons Icons
36 lines (35 loc) • 1.88 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.PPPhotoStudio = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var PPPhotoStudio = function PPPhotoStudio(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.jsx)("path", {
fill: "currentColor",
fillRule: "evenodd",
d: "M.9 2.5A1.5 1.5 0 0 1 2.4 1h6.2a1.5 1.5 0 0 1 1.5 1.5v3.8a1.5 1.5 0 0 1-1.5 1.5H2.4A1.5 1.5 0 0 1 .9 6.3V2.5Zm2 .5v2.8h5.2V3H2.9Z",
clipRule: "evenodd"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "currentColor",
fillRule: "evenodd",
d: "M.15 2a1 1 0 0 1 1-1h8.7a1 1 0 1 1 0 2h-8.7a1 1 0 0 1-1-1Zm2.07 8 .66-3.304-1.96-.392-.781 3.902A1.5 1.5 0 0 0 1.609 12H9.39a1.5 1.5 0 0 0 1.471-1.794l-.78-3.902-1.962.392L8.78 10H2.22Zm17.03 7a1 1 0 0 0-1-1h-3a1 1 0 1 0 0 2h3a1 1 0 0 0 1-1Zm-4.953-9c.313.166.73.421 1.058.731.384.363.395.553.395.563 0 .01-.01.2-.395.563-.328.31-.745.566-1.058.731h-.547V8h.547Zm.81 4.42a1.66 1.66 0 0 1-.753.168h-.604a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h.604c.262 0 .52.05.754.168.795.402 2.642 1.51 2.642 3.126 0 1.615-1.847 2.724-2.642 3.126Z",
clipRule: "evenodd"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "currentColor",
fillRule: "evenodd",
d: "M16.75 8.706a1 1 0 0 0-1 1v7.059a1 1 0 1 0 2 0v-7.06a1 1 0 0 0-1-1Z",
clipRule: "evenodd"
})]
}));
};
exports.PPPhotoStudio = PPPhotoStudio;