@icongo/pp
Version:
Pepicons Icons
31 lines • 1 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 PPSmartphone2 = 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__*/_jsxs("g", {
fill: "currentColor",
clipPath: "url(#prefix__a)",
children: [/*#__PURE__*/_jsx("path", {
fillRule: "evenodd",
d: "M14.5 0h-9a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h9a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2Zm-9 18V2h9v16h-9Z",
clipRule: "evenodd"
}), /*#__PURE__*/_jsx("path", {
d: "M10 17.25a1.25 1.25 0 1 1 0-2.5 1.25 1.25 0 0 1 0 2.5Z"
})]
}), /*#__PURE__*/_jsx("defs", {
children: /*#__PURE__*/_jsx("clipPath", {
id: "prefix__a",
children: /*#__PURE__*/_jsx("path", {
fill: "#fff",
d: "M0 0h20v20H0z"
})
})
})]
}));
export { PPSmartphone2 };