@navinc/base-react-components
Version:
Nav's Pattern Library
6 lines • 852 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const Iphone = (props) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ fill: "currentcolor", width: "24", height: "24", viewBox: "0 0 24 24", "data-testid": "icon:iphone" }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M16,20 L16,18 L8,18 L8,20 L11,20 C11,19.4472481 11.4438648,19 12,19 C12.5522847,19 13,19.4491303 13,19.9989566 L16,20 Z M16,8 L8,8 L8,16 L16,16 L16,8 Z M16,6 L16,4 L8,4 L8,6 L16,6 Z M7.00247329,2 L16.9975267,2 C17.5511774,2 18,2.44576991 18,2.99864581 L18,21.0013542 C18,21.552891 17.5514869,22 16.9975267,22 L7.00247329,22 C6.44882258,22 6,21.5542301 6,21.0013542 L6,2.99864581 C6,2.44710896 6.44851311,2 7.00247329,2 Z" }) })));
exports.default = Iphone;
//# sourceMappingURL=iphone.js.map