@icongo/pp
Version:
Pepicons Icons
30 lines • 1.28 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var PPSmartphonePrint = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
viewBox: "0 0 20 20"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
fill: "currentColor",
d: "M6 2.583C6 1.71 6.672 1 7.5 1h9c.828 0 1.5.709 1.5 1.583v15.834C18 19.29 17.328 20 16.5 20h-9c-.828 0-1.5-.709-1.5-1.583V2.583Z",
opacity: 0.8
}), /*#__PURE__*/_jsx("path", {
fill: "#000",
d: "M5.5 2.54c0-.298.224-.54.5-.54h8c.276 0 .5.242.5.54v12.42c0 .298-.224.54-.5.54H6c-.276 0-.5-.242-.5-.54V2.54Z"
}), /*#__PURE__*/_jsx("path", {
fill: "#000",
fillRule: "evenodd",
d: "M4 2.083C4 1.21 4.672.5 5.5.5h9c.828 0 1.5.709 1.5 1.583v15.834c0 .874-.672 1.583-1.5 1.583h-9c-.828 0-1.5-.709-1.5-1.583V2.083Zm1.5-.527c-.276 0-.5.236-.5.527v15.834c0 .291.224.527.5.527h9c.276 0 .5-.236.5-.527V2.083a.514.514 0 0 0-.5-.527h-9Z",
clipRule: "evenodd"
}), /*#__PURE__*/_jsx("path", {
fill: "#000",
fillRule: "evenodd",
d: "M9 17a1 1 0 1 1 2 0 1 1 0 0 1-2 0Z",
clipRule: "evenodd"
})]
}));
export { PPSmartphonePrint };